Text-to-Image
Diffusers
Safetensors
lora
clementchadebec commited on
Commit
30ea825
1 Parent(s): 5094372

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ The model can be used using the `StableDiffusion3Pipeline` from `diffusers` libr
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
36
  import torch
 
30
  pip install git+https://github.com/initml/diffusers.git@clement/feature/flash_sd3
31
  ```
32
 
33
+ Then, you can run the following to generate an image
34
 
35
  ```python
36
  import torch