huggingface / diffusers

🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch and FLAX.
https://huggingface.co/docs/diffusers
Apache License 2.0
25.18k stars 5.21k forks source link

Ability to convert custom CivitAI checkpoints of SDXL to diffusers #4912

Closed MaxTran96 closed 10 months ago

MaxTran96 commented 1 year ago

Is your feature request related to a problem? Please describe. https://github.com/TheLastBen/fast-stable-diffusion/issues/2528#issuecomment-1705740810

Describe the solution you'd like convert custom civitai checkpoint of sdxl 1.0 to diffusers

Describe alternatives you've considered I tried using TheLastBen notebook to do so

Additional context Add any other context or screenshots about the feature request here.

adhikjoshi commented 1 year ago

You can find it in scripts directory or they're here on huggingface

https://huggingface.co/stablediffusionapi

apolinario commented 1 year ago

Hey @MaxTran96 , this model has diffusers weights here https://huggingface.co/Lykon/dreamshaper-xl-1-0

AmericanPresidentJimmyCarter commented 1 year ago

Hey, @Birch-san has a script. https://github.com/waifu-diffusion/sdxl-ckpt-converter/

MaxTran96 commented 1 year ago

Thank you all!

github-actions[bot] commented 11 months ago

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.