wanghaofan commited on
Commit
c04b856
1 Parent(s): 7434a09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -41,7 +41,7 @@ You should use `Chinese line art` to trigger the image generation.
41
 
42
  ```python
43
  import torch
44
- from diffusers import StableDiffusion3Pipeline # please install diffusers from the source
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-Chinese-Line-Art", weight_name="SD35-lora-Chinese-Line-Art.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-Chinese-Line-Art", weight_name="SD35-lora-Chinese-Line-Art.safetensors")