stable-dreamfusion icon indicating copy to clipboard operation
stable-dreamfusion copied to clipboard

Newb question where I put the CKPT file ?

Open alexfredo opened this issue 2 years ago • 9 comments

Hi I want to know where I put the CKPT file ? of stable diffusion, thanks !

alexfredo avatar Oct 09 '22 20:10 alexfredo

@alexfredo Hi, we leave it to the diffusers library to download stable diffusion, you don't need to prepare your own checkpoints.

ashawkey avatar Oct 10 '22 01:10 ashawkey

I'd be interested in the option to use our own fine-tuned checkpoints.

LexCybermac avatar Oct 10 '22 14:10 LexCybermac

I second this, is it possible to use an external model/checkpoint? This would bring about many more possibilities!

g-l-i-t-c-h-o-r-s-e avatar Oct 10 '22 22:10 g-l-i-t-c-h-o-r-s-e

@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.

skyne98 avatar Oct 14 '22 09:10 skyne98

So no one figured out how to replace CKPT?

kostyanchik94 avatar Oct 27 '22 17:10 kostyanchik94

@ashawkey interested aswell

spergware avatar Dec 24 '22 11:12 spergware

@ashawkey bumping

spergware avatar Feb 09 '23 17:02 spergware

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 avatar Feb 10 '23 02:02 ashawkey

@ashawkey thank you a ton! Will try asap

spergware avatar Feb 10 '23 04:02 spergware