Daniel Ajisafe
Daniel Ajisafe
Is it possible to get the pre-trained model @weigq It has been difficult working with your baseline without the pre-trained model, the other option is training from scratch, which is...
Thank you @alvarogonjim
> I have download the pretrianed model gt_ckpt_best.pth.tar. But when I run the command python main.py --load gt_ckpt_best.pth.tar --test, the error 'ascii' codec can't decode byte 0xe5 in position 0:...
Thanks @jas0n1ee. release version 3.5 works!
> i tried to delete the file and upload the changed file , but i cant seem to move it to src directory. I am not used to google colab...
> I had the same issue and found another solution. > > When installing from a local clone, before running `pip install -e .`, go into the setup.py file in...
I removed the version and used `opencv-python` only
The model and all files related to it, including ```model_index.json``` are downloaded to your home cache directory by default e.g ```home/username/.cache```. You should find it in something like ```home/username/.cache/models--CompVis--stable-diffusion-v1-4/snapshots/133a221b8aa7292a167afc5127cb63fb5005638b/model_index.json```. If...
Cloning with LFS using the 1st and 3rd commands in favour of avoiding large files created the issue in my case. I deleted the folder and used the 2nd command...
Extract from page 1 in the supplemental document, hope to hear from you and thanks! 