blessedcoolant

Results 113 comments of blessedcoolant

I've not faced a time out on my end even after hours but I think I know why this might be happening. The way flaskwebgui is designed is a bit...

@FlowDownTheRiver In main.py in the line that reads `ui = FlaskUI(app, width=app_width, height=app_height)` .. you can add .. `ui = FlaskUI(app, width=app_width, height=app_height, browser_path=)` This will load the browser you...

> Huh? Why would you optimize somethign that already works? I don't know why you both have different issues with paiting near and over the edge but I don't. I...

> Manuel mode is working great.Thank you very much @Sanster. A keyboard shortcut assigned to that or mouse right click to activate inpainting shall be nice in manuel mode. I...

> Is there anyway or trick we can do to customize the hot keys for the end user?I mean where can we edit and if it is possible,does it require...

> `--disk-cache-dir=/dev/null` (should work in windows too even thought it doesn't exist) > You can add ` autocomplete="off"` to the form tag to disable autocomplete. Thank you. I'll try that....

Generation error: `AttributeError: 'CrossAttention' object has no attribute 'cached_mem_free_total'`

Turns out finding a LoRA model online that is in the diffusers format is ending up being harder than I expected. Most of them are shared as safetensors. I think...

Is there a script somewhere that allows us to convert Lora models from safetensors or whatever format to diffusers? If there is one, we could integrate that and load through...

If the conversion time is short, I think we can effectively do a one time conversion of the safetensor/ckpt model to diffusers. I think that might be more ideal because...