Alchete

Results 20 comments of Alchete

Every time I render the selection goes away, such that it needs to be made again. Is this the intended use-model or am I doing it wrong? The selection needs...

Same issue when installing v2.3.0 latest. Windows 10. nVidia 3090. Also, my installation didn't create a models.yaml file. I had to do that manually, and populate it manually, and manually...

Yeah, I'm not having much luck here. How hard can it be to get two numbers from an image??? 😂 UI code: ``` with gr.Row(): gr.HTML(value='Invert colors if your image...

Thanks @LonicaMewinsky -- agree that your idea would be even more useful. A button to just inject the dimensions into txt2img and img2img. Then we can add a "lock aspect...

@LonicaMewinsky Excellent! I was playing with a button on the top row for the same purpose, but since tooltips are so difficult with this toolkit your implementation seems more obvious...

@LonicaMewinsky Good collaboration. You have good UX instincts. :) @marcsyp I think the next step is to implement a "lock" aspect ratio feature in base A1111, like most image editing...

> > since tooltips are so difficult > > Copy https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/javascript/hints.js to `sd-webui-controlnet/javascript` and edit it accordingly. How does that work for Extensions? How do we provide tooltips for ControlNet?

@LonicaMewinsky Thanks. Go for it, Even sending the dimensions would be a huge upgrade. I've got working, stand-alone code that locks the W/H sliders, however, when placing it into the...

Noticed the same. Just converting the mask freezes the entire UI and halts the plugin progress bar at about 1/4.

I've been trying to get this to work and am now wondering if this is my issue. How does the diffusers bug appear?