-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Closed
Labels
staleIssues that haven't received updatesIssues that haven't received updates
Description
Is your feature request related to a problem? Please describe.
I find some very great community pipes, such as CLIP Guided Stable Diffusion and Long Prompt Weighting Stable Diffusion.
But I don't know how to use them both.
Describe the solution you'd like
some code likes:
pipe = DiffusionPipeline.from_pretrained(
'hakurei/waifu-diffusion',
custom_pipelines=["lpw_stable_diffusion", "clip_guided_stable_diffusion"],
revision="fp16",
torch_dtype=torch.float16
)
pipe=pipe.to("cuda")simpely change the
custom_pipeline="lpw_stable_diffusion"
to
custom_pipelines=["lpw_stable_diffusion", "clip_guided_stable_diffusion"]
Describe alternatives you've considered
a list for custom pipelines
Metadata
Metadata
Assignees
Labels
staleIssues that haven't received updatesIssues that haven't received updates