patrickvonplaten commited on
Commit
4589b3f
1 Parent(s): cda1c7e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -61,6 +61,9 @@ num_inference_steps = 4
61
  images = pipe(prompt=prompt, num_inference_steps=num_inference_steps, guidance_scale=8.0, lcm_origin_steps=50, output_type="pil").images
62
  ```
63
 
 
 
 
64
  ## Usage (Deprecated)
65
 
66
  1. Install the library:
 
61
  images = pipe(prompt=prompt, num_inference_steps=num_inference_steps, guidance_scale=8.0, lcm_origin_steps=50, output_type="pil").images
62
  ```
63
 
64
+ For more information, please have a look at the official docs:
65
+ 👉 https://huggingface.co/docs/diffusers/api/pipelines/latent_consistency_models#latent-consistency-models
66
+
67
  ## Usage (Deprecated)
68
 
69
  1. Install the library: