nelsonre

Results 5 comments of nelsonre

I've updated my install, and it stills crashes on MacOS when the prompt is 337 chars or more: ``` index 77 is out of bounds for dimension 0 with size...

I did some testing, It looks like when using the in-painting model in the unified canvas your sampler choice is respected. If you try to use any other model, your...

The first thing to double check is whether the file is actually there. In a terminal: ls -l /Users/xxx/invokeai/models/ldm/stable-diffusion-v1/ and see if the robo file appears in the listing

No worries. I was suggesting checking the directory because I also had a similar (file not found) issue. I just had the wrong path. I had mixed up models/ldm with...

I made small changes to the ksampler.py file to make the other samplers work. Not certain this is the correct solution though. ``` diff --git a/ldm/models/diffusion/ksampler.py b/ldm/models/diffusion/ksampler.py index 894be54b..fd827575 100644...