Rickey Bowers Jr.

Results 53 comments of Rickey Bowers Jr.

In hindsight this might be to catch a corner case I'm not seeing.

I was thinking that loading ECX/EDX again was not needed. I guess there is a situation where the nodes pointed to by ECX/EDX could also be the node pointed to...

How are you verifying that the CUDA version of torch is installed? What does ```print(torch.cuda.is_available())``` say? The present version of torch is only built against CUDA 11.6 - I think...

You can close this issue and it will "go away".

The intent is to use the scripts from the parent directory: ```cmd C:\Users\Conda\ldm\stable-diffusion-main> python scripts\txt2img.py --prompt "a photograph of an astronaut riding a horse" --plms ``` ... in this way...

As per the [installation instructions](https://github.com/CompVis/stable-diffusion#stable-diffusion-v1), ```model.ckpt``` is required in the correct location: > ```models/ldm/stable-diffusion-v1/model.ckpt``` This check point file will need to be one of the provided check points: https://huggingface.co/CompVis Most...

Your installation is incomplete. After you install anaconda, you need to install git. Otherwise, ```conda env create -f environment.yaml``` will not complete. Their directions are geared toward linux users, imho....

Anaconda starts with a (base) environment, but being in another environment is fine as long as the ```git``` command works. You can try it, and get a help message from...

Oh, so you haven't downloaded the model from HugginFace? It's a huge 4GB file - couldn't miss it: https://github.com/CompVis/stable-diffusion#stable-diffusion-v1 Weights are here: https://huggingface.co/CompVis/stable-diffusion-v-1-4-original The ```sd-v1-4.ckpt``` file will need to be...

Yes, Python is showing it's age in this regard. It is a different ecosystem which comes with it's own learning curve beyond the language itself.