Disty0 commited on
Commit
4774f98
1 Parent(s): a0773f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -50,11 +50,11 @@ Download the Stage A to vae folder: https://huggingface.co/Disty0/sotediffusion-
50
  Download the workflow and load it: https://huggingface.co/Disty0/sotediffusion-v2/resolve/main/comfyui_workflow.json?download=true
51
 
52
  Stage C sampler: DPMPP 2M or DPMPP 2M SDE with SGM Uniform scheduler
53
- Stage C steps: 30
54
  Stage C CFG: 6.0
55
 
56
  Stage B sampler: LCM with Exponential scheduler
57
- Stage B steps: 10 or 15
58
  Stage B CFG: 1.0
59
 
60
  ## SD.Next
@@ -79,8 +79,8 @@ very displeasing, displeasing, worst quality, bad quality, low quality, realisti
79
  Parameters:
80
  Sampler: Default
81
 
82
- Steps: 30 or 40
83
- Refiner Steps: 15
84
 
85
  CFG: 6.0
86
  Secondary CFG: 1.0 to 1.5
@@ -165,8 +165,8 @@ output = pipe(
165
  height=1536,
166
  decoder_guidance_scale=1.0,
167
  prior_guidance_scale=6.0,
168
- prior_num_inference_steps=30,
169
- num_inference_steps=15,
170
  output_type="pil",
171
  prompt=prompt + " " + quality_prompt,
172
  negative_prompt=negative_prompt,
 
50
  Download the workflow and load it: https://huggingface.co/Disty0/sotediffusion-v2/resolve/main/comfyui_workflow.json?download=true
51
 
52
  Stage C sampler: DPMPP 2M or DPMPP 2M SDE with SGM Uniform scheduler
53
+ Stage C steps: 28
54
  Stage C CFG: 6.0
55
 
56
  Stage B sampler: LCM with Exponential scheduler
57
+ Stage B steps: 14
58
  Stage B CFG: 1.0
59
 
60
  ## SD.Next
 
79
  Parameters:
80
  Sampler: Default
81
 
82
+ Steps: 28
83
+ Refiner Steps: 14
84
 
85
  CFG: 6.0
86
  Secondary CFG: 1.0 to 1.5
 
165
  height=1536,
166
  decoder_guidance_scale=1.0,
167
  prior_guidance_scale=6.0,
168
+ prior_num_inference_steps=28,
169
+ num_inference_steps=14,
170
  output_type="pil",
171
  prompt=prompt + " " + quality_prompt,
172
  negative_prompt=negative_prompt,