Text-to-Image
Diffusers
Safetensors
lora
clementchadebec commited on
Commit
c63e5e5
1 Parent(s): ef06a4f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -24,11 +24,12 @@ See our [live demo](https://huggingface.co/spaces/jasperai/flash-sd3) and offici
24
 
25
  The model can be used using the `StableDiffusion3Pipeline` from `diffusers` library directly. It can allow reducing the number of required sampling steps to **4 steps**.
26
 
27
- First, you need to install a specific version of `diffiusers` by runniung`
28
 
29
  ```bash
30
  pip install git+https://github.com/initml/diffusers.git@clement/feature/flash_sd3
31
  ```
 
32
  Then, you can ru the following to generate an image
33
 
34
  ```python
 
24
 
25
  The model can be used using the `StableDiffusion3Pipeline` from `diffusers` library directly. It can allow reducing the number of required sampling steps to **4 steps**.
26
 
27
+ First, you need to install a specific version of `diffusers` by runniung
28
 
29
  ```bash
30
  pip install git+https://github.com/initml/diffusers.git@clement/feature/flash_sd3
31
  ```
32
+
33
  Then, you can ru the following to generate an image
34
 
35
  ```python