stable-dreamfusion
stable-dreamfusion copied to clipboard
Newb question where I put the CKPT file ?
Hi I want to know where I put the CKPT file ? of stable diffusion, thanks !
@alexfredo Hi, we leave it to the diffusers
library to download stable diffusion, you don't need to prepare your own checkpoints.
I'd be interested in the option to use our own fine-tuned checkpoints.
I second this, is it possible to use an external model/checkpoint? This would bring about many more possibilities!
@ashawkey, should it be possible to just directly use the --ckpt
flag? I am currently getting an error, but I am not sure if it's my installation, or the flag is not supported.
So no one figured out how to replace CKPT?
@ashawkey interested aswell
@ashawkey bumping
Hi, I think the easiest way is to convert the checkpoint to diffuser-compatible format, with tools like this. Then you could use the --hf_key
option to load custom checkpoints.
For example:
python main.py --text "a hamburger" --workspace trial -O --hf_key andite/anything-v4.0
@ashawkey thank you a ton! Will try asap