Skip to content

How to generate high-quality images like the ones in Civitai? #6976

Answered by asomoza
kissshhot asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, the simpler and fastest answer is that the sd-webui, runs in linux, windows and mac since it's just python.

If you still want to use diffusers, there's a lot of problems in what you're doing, so I'll try to address them all:

First a 9GB SD 1.5 model is just wrong, use this one:

https://huggingface.co/gsdf/Counterfeit-V3.0/blob/main/Counterfeit-V3.0_fix_fp16.safetensors

Then, use the scheduler like this:

pipeline.scheduler = DPMSolverMultistepScheduler.from_config(pipeline.scheduler.config)
pipeline.scheduler.config.use_karras_sigmas = True

With that you can start getting some decent results, after that remove all the loading code from automatic1111, they just add noise to the prompt …

Replies: 4 comments 14 replies

Comment options

You must be logged in to vote
3 replies
@kissshhot
Comment options

@asomoza
Comment options

@kissshhot
Comment options

Answer selected by kissshhot
Comment options

You must be logged in to vote
8 replies
@asomoza
Comment options

@sayakpaul
Comment options

@asomoza
Comment options

@sayakpaul
Comment options

@yiyixuxu
Comment options

Comment options

You must be logged in to vote
1 reply
@vladmandic
Comment options

Comment options

You must be logged in to vote
2 replies
@asomoza
Comment options

@crapthings
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants