WASasquatch / easydiffusion

Easy Diffusion is an advanced Stable Diffusion Notebook with a feature rich image processing suite.
MIT License
103 stars 17 forks source link

I can't use files on my storage disk/newbie has problems. #4

Closed Pxan02 closed 2 years ago

Pxan02 commented 2 years ago

First of all, thanks WASasquatch for having made this absolutely fantastic tool! I have an AMD card, and I was worried I wouldn't be able to use this wonderful tool. Thanks to you I can use it! I just found a few issues, probably due to me being a newbie:

Problem1 I tried to give the program the txt. file position on my storage disk, yet it doesn't read it. I am doing something wrong? I tried to copy-paste all contents and doesn't go either way. This also happens when I try to save the images to my local harddisk. What I am doing wrong?

Problem2 I want to use this model https://github.com/harubaru/waifu-diffusion , the model is currently stored in my local disk. Is there a way for me to use it? What is this model ID? And how can I find it?

Thanks again for making this great. You really saved AMD users! I will continue studying this tool in the coming days (and understand what all those options actually mean.)

Dxdiag just in case: Dxdiag.txt

Questions: Do you I use Img2Img?

If you need more images/explanation feel free to ask me.

WASasquatch commented 2 years ago

Here is some directions on how to upload and use a settings file. as for models, it's the same deal, they need to be uploaded to the colab session, or you could upload them to your Google Drive and copy the path to there from the file manager the same way you would in the directions below. Google Drive files are stored unser /content/drive/MyDrive/

Screenshot_1 Screenshot_2 Screenshot_3 Screenshot_4 Screenshot_5

WASasquatch commented 2 years ago

PS. Model paths are paths to your model weights within your models folder. So similar to how to load 1.4 checkpoint, you use CompVis/stable-diffusion-1-4 as model name, which looks inside the models folder, for a folder called "CompVis/stable-diffusion-1-4

Pxan02 commented 2 years ago

Thanks for the help! Now it works perfectly! image