fast-stable-diffusion
fast-stable-diffusion copied to clipboard
Did the dependencies change?
In the old notebook, you installed packages individually. Things worked well for me. Now, you made things into a 7z file, so I don't think I can easily install things into a non-python3.7 environment. Is there a reason for the change other than maybe speed?
https://github.com/TheLastBen/fast-stable-diffusion/blob/main/Dreambooth/Deps
speed and removed the warning messages, but you still can use the old cell if you want to or simply change python3.7 into python3.9 in the path
Okay cool.
Nothing funky will happen if I do this:
!cp -r /content/usr/local/lib/python3.7/dist-packages /usr/local/lib/python3.9/