fast-stable-diffusion
fast-stable-diffusion copied to clipboard
Suggestion: dump interval ckpt to Sessions/instance
Now ckpt_N_step is dumped to "Fast-Dreambooth/Sessions/".
Instead, how about dump it to "Fast-Dreambooth/Sessions/instance name"?
That's what I intended to do but I didn't get the time to test it, it appears that it stops at Sessions instead of going inside the specific session folder, I'll fix that
hopefully this will fix it : https://github.com/TheLastBen/fast-stable-diffusion/commit/fbb7dfc34e6ae6e815715122d1e76e70738201a0
hopefully this will fix it : fbb7dfc
I'll test it now, waiting for the diffusers...
speaking of which, could you maybe add a diffuser_path to the gdrive? So that the notebook can directly use the bin file instead of going through "CKPT_Path:___" then convert everytime.
no luck
console says dumping ckpt to /Sessions/instance, but still ends up in /Sessions/
I'll change it to Model_Path, if it's a ckpt it'll convert it, if it's diffusers, it'll use it directly
I'll change it to Model_Path, if it's a ckpt it'll convert it, if it's diffusers, it'll use it directly
that'd be awesome
now it dumps correctly. thanks