wangfuyun commited on
Commit
be17dc6
1 Parent(s): def27ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ LoRA weights of Stable Diffusion XL for fast text-to-image generation.
21
 
22
  ## Important Usage Guidance
23
 
24
- 1. Use DDIM or Euler instead of LCM for sampling! When using DDIM, set timestep_spacing="trailing".
25
 
26
  2. The name of each LoRA weights indicates how many inference steps they should be applied.
27
 
 
21
 
22
  ## Important Usage Guidance
23
 
24
+ 1. Use DDIM or Euler instead of LCM for sampling! When using DDIM, set timestep_spacing="trailing", clip_sample = False and set_alpha_to_one = False.
25
 
26
  2. The name of each LoRA weights indicates how many inference steps they should be applied.
27