fast-stable-diffusion icon indicating copy to clipboard operation
fast-stable-diffusion copied to clipboard

Suggestion: dump interval ckpt to Sessions/instance

Open giteeeeee opened this issue 3 years ago • 6 comments

Now ckpt_N_step is dumped to "Fast-Dreambooth/Sessions/".

Instead, how about dump it to "Fast-Dreambooth/Sessions/instance name"?

giteeeeee avatar Nov 04 '22 11:11 giteeeeee

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

TheLastBen avatar Nov 04 '22 11:11 TheLastBen

hopefully this will fix it : https://github.com/TheLastBen/fast-stable-diffusion/commit/fbb7dfc34e6ae6e815715122d1e76e70738201a0

TheLastBen avatar Nov 04 '22 11:11 TheLastBen

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.

giteeeeee avatar Nov 04 '22 11:11 giteeeeee

no luck

console says dumping ckpt to /Sessions/instance, but still ends up in /Sessions/

giteeeeee avatar Nov 04 '22 12:11 giteeeeee

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

TheLastBen avatar Nov 04 '22 12:11 TheLastBen

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

giteeeeee avatar Nov 04 '22 12:11 giteeeeee

now it dumps correctly. thanks

giteeeeee avatar Nov 05 '22 00:11 giteeeeee