wanghaofan
commited on
Commit
•
a3c6d6d
1
Parent(s):
adcad1b
Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ You should use `Futuristic bzonze-colored` to trigger the image generation.
|
|
41 |
|
42 |
```python
|
43 |
import torch
|
44 |
-
from diffusers import StableDiffusion3Pipeline #
|
45 |
|
46 |
pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
|
47 |
pipe.load_lora_weights("Shakker-Labs/SD3.5-LoRA-Futuristic-Bzonze-Colored", weight_name="SD35-lora-Futuristic-Bzonze-Colored.safetensors")
|
|
|
41 |
|
42 |
```python
|
43 |
import torch
|
44 |
+
from diffusers import StableDiffusion3Pipeline # pip install diffusers>=0.31.0
|
45 |
|
46 |
pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
|
47 |
pipe.load_lora_weights("Shakker-Labs/SD3.5-LoRA-Futuristic-Bzonze-Colored", weight_name="SD35-lora-Futuristic-Bzonze-Colored.safetensors")
|