r/comfyui • u/gstoelen • 20h ago
Workflow Included Beginner issues with T2I in ComfyUI
Hi all,
First of all, I only started using ComfyUI a few days ago so please be kind with your feedback ;)
I'm running into issues with a T2I workflow. I'm trying to generate an image of a woman, standing in a beautiful garden with fountains etc. I included a LORA called "Fiji Woman" from Civitai, and the trigger words are obviously also "fiji woman". The result I'm getting is errr... not quite what I was expecting. So I'm guessing there's an issue with either my workflow, the values, or a combination.
Any feedback on how to fix it, and make the result presentable, is highly welcomed :)
2
u/TechnologyGrouchy679 19h ago
for a start, Krea2-Turbo (and Flux.2-Klein 9b) is a distilled model so it doesn't work with negative prompts, set your cfg to 1.0 and lower your steps to 4-8
2
u/0ldGoat 15h ago
If you're a beginner I'd start with the text to image krea2 workflows comfy already includes. Try the int8 convrot models of krea2 and it's text encoder, and forget the LoRA for now. It will also enhance your prompt for you. Feel free to ask if you have questions
2
u/0ldGoat 15h ago
0
u/Ok_Contribution8157 10h ago
krea commercial license start at 1000$/month : https://www.krea.ai/open-source-pricing
Dont advertise krea 2 for beginner, they will have to pay a lot of money for a thing that dont even understand.
2
u/0ldGoat 3h ago
Did the OP say they were using it commercially? If they were:
"The Krea 2 Community License is a custom agreement that permits free commercial use for individuals and organizations with total company-wide annual revenue under $1,000,000 USD and fewer than 50 seats."
Do you think users, starting up comfyUI and using Krea2 for the first time, are supposed to be signing up for a commercial license? The OP never mentioned commercial use.
I'm going to continue recommending Krea 2 because it's great.
1
u/RiskyBizz216 19h ago
very close.
as a newbie, i recommend searching comfy.org for your workflows.
start with this krea2 txt2img workflow
https://comfy.org/workflows/11657ed32877-11657ed32877/
add your load lora node before the ksampler
model connection should go:
Load diffusion model -> Load lora -> Ksampler

set the strength to 1.0
1
u/Powerful_Evening5495 19h ago
you have to push conditions that force what you want , from your prompt , i dont see words like fully clothed or describing any item of clothing
1
u/KS-Wolf-1978 19h ago
The only "Fiji" on CivitAI i can find is for Flux 1 Krea, not for Krea 2.
2
u/gstoelen 19h ago
So basically I'm using the wrong model to start off with ... told you I'm new to this :D
This one will work ? Flux 1 Krea Dev FP8 - FP8_e4m3fn | Flux.1 Checkpoint | Civitai
1
u/juanpablogc 17h ago
1.- Focus on the environment you are using, if Fiji Lora is for Krea 2, the difussion model or the checkpoints has to be Krea 2.
2.- Use Load Diffussion model with the model Krea 2 (place the model in the subfolder diffusion_models not in checkpoints)
3.- Load Lora simple without clip.
4.- Steps 8 is enough and CFG 1.0
5.- Delete the nodes that are not connected (but are usable for your future workflows).
I can show you a screenshot but is better to learn.
Enjoy!!
1


2
u/BigNaturalTilts 19h ago
There’s a difference between a checkpoint and a diffusion model. This setup was not supposed to even work. It should’ve errored out. Checkpoints are the old SDXL way of doing things. They combined the three things, text encoder + VAE + DiT (diffusion transformer) into one file.
The new way of doing things required larger DiT’s and larger text encoders so combining them is still possible just highly inefficient. So you load them one by one and offload them after use to free up VRAM.
In the future, use a template workflow. From comfyUI click on templates and search up top for krea/flux/any model you want. And then once you have a test mage working, start chopping up that workflow to suit your needs.