Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convert CKPT models to diffusers #57

Open
chavinlo opened this issue Sep 27, 2022 · 4 comments
Open

convert CKPT models to diffusers #57

chavinlo opened this issue Sep 27, 2022 · 4 comments
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@chavinlo
Copy link

No description provided.

@parlance-zz parlance-zz self-assigned this Sep 27, 2022
@parlance-zz
Copy link
Owner

Some folks have fine-tuned models that are only compatible with the older CompVis code, while I intend to add my own fine-tuning facilities to g-diffuser-lib in the future, in the meantime we will need a helper tool to convert those ckpt weight files into the diffusers model format.

@parlance-zz parlance-zz added help wanted Extra attention is needed good first issue Good for newcomers labels Sep 27, 2022
@chavinlo
Copy link
Author

I found a script too as I mentioned in the discord
https://github.com/huggingface/diffusers/blob/2c4ce96d12a65f08b176a6303a4f1dbb305f4ebd/scripts/convert_original_stable_diffusion_to_diffusers.py
This version has an error but switching to the main branch works

@chavinlo
Copy link
Author

This also works for the discord bot

@parlance-zz
Copy link
Owner

I found a script too as I mentioned in the discord https://github.com/huggingface/diffusers/blob/2c4ce96d12a65f08b176a6303a4f1dbb305f4ebd/scripts/convert_original_stable_diffusion_to_diffusers.py This version has an error but switching to the main branch works

Thank you! This will save some time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants