Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ import torch
|
|
19 |
|
20 |
pipe = DiffusionPipeline.from_pretrained(
|
21 |
'hakurei/waifu-diffusion',
|
22 |
-
custom_pipeline="waifu-research-department/
|
23 |
revision="fp16",
|
24 |
torch_dtype=torch.float16
|
25 |
)
|
|
|
19 |
|
20 |
pipe = DiffusionPipeline.from_pretrained(
|
21 |
'hakurei/waifu-diffusion',
|
22 |
+
custom_pipeline="waifu-research-department/long-prompt-weighting-pipeline",
|
23 |
revision="fp16",
|
24 |
torch_dtype=torch.float16
|
25 |
)
|