[FYI] CIVITAI prompts are not the same as diffusers prompts

#2
by NagaSaiAbhinay - opened

FYI guys, CIVITAI uses brackets like (), (()) to increase the influence of the words in the model. Doesn't work for diffusers. Closest thing you have for it is Compel -> https://huggingface.co/docs/diffusers/en/using-diffusers/weighted_prompts#weighting

Also make sure to use larger resolutions with this model. 512x512 looks ok. 1024 looks great.

512 x 512
image.png

1024x1024 same prompt, seed
image.png

512x512
image.png

1024x1024
image.png

And for now atleast its safe to ignore the warning about clip position ids not being loaded from checkpoint weight.

Sign up or log in to comment