skytnt commited on
Commit
bff2f6d
1 Parent(s): 6ef7cee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/stable-diffusion-long-prompt-weighting-pipeline",
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
  )