Update README.md
Browse files
README.md
CHANGED
@@ -22,8 +22,8 @@ pip install transformers
|
|
22 |
from diffusers import StableDiffusionPipeline
|
23 |
import torch
|
24 |
|
25 |
-
pipe = StableDiffusionPipeline.from_pretrained("IDEA-CCNL/Taiyi-Stable-Diffusion-1B-Chinese-v0.1", torch_dtype=torch.float16)
|
26 |
-
model_path = "
|
27 |
|
28 |
pipe.unet.load_attn_procs(model_path)
|
29 |
pipe.to("cuda")
|
|
|
22 |
from diffusers import StableDiffusionPipeline
|
23 |
import torch
|
24 |
|
25 |
+
pipe = StableDiffusionPipeline.from_pretrained("IDEA-CCNL/Taiyi-Stable-Diffusion-1B-Anime-Chinese-v0.1", torch_dtype=torch.float16)
|
26 |
+
model_path = "souljoy/sd-pokemon-model-lora-zh"
|
27 |
|
28 |
pipe.unet.load_attn_procs(model_path)
|
29 |
pipe.to("cuda")
|