Change the sampler in the playground_v2.5 preset #82
ViktorVorobyev
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A duplicate of the message lllyasviel#3618
It seems that changing the sampler from dpmpp_2m to dpmpp_2m_sde_gpu or even to dpmpp_3m_sde_gpu leads to better results for the playground_v2.5. And changing the default styles to Focoous Enhance and Fooocus Negative captures the details very well. It makes sense to change the preset.
{ "default_model": "playground-v2.5-1024px-aesthetic.fp16.safetensors", "default_refiner": "None", "default_refiner_switch": 0.5, "default_loras": [ [ true, "None", 1.0 ], [ true, "None", 1.0 ], [ true, "None", 1.0 ], [ true, "None", 1.0 ], [ true, "None", 1.0 ] ], "default_cfg_scale": 2.0, "default_sample_sharpness": 2.0, "default_sampler": "dpmpp_3m_sde_gpu", "default_scheduler": "edm_playground_v2.5", "default_performance": "Speed", "default_prompt": "", "default_prompt_negative": "", "default_styles": [ "Fooocus Negative", "Fooocus Enhance" ], "default_aspect_ratio": "1024*1024", "default_overwrite_step": -1, "default_inpaint_engine_version": "None", "checkpoint_downloads": { "playground-v2.5-1024px-aesthetic.fp16.safetensors": "https://huggingface.co/mashb1t/fav_models/resolve/main/fav/playground-v2.5-1024px-aesthetic.fp16.safetensors" }, "embeddings_downloads": {}, "lora_downloads": {}, "previous_default_models": [] }
It would be useful for regular users to have this by default
Beta Was this translation helpful? Give feedback.
All reactions