Possible to make a *.ckpt or *.safe-tensors file available?

#2
by joelclimbsthings - opened

I'd love to try this model, although I'm inexperienced in working directly with a diffusers directory structure--is it possible to add a CKPT or something similar?

If not, is using something like this script what I need to do?

Logo Wizard org

Yes, you can just use this script for your purposes. First you need git clone this repo. Then call the script using bash: convert_diffusers_to_original_stable_diffusion.py --model_path path_to_cloned_repo --checkpoint_path path_to_save_model --half

Sign up or log in to comment