Open codestuff001 opened 1 year ago
Nevermind, I was able to resolve it by backing up my model files, deleting the sd folder, then re-running the notebook with a fresh install. It's working now ¯_(ツ)_/¯
it should work without deleting the sd folder, the repo updates automatically, unless you disabled that
I don't think I disabled it. I don't know what it was, I ended up testing the notebook on another account and it worked, that's when I figured it had to be something in my google drive that was messing it up, so I just deleted it. I backed-up all my model files, etc, so all I had to do was move them back into the correct folders after running the setup.
Whatever it was, it's working now. Appreciate your reply and all the work you do to maintain the project :)
you can also run the notebook by skipping the first cell, it will use the colab temporary storage in case you don't want to use gdrive.
Getting this error when running the latest notebook on the last cell:
When I delete the
--no-download-sd-model
argument in the script, it gives me this error:I have the
model.ckpt
file already in my models folder and input the path forPath_to_MODEL:
in the 3rd cell.