ManOrMonster

Results 12 comments of ManOrMonster

I'm confused as to why this is not fixed yet. Any other autocomplete I've used works properly with a scrollbar (jQuery-UI, bassistance.de). The solution posted above doesn't work very well....

I'm also having this issue (Windows 11). I'm not using quotes in my paths. ``` set A1111_HOME=C:/stable-diffusion/data set COMMANDLINE_ARGS=%COMMANDLINE_ARGS% ^ --ckpt-dir %A1111_HOME%/models/Stable-diffusion ^ --embeddings-dir %A1111_HOME%/embeddings ^ --lora-dir %A1111_HOME%/models/Lora ^ --esrgan-models-path...

> I just bit the bullet and solved this on my end using Symlinks. That's definitely a quickfix for this, but I've personally been trying to get away from symlinks....

I've almost resolved the issue with this config: ``` set A1111_HOME=C:\\stable-diffusion\\data set COMMANDLINE_ARGS=%COMMANDLINE_ARGS% ^ --ckpt-dir %A1111_HOME%\\models\\Stable-diffusion ^ --embeddings-dir %A1111_HOME%\\embeddings ^ --lora-dir %A1111_HOME%\\models\\Lora ^ --esrgan-models-path %A1111_HOME%\\models\\ESRGAN ^ --vae-dir %A1111_HOME%\\models\\VAE ``` Note...

@catboxanon > Confirmed issue with latest upstream. Replacing forward slashes with double backslashes fixes it in the meantime. I'm unable to reproduce the issue being described above where only the...

Having the same issue. It's maddening.

> So it will be hard to draw rectangles on images directly. I must find another way to draw rectangles. Do you have any other idea? Check out this extension:...

This is where I got the info: https://github.com/FurkanGozukara/Stable-Diffusion/blob/main/Tutorials/AI-Music-Generation-Audiocraft-Tutorial.md#11-june-2023

This is not a problem in StableSwarmUI or WebUI. > 500GB of LORA's is _insane_., as they are typically rarely much over 1gb. Not to try to tell a guy...

Removing `--fast` from your ComfyUI arguments will resolve this.