Bill Strum
Bill Strum
Thanks for the quick response. I copied the ldm folder to scripts and the program ran a little more. Below is the new error. PS C:\Users\Conda\ldm\stable-diffusion-main\scripts> python txt2img.py --prompt "a...
Here is the latest please advise. PS C:\Users\Conda\ldm\stable-diffusion-main> python scripts\txt2img.py --prompt "a photograph of an astronaut riding a horse" --plms Loading model from models/ldm/stable-diffusion-v1/model.ckpt Traceback (most recent call last): File...
I'll give it a try. Thanks On Sun, Sep 11, 2022, 2:27 PM Rickey Bowers Jr. ***@***.***> wrote: > As per the installation instructions, model.ckpt is required in the >...
Slowly but hopefully surely we are moving forward. Looks like a little progress but... PS C:\Users\Conda\ldm\stable-diffusion-main> python scripts\txt2img.py --prompt "a photograph of an astronaut riding a horse" --plms Loading model...
Moved forward from ModuleNotFoundError: No module named 'taming' (error below) I installed : (tf-gpu) C:\Users\Conda\HelloWorld> pip install taming-transformers and taming is imported Now we have moved forward a little ore...
This was another thing. I forwarded the initial issue. ImportError: cannot import name 'VectorQuantizer2' from 'taming.modules.vqvae.quantize' (C:\Users\Conda\envs\tf-gpu\lib\site-packages\taming\modules\vqvae\quantize.py) I'm pretty deep into this as you can see. I went through the...
You were right. Idid not have git on my new computer. I have installed git cloned the repo The contents of monkey are shown below Directory of C:\Users\Conda\HelloWorld\monkey 09/12/2022 03:21...
I would also be very interested in the repo for the code in the matting demo.
I will check it out...Thanks On Fri, Sep 16, 2022 at 4:48 PM Daniel Puglisi ***@***.***> wrote: > Anyone found something? I came across a few different models that do...