Glenn 'devalias' Grant
Glenn 'devalias' Grant
So my brain got curious, and decided to dive into writing a little PoC script for this: - https://github.com/0xdevalias/poc-quick-zip-sha256-hash - https://github.com/0xdevalias/poc-quick-zip-sha256-hash/blob/main/quick-zip-sha256hash.py This script will efficiently read the `*.ckpt` zip file...
I don't have that particular `*.ckpt` file, so I can't really check locally, but the PoC code is fairly straightforward, so it shouldn't be too hard to follow along, add...
> My approach is to sum the CRC32's of the files inside the /archive folder and subdirectories (/archive/data). > > See #4478 > > To be clear, it's more of...
Potentially related (`NameError: name 'trainer' is not defined`): - https://github.com/JoePenna/Dreambooth-Stable-Diffusion/issues/28 - https://github.com/JoePenna/Dreambooth-Stable-Diffusion/issues/53 - https://github.com/JoePenna/Dreambooth-Stable-Diffusion/issues/86 - https://github.com/JoePenna/Dreambooth-Stable-Diffusion/issues/87 --- > I went to line 896 on Main.py, and changed "trainer" for "Trainer",...
Potentially Related: - https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/914 - https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/1429 - https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/1734 - https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/2002 - https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/2002#issuecomment-1296308600 - > Closing, opening new PR to squash commits and make it clean. - https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/3995 - https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/3995#issuecomment-1296308730 -...
Potentially related (`NameError: name 'trainer' is not defined`): - https://github.com/JoePenna/Dreambooth-Stable-Diffusion/issues/28 - https://github.com/JoePenna/Dreambooth-Stable-Diffusion/issues/53 - https://github.com/JoePenna/Dreambooth-Stable-Diffusion/issues/86 - https://github.com/JoePenna/Dreambooth-Stable-Diffusion/issues/87
See also: - https://github.com/huggingface/huggingface_hub/issues/1160
Another workaround, if you're connected to the pod via SSH or similar, is to run `huggingface-cli login` and then paste your token in there, then skip the login cell in...
> Also check, png is required. I don't believe that is true. I just ran a training run using `*.jpg`'s and it worked perfectly fine for me.
Potentially related (`NameError: name 'trainer' is not defined`): - https://github.com/JoePenna/Dreambooth-Stable-Diffusion/issues/28 - https://github.com/JoePenna/Dreambooth-Stable-Diffusion/issues/53 - https://github.com/JoePenna/Dreambooth-Stable-Diffusion/issues/86 - https://github.com/JoePenna/Dreambooth-Stable-Diffusion/issues/87 --- > I went to line 896 on Main.py, and changed "trainer" for "Trainer",...