Skip to content

use multiple community pipes in a list #939

@CrazyBoyM

Description

@CrazyBoyM

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

No one assigned

    Labels

    staleIssues that haven't received updates

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions