diffusers icon indicating copy to clipboard operation
diffusers copied to clipboard

StableCascadePriorPipeline has no attribute 'from_single_file'

Open ballenvironment opened this issue 11 months ago • 7 comments

Are there plans to support from_single_file in the StableCascade pipelines? I would greatly appreciate it it's more convenient for me.

Edit - Do the same for StableCascadePriorPipeline and StableCascadeDecoderPipeline

Thanks!

ballenvironment avatar Mar 08 '24 03:03 ballenvironment

Cc: @DN6.

I think we should support it. from_single_file() on the combined pipeline could be unnecessarily non-trivial so, I would prefer avoiding that, though.

sayakpaul avatar Mar 11 '24 04:03 sayakpaul

Hi @ballenvironment we don't have pipeline level single file yet for Stable Cascade. Can you point us to a single file checkpoint that exists for the entire SD Cascade pipeline? It will help with our tests are we try to support it

DN6 avatar Mar 13 '24 14:03 DN6

Sorry my mistake, the single file I was trying to load was for StableCascadePriorPipeline not the combined pipeline.

ballenvironment avatar Mar 13 '24 17:03 ballenvironment

This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.

Please note that issues that do not follow the contributing guidelines are likely to be ignored.

github-actions[bot] avatar Apr 07 '24 15:04 github-actions[bot]

@ballenvironment Following up here to do you have a checkpoint we can test with for loading the Prior as single file?

DN6 avatar Apr 08 '24 04:04 DN6

@ballenvironment Following up here to do you have a checkpoint we can test with for loading the Prior as single file?

This was the one I tried to load

https://huggingface.co/Ketengan-Diffusion/SomniumSC-v1.1/blob/main/SomniumSC-v1.1-bf16-stage_c.safetensors

ballenvironment avatar Apr 08 '24 06:04 ballenvironment

This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.

Please note that issues that do not follow the contributing guidelines are likely to be ignored.

github-actions[bot] avatar May 03 '24 15:05 github-actions[bot]

hi @ballenvironment you can load the checkpoint you have like this https://huggingface.co/docs/diffusers/main/en/api/pipelines/stable_cascade#loading-original-checkpoints-with-fromsinglefile

yiyixuxu avatar May 03 '24 21:05 yiyixuxu