#🏞|general-with-images

1 messages · Page 160 of 1

steep sleet
#

There should be an IF_Image-to-Prompt node

dire lion
steep sleet
#

cmd yes

dire lion
steep sleet
#

Either direct d/load from ollama

#

Or open a command prompt and type ollama run llava2:latest

dire lion
#

don't know if command prompt works for me

steep sleet
#

ok

dire lion
#

where do I put the model if I download it from ollama?

steep sleet
#

It knows where it s going automatically

dire lion
#

ah it's an executable

steep sleet
#

Yes, double-click when it has finished d/loading

dire lion
#

still gives the invalid model selected error

#

there's no model to select

#

no model when I type ollama list either

#

finally figured out

#

llava2:latest dows not exist for some reason

#

had to pull llava

#

then run it in command

#

and now I have the model in the module

#

no idea what's going on here

#

how is it pulling the text string?

#

I provided this image

#

and gave it this prompt in the IF image2prompt : What is this an image of? Make it look like a Heroes of Might and Magic VII artwork.

#

and then I get this prompt: Question: What is this an image of? Make it look like a Heroes of Might and Magic VII artwork.
Response: Best quality, professional, Product photo shoot, This image features a character that resembles the style of a Heroes of Might and Magic (HoMM) VII artwork. The character is a woman with red hair, styled in a way that might be reminiscent of fantasy or role-playing game aesthetics. She has a confident expression and is holding what appears to be a staff or wand. The background is dark and moody, which could suggest an epic or adventurous setting often associated with the HoMM series.

In the style of HoMM VII artwork, this character might represent a hero that the player would control in their quests within the game. The art style includes detailed shading and lighting effects to give depth and dimension to the character and the environment. Mythical, surreal, magical, otherworldly, imaginative,

#

and the result is this

#

oh forgot to lower the strenght on the LORA

steep sleet
#

Well, it needs careful prompting - some'll work - and others it'll miss by a mile!!!

dire lion
#

what's a good low strength?

#

0.20?

#

also, insetad of what is this image of, I should describe the source image right?

#

I just need to apply a painting effect to the 3D model, that's all 😅

steep sleet
#

Make the image look like a painting by van Gogh or Dali or Picasso or Geiger or xxxxxxxxxxx

#

The source image prompt follows on from the initial question - what is this an image of?

dire lion
#

ya I descibed the source image, but results are similar tot he first one

#

it shows a closeup of the character, not the whole character

#

I nned the same pose and same details

#

just a digital painting / concept art effect applied to the source image

steep sleet
#

Mebbe you actually need Controlnet to go with that ...

vagrant birch
vagrant dust
stark bay
#

here's a raw output from my newly installed Flux Dev installation through ComfyUI. Isn't it incredibly grainy? Am I stupid? This is 10 steps.

wispy nest
#

yeah that's pretty grainy

stark bay
#

I can't believe I got it running on an 8gb RTX 3070, and only 16gb system memory. Apparently, 20 to 30 steps is normal when using Flux [dev], this is 26 steps:

steep sleet
#

Vaguely abstracted modernist oil painting in an expressionist painterly style. A young child stands by the glass wall of a zoo, a gorilla sitting on the other side in its leafy green enclosure. They both hold up a hand to sign a kind "I love you". Subtle imperfections and splattery effect. Bold textures."

steep sleet
dire lion
dire lion
steep sleet
#

Yes it is a delicate balance - keep trying until you find the sweetspot

#

Openpose Controlnet will give you the subject's pose

#

Canny Controlnet will give you the contours and outline of your subject

dire lion
#

ya I used canny and depth

steep sleet
#

I added 'cubism' to the text box

#

(Slightly cubist)

vagrant birch
#

is there any ipadapter for flux that works in forge?

steep sleet
# vagrant birch is there any ipadapter for flux that works in forge?

in this tutorial i am gonna show you how you can install and run ipadapter using flux GGUF model on both Comfyui and forge webui #comfyui #forge #flux #fluxnf4 #fluxggguf #ipadapter

Chapitres
00:00 Intro
00:25 Installation Part
02:57 Workflow Overview
04:57 Forge webUI
07:43 IPA Results

My Upwork Profile
https://www.upwork.com/freelancers/~01...

▶ Play video
vagrant birch
vagrant birch
lavish garden
celest sigil
crisp stream
eager siren
languid pebble
#

Good morning!

stark bay
#

Just had Flux crash my entire PC. GG

#

Don't try to make fp16 work with 8gb VRAM and 16gb system memory... lol

languid pebble
stark bay
#

good morning to you too sir! :^)

languid pebble
#

You also have something to eat 😄

stark bay
languid pebble
stark bay
#

This is Flux1[dev] running in ComfyUI. I can understand that NF4 is easier on a lower VRAM/system RAM system, but is the image quality significantly different or are the two indistinguishable?

wispy nest
#

its definitely fine

#

not indistinguishable though

languid pebble
#

TBH I didn't try lower configs ...

stark bay
#

Thanks man, appreciate the help. If I set the weight_dtype to fp8_e4m3fn with clip_name1 set to t5xxl_fp16.safetensors, I can make it work - it does slow down my system severely though. Would it be worth it to try NF4 or should I stick to my current setup?

#

I'm gonna clarify that I'm not doing any type of productivity though. I just like to gen for fun.

wispy nest
#

its important to keep the entire diffusion model in VRAM

#

personally if I had low VRAM, I would cache text embeddings

#

i.e. make my text embeddings earlier and save them

#

then use a workflow that loads existing text embeddings instead of using an encoder

#

I believe there is smaller than NF4 by the way

#

the GGUF quants go really low

stark bay
wispy nest
#

I think I can explain each bit

#

so

#

you have DRAM on your motherboard, which is what is called RAM most of the time

#

and super fast VRAM on your graphics card

#

you want things that require speed to use the VRAM

#

the text encoder is t5 and clip

#

and the diffusion model is the main Flux bit

stark bay
#

I'm with you so far... :D

wispy nest
#

overall Flux is 4 models
clip, t5, vae and the main diffusion bit

#

so

#

if you put clip and t5 on your DRAM that is not so bad

#

but if you put the main diffusion bit on DRAM its really slow

#

I am actually not sure about the VAE. Its small anyway so I guess put it on VRAM

stark bay
wispy nest
#

yeah

#

there is a thing called CPU-offloading
where the model is mostly on GPU but some layers are on CPU
I don't like it but some people do that

stark bay
#

Do you know how I would specifically allocate the clip_l and t5xxl_fp16 processes to be handled by the DRAM rather than the VRAM?

wispy nest
#

by far the easiest thing would be to just use ComfyUI
and it does all this for you

#

it can even do it dynamically
so it can load and offload parts during the workflow, automatically

stark bay
#

I'm already using ComfyUI, and I actually have it all loaded up as we speak.

wispy nest
#

like offload clip after clip has finished

#

okay there should be comfy settings that get what you want, as far as I know

#

would recommend asking on the comfy discord

#

I don't do low vram stuff personally so I don't know

stark bay
#

I'll do that. Thank you so much dude.

#

I always feel bad asking for help with these things as it's unpaid labor LOL

wispy nest
#

its okay people like talking about AI and hardware stuff

languid pebble
wispy nest
#

I personally put everything FP8 cos there is a speedup just for FP8
on recent GPUs

#

this is the --fast flag in comfy

#

you do lose a little bit of lora following with anything other than FP16 though

stark bay
#

So, it'd be better for me to use t5xxl_fp8 rather than t5xxl_fp16?

wispy nest
#

your GPU wouldn't get the FP8 speed boost so there is not special advantage for FP8

#

its not huge anyway its like 30%

stark bay
#

ah, because I'm not on more recent architecture?

wispy nest
#

yeah its only a handful of very recent GPUs

#

and then the next ones I guess

stark bay
#

I see.

#

I'll try to follow your advice.

wispy nest
#

I use cloud so I jump around GPU a lot

stark bay
#

That makes sense. I've tried cloud but I find local rendering really interesting. I don't know if my power bill does.

languid pebble
wispy nest
#

its mostly upscaling without tiling that requires the crazy high VRAM

#

I've started using tiling more these days anyway

stark bay
#

Another expensive hobby for me... oh well.

wispy nest
#

ye its a costly hobby

low whale
#

video is taking ages to get build from an image on my macbook.. any suggestions?

wispy nest
#

video?

languid pebble
stark bay
#

I gotta wait to hit the jackpot before anything else LOL

languid pebble
stark bay
#

Is that dollars or another currency?

languid pebble
#

€ ...

stark bay
#

Jealousy sets in...

#

You'll be able to buy exactly three quarters of the RTX 5090 with 5000 EUR. ;)

#

with how GPU prices are evolving... lol

languid pebble
stark bay
#

At least the AI boom has resulted in more companies looking into fabricating semiconductors, which hopefully will drive down the prices considering there's gonna be more competition.

#

We'll see about that last part though.

low whale
stark bay
#

... on a Macbook?

low whale
#

yes

languid pebble
low whale
#

yes

stark bay
#

Remember to bring the fire extinguisher!

languid pebble
#

It has to calculate 25 pictures ... that takes some time ... even on a 4090

low whale
#

ok

languid pebble
#

(I'm cheating)

stark bay
#

meanwhile my system is at a grinding halt to make something like this:

languid pebble
steep sleet
#

"Hawaii 5-oh-9-0!!!"

steep sleet
# languid pebble

Plotagraph does a lot like this - or the Motion Timeline in Photoshop! It's pretty cool!

languid pebble
steep sleet
#

Yes, most video is as yet underwhelming. But I am trying Klingai, and RunwayML Gen-3 for a better, more joined-up experience! 😄

steep sleet
stark bay
#

9 years ago, a top-of-the-line GPU was 999 USD.

#

(NVIDIA GeForce GTX Titan X)

languid pebble
#

But I think 4090 has been around 2k for some time

viral frost
steep sleet
languid pebble
#

But the price on used market should drop ...

languid pebble
#

Banana! 🤪

steep sleet
#

A close-up, intense view of a baseball catcher signaling a low curveball, with the focus on the right hand giving the sign. The catcher’s fingers are clearly extended downward, hidden behind his legs, showing two fingers as he discreetly calls for the pitch. His left hand holds the mitt low to the ground, but the real attention is on the precise and subtle movement of the fingers, communicating strategy in a tense, pressure-filled moment. The dirt-covered ground and beads of sweat on his hand add to the intensity, while the shadowy atmosphere heightens the focus on the sign itself.

languid pebble
stark bay
languid pebble
steep sleet
#

GGUF Flux + LoRAs

clever oar
#

At first the video card progressed for the sake of games, now for the sake of AI

steep sleet
languid pebble
viral frost
kindred creek
#

xd ^

#

been on dis screem for a bit now xd

#

yay it moved

hard quartz
#

Does anybody knows of an AI that could turn Oil Painting to realisitic 3d model?

nimble mason
nimble mason
celest sigil
celest sigil
viral python
#

logo chinese style

steep sleet
steep sleet
#

A charming chalk drawing of a futuristic spacescape, featuring a campsite with tents, sleeping bags, and outdoor essentials, the sky is a glimpse of outer space with stars and comets. The landscape radiates warmth and comfort, bathed in a golden glow that entices viewers to explore its hidden secrets. Looming over the campsite is a sleek, modern space station, connecting to the lunar surface via a shimmering energy bridge that glows with life.

crisp stream
crisp stream
languid pebble
royal monolith
#

with the lora

#

without the lora

#

@covert locust

covert locust
royal monolith
covert locust
crisp stream
scenic yew
crisp stream
# scenic yew nice, detail is crazy. what are you using?

Stable Cascade with Invictus Redmond v1.1 checkpoint for stage C (most important), for sharpness the CSBW refined lite stage b and HQ vae with 21 steps along dmpp SDE karras on Stage C and euler_a karras at 31 steps on stage B. Can link you the models if you like

#

here is as well the workflow (it´s using an input image in this case)

crisp stream
crisp stream
crisp stream
viral frost
viral frost
nimble mason
steep sleet
nimble mason
celest sigil
weary prairie
weary prairie
nimble mason
celest sigil
crisp stream
solar pivot
#

guy

brave niche
#

|

outer sandal
#

Im trying to install these files, what folder do i put them in when i get them?>

clever oar
fossil masonBOT
#

User hasn't listened to enough albums (0 of required 9) for a chart this size.
Please try a smaller chart or a bigger time period (weekly/monthly/quarterly/half/yearly/alltime).

crisp stream
vital sand
crisp stream
vital sand
#

like novelai alternative

nimble mason
steep sleet
#

A vintage Polaroid camera with a picture emerging from it. The photograph distorts reality, showing trees, buildings, and faces that twist into impossible shapes. Skyscrapers spiral upwards, melting into the clouds, while the horizon folds in on itself. A human figure stretches like elastic, caught between dimensions. The once-clear landscape morphs into a kaleidoscope of colors and surreal shapes, defying logic. The image emerging from the Polaroid frame contains this surreal world where reality and the impossible blur together.

steep sleet
viral frost
steep sleet
crisp stream
viral frost
clever oar
pallid ruin
soft cairn
#

Намалюй Логотип Pavlo Ruban School Діагностика ходової частини та Встановлення кутів коліс . Елементи автомобіля: Включи силует автомобіля або його деталей (наприклад, колеса або підвіску), щоб одразу зрозуміти, що моя школа пов'язана з автомобільною діагностикою.

Інструменти: Додай іконки інструментів, які використовуються при діагностиці авто (наприклад, гайкові ключі або рівні), щоб підкреслити практичний аспект навчання.


Текст: Використовуй сучасний шрифт, щоб написати назву "Pavlo Ruban School". Можна виділити слово "School", щоб акцентувати на освіті, або "Ruban" для індивідуальності.


Кольори: Використовуй кольори, що асоціюються з автомобілями, такі як синій, чорний або червоний.  також можеш додати металеві відтінки, щоб підкреслити технічну тематику.


Символи: Можеш додати символи, такі як компас або шестерня, що може символізувати точність та якість навчання.
#

Draw Pavlo Ruban School Logo Diagnostics of the running gear and setting of wheel angles. Car elements: Include a silhouette of a car or its parts (such as wheels or suspension) to immediately understand that my school is related to automotive diagnostics.

Tools: Add icons of tools used in car diagnostics (such as wrenches or levels) to emphasize the practical aspect of learning.

Text: Use a modern font to write the name "Pavlo Ruban School". You can highlight the word "School" to emphasize education, or "Ruban" for individuality.

Colors: Use colors associated with cars, such as blue, black or red. you can also add metallic shades to emphasize the technical theme.

Symbols: You can add symbols, such as a compass or a gear, which can symbolize accuracy and quality of learning.

crisp stream
crisp stream
nimble mason
analog goblet
rain gazelle
rain gazelle
#

Trying the "vintage travel poster" look. It's tough.

rain gazelle
rain gazelle
steep sleet
#

A photorealistic image of a lighthouse standing on a cliff by the sea, with its beacon shining through turbulent weather. The light pierces through stormy clouds, symbolizing hope and guidance. The image captures the contrast between the dark sky and the bright, unwavering lighthouse light, representing direction in times of uncertainty.

crisp stream
languid pebble
crisp stream
nimble mason
languid pebble
dense vigil
languid pebble
dense vigil
#

flux is something else man

rain gazelle
#

dang cropping

languid pebble
languid pebble
rain gazelle
#

yeah I know.. I just don't like to flood the chat 🙂

languid pebble
#

I'd think if you post 2 pictures seperated it should be OK

clever oar
languid pebble
clever oar
#

Mojo

#

hello

languid pebble
#

Hi dicordos

clever oar
#

how are you

#

have news?

languid pebble
#

Fine here and you? Sounds like there's a new Flux-Controlnet upscaler

clever oar
#

you use flux local&

languid pebble
#

I tried online and that's the result ...

clever oar
#

dont understand its work on yor pc &

#

or online only

#

a cant run xl models...if i start flux/...

#

its kill my pc

languid pebble
languid pebble
clever oar
#

i use it online

#

on hug face

#

sd 1.5 with lora

languid pebble
#

SD1.5 is still good for some things!

clever oar
#

yep!

#

i like freedom in sd 15

languid pebble
#

The only bad thing is to upscale it in a good way ...

clever oar
#

you know what is it?😃

languid pebble
#

Kinda mask?

clever oar
#

yes

#

from horror game

clever oar
clever oar
rain gazelle
vagrant birch
rain gazelle
rocky stratus
wispy nest
#

So one second I'm generating a cute girl or something and then I add an innocent seeming word and suddenly stable diffusion feels like generating an eldritch abomination
Why is this?

#

Like tf

viral frost
#

I spend every Saturday night hanging out at the Turex Naterfed Hat Lime.

viral frost
nimble mason
languid pebble
crisp stream
crisp stream
languid pebble
#

Some details gone, some added ... if you need a biger print it's OK

nimble mason
languid pebble
steep sleet
steep sleet
steep sleet
vagrant birch
clever oar
deft walrus
#

I'd like to make other images like this but do an inpainting with a new image. What's the best way of doing that for a large number of different images? I'd like the cards to have different images, but the same background.

shut pivot
#

Has anyone tried high CFG scale (30 CFG), using the Integrated Dynamic Thresholding (CFG fix) in forge UI for Flux models, in order to create details? The image is from SD 1.5, automatic 1111 for reference (!)

clever oar
clever oar
#

I haven’t used SD 1.5 for a long time and forgot that you need to be an promt engineer to get simple things😃

rain gazelle
rain gazelle
languid pebble
viral frost
grave copper
#

Hi all, does anyone here understand why Stable Diffusion doesn't understand prompts and makes siamese and many inconsistencies?

vagrant dust
viral frost
deft walrus
# vagrant dust Hi there, would go with attention mask and the ipadapter. Create a workflow in c...

I'll experiment with some of that but it seems beyond my level of knowledge. I think I found something to help with implementing that tho. https://github.com/SaladTechnologies/comfyui-api

GitHub

A simple wrapper server that facilitates using ComfyUI as a stateless API, either by receiving images in the response, or by sending completed images to a webhook - SaladTechnologies/comfyui-api

grave copper
royal monolith
wispy nest
#

amazing news

nimble mason
nimble mason
languid pebble
nimble mason
nimble mason
nimble mason
nimble mason
languid pebble
#

"My treasure..."

languid pebble
nimble mason
#

pretty sure these are safe to eat

nimble mason
nimble mason
languid pebble
#

Wanted for murder ...

nimble mason
lavish garden
steep sleet
#

"Minimalist rugged oil painting in faded earthy green hues, capturing delicate details in vast solid patches. A post-apocalyptic city lies in smoking ruins, beginning to be overtaken by nature. Vines crawl up the sides of half-crumbled skyscrapers and leaves form in mats in the streets. Intense bluish mist slightly obscure the setting sun in warm salmon tones. Low angle cityscape from the ground on the other side of the river near the city."

rain gazelle
vagrant birch
viral frost
heavy mist
#

First posting of mine.
I am "Testing the Waters" as it were

clever oar
pallid ruin
viral frost
tepid fjord
#

Does anyone know any model which can create anime screenshots / anime screencap style images

nimble mason
languid pebble
celest sigil
celest sigil
tepid fjord
#

But i see people making pic that are straight up from anime but ai generated

runic hound
steep sleet
vagrant birch
sterile kiln
viral frost
nimble mason
nimble mason
wheat pecan
#

good

zinc tulip
jagged badger
nimble mason
wispy nest
#

i mean

nimble mason
cinder coral
nimble mason
nimble mason
cinder coral
# nimble mason comfyui is 100% the way to go

I believe it, but I'm not very intelligent lol. Other people's workflows hardly ever work, there are 10s to 20s of dependency plugins for every workflow. I couldn't even figure out how to get a lora to work in it without downloading a workflow and it was still not right.

nimble mason
cinder coral
#

In Forge you put your lora in and prompt it and you're gold.

nimble mason
wispy nest
#

frark

wispy nest
#

if you build it yourself out of the nodes its easier

#

it takes a while but if you learn what each node does

#

you don't rly need to look up workflows after that cos it fits like lego blocks anyway

languid pebble
wet trench
#

Character:
Anna, a friendly ghost, is floating gently, with a soft, translucent glow surrounding her. She has long, wavy blonde hair that drifts slightly around her face. Her facial features are warm and kind, with gentle eyes that convey wisdom and care. She’s wearing a faint outline of a factory worker’s uniform – a simple, ghostly version of workwear, with a button-up shirt and utility pants that are slightly faded to fit her ghostly appearance.

Background:
In the background, you can see a whimsical, old-fashioned factory floor. It’s a light and airy space, with soft, muted colors that give it a dreamlike feel. There are conveyor belts, machines with rounded edges, and the sense of light work being done. Ghostly workers in the background are faint and almost translucent like Anna, giving a sense of her past life in the factory.

Style:
The overall illustration is playful and charming, with bright, soft colors. Anna, though a ghost, feels approachable and kind, making her a great character for children to relate to.

#

#🏞|general-with-images Character:
Anna, a friendly ghost, is floating gently, with a soft, translucent glow surrounding her. She has long, wavy blonde hair that drifts slightly around her face. Her facial features are warm and kind, with gentle eyes that convey wisdom and care. She’s wearing a faint outline of a factory worker’s uniform – a simple, ghostly version of workwear, with a button-up shirt and utility pants that are slightly faded to fit her ghostly appearance.

Background:
In the background, you can see a whimsical, old-fashioned factory floor. It’s a light and airy space, with soft, muted colors that give it a dreamlike feel. There are conveyor belts, machines with rounded edges, and the sense of light work being done. Ghostly workers in the background are faint and almost translucent like Anna, giving a sense of her past life in the factory.

Style:
The overall illustration is playful and charming, with bright, soft colors. Anna, though a ghost, feels approachable and kind, making her a great character for children to relate to.

tepid fjord
#

any model like niji journey?

crisp stream
sterile kiln
nimble mason
languid pebble
mighty wren
#

Flux Pro is just another level. Overtaking DALL3 as well in realism

west cypress
#

does anyone know how to prompt an output like this? i love the style

still rose
#

I’m loving flux with Loras

#

(It’s also my pfp Ik I like it a lot)

gentle folio
clever oar
cinder coral
wild sorrel
#

thinking anyone knows good lora for icons or maybe prompt that limits main subject to like 80% of image size?
Like this thingy

#

well, that contradicts my explanation...bare minimum - it needs to be completely inside image, not to be cut out thinking , but if it wuld be like 80-100% that's even better

#

like...there's example of what I'm trying to avoid:

#

it often gets worse...that's somewhat usable, but you get the idea thinking

viral frost
still rose
plain minnow
#

What exactly is this, anyone can tell me please?

vagrant dust
# plain minnow What exactly is this, anyone can tell me please?

Trying to be as exact as possible with the tons of information you added to your question.
It is a screenshot with black background white letters which shows python code. It checks for some variables and wether they are true or false. As the variables are named nsfw_preview and nsfw I would say it is code to prevent showing images with nsfw content in the preview (maybe if an specific option is not set or set).

plain minnow
vagrant dust
plain minnow
#

Ok thanks i ll ask there

celest sigil
steep sleet
#

Searge SDXL "Trans-y"

steep sleet
deep bane
#

ok guys what will i have to do to get tis image colored in stable diffusion? New to this so please go easy on me lol

viral frost
# steep sleet

Hmm, Flux gives me quite different results. I don't have your custom nodes, so maybe I mistook your negative for a positive in the metadata.

steep sleet
reef mantle
wraith plank
#

my first generated image

#

hell ye got it to work

gentle folio
# gentle folio
poll_question_text

Women face many challenges to their safety in Nepal. Domestic violence is widespread, reflected in the fact that Nepal is one of the few countries in the world where women have a lower life expectancy than men. The problem is compounded by the low number of female police officers, which makes it dif

victor_answer_votes

4

total_votes

6

victor_answer_id

2

victor_answer_text

how

languid pebble
clever oar
sterile kiln
viral frost
sterile kiln
#

in an alternate reality, Frieza is actually Barack Obama...

sterile kiln
#

The entire fate of humanity rested on a young Sayian, who had grown up on Earth, and was called “Trump”...

nimble mason
vagrant dust
languid pebble
vagrant dust
#

As usual the last 5 Frames are out of order and my prompt was kind of simplistic: a blond man in front of a mechanical device get burned by an explosion

languid pebble
#

And I didn't install Cog5 local yet 😄

vagrant dust
#

Understandable because it has some limitations for now. For example the resolution is fixed with 720 x 480 so the cropping was necessary. Pretty sure if time goes by it will be easier to use out of the box

languid pebble
languid pebble
weak apex
#

llustration of a 5 year old boy at school.

lucid cradle
steep sleet
#

Illustration of Picasso at McDonalds 🥳

languid pebble
steep sleet
clever oar
#

Mojo

languid pebble
#

dicordos 🙂

clever oar
#

where did you make your video?

languid pebble
clever oar
languid pebble
clever oar
#

no audio

#

with liquid terminator

languid pebble
#

It should have a watermark ...

#

Pika.art

clever oar
#

you tried haluoai?

#

i think best for video

languid pebble
clever oar
#

😃

languid pebble
clever oar
#

its ai dictors?

languid pebble
#

All A.I. with my twitter as only input 😄

clever oar
#

ai takes world😃

#

pig bomb😃

languid pebble
#

poor pigs ^^

clever oar
#

don't worry the fried meat went to kebab

celest sigil
#

1

clever oar
celest sigil
clever oar
#

good morning

pallid ruin
clever oar
pallid ruin
#

x2 but im falling asleep

#

Time to sleep xd

languid pebble
steep sleet
clever oar
languid pebble
still rose
#

Guys what would u say the best model rn is for realistic images on people?

still rose
steep sleet
sterile kiln
still rose
#

I mean I think it’s known also now that Flux tends to also make plasticity skin

sterile kiln
# still rose Question what loras you recommend for realism

All this realism, 4k and others lora like this are just dogshit.
There are a lot of people who don't really understand what they're doing, and give a biased view of their experience. Take Flux1dev, or flux1devQ8, then the smaller models, there's already a world between the 2.
In any case, Flux is currently the most realistic.

still rose
sterile kiln
still rose
sterile kiln
# still rose ayo prompt needed

`a woman, sexy, black tanktop with a mini skirt, on a futuristic Yamaha motorcycle, a pistol in her right hand, futuristic cyberpunk city, night, neon lights, shadow, sharp, low angle view, dark colors, lora:le@hFluxv1:0.6

Steps: 20,
Sampler: Euler, Schedule type: Simple,
CFG scale: 1, Distilled CFG Scale: 3.5,
Seed: 4266710719,
Size: 1366x768,
Model hash: 52cfce60d7,
Model: flux1-dev-Q8_0, Lora hashes: "le@hFluxv1: e3b0c44298fc", Version: f2.0.1v1.10.1-previous-488-g79b25a82, Diffusion in Low Bits: Automatic (fp16 LoRA), Module 1: ae, Module 2: clip_l, Module 3: t5-v1_1-xxl-encoder-Q8_0`

#

(hires fix x1.5, 40 steps 4xultrasharp, EXTRA tab x2 4xultrasharp upscale)

sterile kiln
still rose
#

Ty for the information also

#

Appreciate it I remember u also tryna help me with getting flux in MacBook with Forge

tepid hornet
#

I am trying to use controlnet openpose and it seems to be ignoring the poses I gave it entirely.

#

is it my model?

clever oar
#

its works with many poses?

tepid hornet
#

It doesn't work with any pose at all as far as I can tell

clever oar
#

i check my model

#

you try it with preprocessor?

tepid hornet
#

yes, it just ignores it entirely

clever oar
#

what in cmd when you start it?

tepid hornet
#

I only added it today, but the model is from almost a year ago so it might simply be incompatible with something

#

I'm trying that next

clever oar
#

what your contol weight

tepid hornet
#

1

clever oar
#

work for me 😃

tepid hornet
#

isnt that reference? Not poses?

#

hmmmmm

clever oar
#

rerefence in left

tepid hornet
#

werid, I put in openpose_full and suddenly I cant pick a control model anymore

clever oar
#

very strange

#

its must show

#

maybe your model broken

#

redownload

tepid hornet
#

which one do you use?

#

soo weird, I have the exact same one

#

but I'll try reinstalling it

clever oar
#

you know where put it?

tepid hornet
#

in the controlnet folder, right?

clever oar
#

yep

#

\models\ControlNet

tepid hornet
#

did you get it from civitai or hugging face?

clever oar
#

i thing hugging

#

canny i get from civitai

tepid hornet
#

Isn't there supposed to be a ph or y-whatever file?

tepid hornet
clever oar
#

all new?

tepid hornet
#

yes

clever oar
#

lets try!

tepid hornet
#

it

#

it's taking a while to pre process for some reason

clever oar
#

it works now

tepid hornet
#

just finished, trying it now

clever oar
#

first try it with preprocessor and picture

tepid hornet
clever oar
#

👍

tepid hornet
#

do you have controlnet 1.1? I have 1.1.455

clever oar
#

dont remember how check

tepid hornet
#

at the top left

clever oar
#

now all works?

tepid hornet
#

I don't think so

clever oar
#

why

#

its read pose from your picture

tepid hornet
#

it doesnt apply it agony

#

maybe a less complex pose

clever oar
#

use simple pose

#

if not work check cmd

tepid hornet
#

and now it doesn't work at all 💀

clever oar
#

what hewhat it says when a picture with a pose is generated saying

#

in cmd

tepid hornet
clever oar
#

model conflict

tepid hornet
#

it says it's not compatible with my sd version

#

so, I have to get a different version of SD altogether?

clever oar
#

update your version maybe

tepid hornet
#

idk how to to that lol

clever oar
tepid hornet
#

ah

#

at the bottom

clever oar
#

hm

tepid hornet
#

do I have to completley reinstall?

#

to downgrade a version

clever oar
#

i think maybe you need new cn model

#

for your sd version

tepid hornet
#

neq cn model? I assume that's 'neq controlnet model'?

clever oar
#

is not comp with sd model(version)

#

maybe model ?

#

checkpoint

tepid hornet
#

this?

clever oar
#

can you change

tepid hornet
#

idk

clever oar
#

Stable Diffusion checkpoint

tepid hornet
#

oh, I would have to grab another, I only have the one

#

gimmie a sec

clever oar
#

you have 1.5 based model?

tepid hornet
#

where do I check that

clever oar
#

name

#

give me name

tepid hornet
clever oar
#

I'm not sure that my model that I gave you is compatible

tepid hornet
#

Do I need to get SD 1.5?

#

or update to 1.7 like you?

clever oar
#

first try download 1.5 based model an try

clever oar
#

you have xl model now

tepid hornet
#

oh

clever oar
#

you need cn model for xl

tepid hornet
#

could I just grab xl cn model then

#

oh okay

#

lemme do that

#

first, delete the old files

clever oar
#

you need use only right cn model

tepid hornet
#

I have a big ass list now

#

do I just grab the open pose for now?

clever oar
#

dont know 100% what model for you

tepid hornet
clever oar
#

maybe there

clever oar
tepid hornet
#

eldtritch abomination

clever oar
#

what is it)

tepid hornet
#

I wanted megumin to do that pose

#

it didnt work

clever oar
tepid hornet
#

trying that one next

#

I dont understand

#

it gets it

#

it gets the pose

#

but it doesn't seem to apply it

wispy nest
#

the thing about control net is

#

the difference in quality between different ones is huge

#

so you've gotta do a bunch of research each time

#

to make sure you have the best one for the task you want to do

tepid hornet
#

how do I even check if it's following my poseing and not my prompt?

wispy nest
#

oh that's easy

#

take the pose out of the prompt

tepid hornet
#

just did that, trying again

#

I mean,

#

it's smilling, but it seems to match

#

yeah nvm

#

it's not lol

wispy nest
#

not sure open pose was ever a good idea TBH

#

compared to just using canny and depth at low strengths and durations

tepid hornet
#

the main reason I wanted poses above everything else is that I want to train a lora trainer for a chracter I made so I can make a comic with them

#

And I CANT because this damn poser doesn't want to listen to me

clever oar
#

what now in cmd?

viral frost
nimble mason
nimble mason
steep sleet
celest sigil
nimble mason
languid pebble
nimble mason
clever oar
nimble mason
pallid ruin
#

@nimble mason @clever oar

#

I could fix flux out of memory error, I forgot adding swap memory to windows using the SSDs 😁

clever oar
pallid ruin
#

Idk xd

clever oar
#

how are you

#

I bought a bag of sweets, I'll go make tea

#

pallid ruin
pallid ruin
clever oar
#

first monster make with flux

#

second sd 3

#

I think flux has less brightness in pictures

pallid ruin
#

Yeah probably, in my opinion flux is the best local model but sd3 has better textures most of the time (by default)

clever oar
#

but at the same time they are an order of magnitude better quality

#

hands and geometry

clever oar
#

all good from flux and from sd3

pallid ruin
#

Idk who asked for the image but here it is

pallid ruin
#

But its not perfect

#

DMD2 is another model that is one of my favourites, the effects or lighting of it is epic

clever oar
#

too heavy for the system

pallid ruin
#

This is DMD2

#

I could not generate something better on flux

clever oar
#

xl based?

pallid ruin
#

Yep

#

I used LeoSam´sHelloworld as secondary model or something like that, I dont remember how it worked

#

It generated that in 4 steps, fast af

clever oar
#

i cant run xl models😎

#

only 1.5

#

4gb vram -)

languid pebble
clever oar
languid pebble
#

Hello dicordos 🙂

#

Hi Leo 🙂

steep sleet
#

Searge i2i SDXL + LoRAs

pallid ruin
languid pebble
#

Maybe we could build kinda snowman ....

languid pebble
viral frost
still rose
#

Would u lot say flux is also good with anime or I rather just use a dedicated anime model?

nimble mason
viral frost
#

Wow, Adidas AND Nike.

patent snow
wraith plank
viral frost
main portal
#

"old washed up cosplayer sick of posing"

wraith plank
viral frost
wraith plank
steep sleet
scenic yew
wispy nest
#

yeah that's the thing, Flux has very high image quality but
its not a specialist model

#

and the anime community have some specialist ones

still rose
#

Idk about anime Flux models I have not seen them

pallid ruin
clever oar
#

i ask chat gpt what gpu is needed for run flux local
answer:
GeForce GTX 1660 Super
GeForce RTX 2060
GeForce RTX 3070

#

😃

steep sleet
#

I'm running Flux.Dev on RTX2070 8Gb VRAM, but I also have 64Gb RAM

clever oar
#

these are not the minimum, these are recommended 🧐

sterile kiln
clever oar
#

Intel Core i7 AMD Ryzen 7
NVIDIA GeForce RTX 2070 AMD Radeon RX 6800 XT
chat gpt said is recommended

#

strange

sterile kiln
sterile kiln
scenic yew
scenic yew
#

Amd gpus are pretty amazing too, better then most nvidia gpus I believe but it’s just that most libraries don’t really support it.

clever oar
#

i think about new gpu /

#

first i want 3060 becouse is cheap and 12 gb

#

now i think need something better

pallid ruin
#

Used 3060 are good for its price (I got mine for $150), but a used 3090 would be a better option for AI because it has 24gb of vram

languid pebble
#

Let it grow ... let it grow ... let it grow ...

languid pebble
languid pebble
#

AFAIK you can use it for free @ gliff

sterile kiln
# clever oar what's the price? -)

120€, but originally it was a PNY dual fan, I put 2 Noctua chromax black (92x14 mm), because with Stable Diffusion, I couldn't stand the noise of the fans anymore.
As a result, it's probably the quietest of the dual fans.

clever oar
clever oar
viral frost
nimble mason
nimble mason
nimble mason
nimble mason
rapid mauve
#

does anyone know what software is used to make an image like this?

nimble mason
#

diffusers

rapid mauve
#

stable diffusion?

nimble mason
rapid mauve
#

@nimble mason my glorious king

nimble mason
nocturne oak
brazen sand
#

do you notice something off with dimensions or something ?

nimble mason
brazen sand
#

or in this is there something off?

nocturne oak
woven token
#

Image / Create an eerie, gothic world filled with whimsical, exaggerated characters who inhabit twisted, shadowy landscapes. The scene should blend dark, muted colors with vibrant accents, capturing a sense of fantasy and isolation, while evoking both beauty and unease.

nimble mason
pallid ruin
pallid ruin
nimble mason
woven token
brazen sand
brazen sand
#

or jus SD XL

#

the first one was an img2img with flux

#

and the inpaint and upscale with SDXL

#

sometimes I really hate SD as it seems to fix some foot is a nightmare

#

like why it do it so bad

#

I got the feeling no one here ever inpaint or correct image

brazen sand
nimble mason
#

Using my RES4LYF nodes

brazen sand
nimble mason
#

Flux

brazen sand
#

regular flux dev took like 7 minutes to generate here

#

with 1 megapixel dimension

nimble mason
#

Flux dev, no img2img or cnet etc

brazen sand
# nimble mason

there is always somee kind of pattern repetition (pardon the redundancy) in your generations, it may have to do with the workflows you made? usually there is carbon copy of stuff

brazen sand
nimble mason
brazen sand
nimble mason
#

That's prolly the prompt

#

The screen cap above is pretty much the entire WF

#

All that's missing is the prompt and the load model and save image stuff

brazen sand
#

the way the flowers appear with the same design

#

it is something that happens in many generation but in yours I noticed specially, I though it has to do with the weird wolkflow stuff

wispy nest
#

likely due to clownsampler

#

putting a lot of ancestral noise

steep sleet
#

The originals are produced by Searge SDXL i2i; then fed into GGUF_Flux/Florence2 (i2i/t2i) to produce the final image.

wispy nest
#

flux colours so nice

steep sleet
wispy nest
#

yeah he did, it works on flux now 🙂

steep sleet
#

Anyone got a w/f or embedded png at all?

#

Cascade RES4LYF produces extraordinarily unique looks - and 11 minutes/image on my 8Gb VRAM PC 😄

wispy nest
#

here you go
just delete other stuff in the workflow if needed

steep sleet
#

Thank you

wispy nest
#

probably should delete Mega Modifier node its weird

steep sleet
#

Florence2/GGUF_Flux is so cool!

wispy nest
#

yeah I've been using Florence2 since the day it came to Comfy

#

as well as Moondream and WDtagger

steep sleet
wispy nest
steep sleet
#

i2i Florence2/GGUF_Flux

still rose
#

FLUX is my fav model

steep sleet
dry blaze
#

Getting somewhat hang of kohya for SDXL, and training just isn't quite there yet

#

This was the result using ai-toolkit and flux. Instant perfect result lol

jagged badger
#

made with leonardoAI's anime XL, still can't find anything not commercial close in terms of style and flexibility

pliant prism
#

Ive tried i think everything and i just cant find a way to do it.

vagrant dust
pliant prism
#

how did you manage to do it

vagrant dust
pliant prism
#

maybe im missing some models?

vagrant dust
#

So the whole workflow to create it was:

  1. used a LLM to describe me your drawing in a prompt. Result:
    "A cute anime girl with long, wavy orange hair tied into two large pigtails. She has light skin and is wearing glasses with round lenses, giving her a studious yet playful vibe. Her outfit consists of a lavender sailor-style top with dark stripes on the sleeves, paired with a matching pleated skirt in a muted purple tone. She has an expressive, confident stance, hands clenched into fists at her sides. She also wears knee-high purple leg warmers over dark shoes. Her eyes are large and sparkling, in shades of light purple, adding to her charming appearance. The art style is clean and simple with bold outlines, in a vibrant and light color palette."

  2. Used a comfyui workflow with a simple JuggernautSDXL Model. (changed the prompt to old woman instead of girl). Added the ipadapter and used your drawing as Composition Input and one image from the Lora you linked (the one with the organge Hair) as source for the style.

#

If you would take for example the black haired style image (more glossy 3d render look) you might need to change the hair color in advance because it might come out black instead of orange otherwise.

pliant prism
#

would it be better if I used comfyui instead of stable diffusion?

vagrant dust
pliant prism
#

I see thank you for the help and info btw :D

vagrant dust
#

You're welcome

sterile kiln
nimble mason
weak lotus
#

hey, if I try to upload an image to cloud storage such as Edgestore using nextjs and if I send it to the image generation AI endpoint for (image-to-image) generation, I get error: input not instance of Blob

smoky vigil
steep sleet
#

Flux1.Dev.fp8 in PortraitMaster

formal wadi
steep sleet
celest sigil
steep sleet
#

PortraitMaster+Flux

celest sigil
steep sleet
little dagger
jagged badger
scenic yew
steep sleet
steep sleet
formal wadi
steep sleet
vestal vortex
#

❤️

orchid elbow
#

some images made with scribble controlnet on SDXL, still tuning the parameters

scenic yew
# formal wadi Isn't flux a paid one. Can it do multiple art styles? Like I'm going for a bit o...

Flux(dev and schnell) is open source like stable diffusion, you can run it locally. There is also a "pro" one but its pretty similar to flux dev and closed source. The image I created was from the base model(not for anime but general) and still performs pretty good, you can try out an anime finetune as well.

I got this from quantized Flux.1 dev, you could probably get better results from some anime finetune of flux.1 dev

nimble mason
languid pebble
formal wadi
rain gazelle
viral frost
steep sleet
languid pebble
steep sleet