KevinNg99 commited on
Commit
27e321a
·
1 Parent(s): d9c9398

update readme

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. README_CN.md +2 -2
README.md CHANGED
@@ -235,8 +235,8 @@ image = pipe(
235
  # For the distilled model, use 8 steps for faster inference.
236
  # For the non-distilled model, use 50 steps for better quality
237
  num_inference_steps=8 if "distilled" in model_name else 50,
238
- guidance_scale=3.25,
239
- shift=4,
240
  seed=649151,
241
  )
242
 
 
235
  # For the distilled model, use 8 steps for faster inference.
236
  # For the non-distilled model, use 50 steps for better quality
237
  num_inference_steps=8 if "distilled" in model_name else 50,
238
+ guidance_scale=3.5,
239
+ shift=5,
240
  seed=649151,
241
  )
242
 
README_CN.md CHANGED
@@ -207,8 +207,8 @@ image = pipe(
207
  # 对于蒸馏版模型,建议使用 8 步以加快推理速度;
208
  # 对于非蒸馏版模型,建议使用 50 步以获得更高画质
209
  num_inference_steps=8 if "distilled" in model_name else 50,
210
- guidance_scale=3.25,
211
- shift=4,
212
  seed=649151,
213
  )
214
 
 
207
  # 对于蒸馏版模型,建议使用 8 步以加快推理速度;
208
  # 对于非蒸馏版模型,建议使用 50 步以获得更高画质
209
  num_inference_steps=8 if "distilled" in model_name else 50,
210
+ guidance_scale=3.5,
211
+ shift=5,
212
  seed=649151,
213
  )
214