convert CKPT models to diffusers
chavinlo opened this issue · 4 comments
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.
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
This also works for the discord bot
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.