You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues and checked the recent builds/commits
What would your feature do ?
When inpainting and then sending the generated image back to inpaint, the "Resize to" width and height are changed to the size of the image. This should not be a huge issue, but if the image is big and one continues inpainting without paying attention to this width and height, the automatic1111 backend crashes the computer(!).
Using right now: version: v1.10.1 • python: 3.10.14 • torch: 2.1.2+cu121 • xformers: 0.0.23.post1 • gradio: 3.41.2 • checkpoint: b1689257e6)
Could you please point me to the code that accepts this width/height, so I do a min(received, 1024) in my local deployment? Thanks!
Proposed workflow
Ideally there would be a setting, enabled by default, "Automatically limit only-masked inpaint area width and height [to prevent the computer crashing]".
Additional information
No response
The text was updated successfully, but these errors were encountered:
Personally, I just drag the output image back into input, rather than using the Send To button. This way it does not adjust the width and height sliders.
Is there an existing issue for this?
What would your feature do ?
When inpainting and then sending the generated image back to inpaint, the "Resize to" width and height are changed to the size of the image. This should not be a huge issue, but if the image is big and one continues inpainting without paying attention to this width and height, the automatic1111 backend crashes the computer(!).
Using right now: version: v1.10.1 • python: 3.10.14 • torch: 2.1.2+cu121 • xformers: 0.0.23.post1 • gradio: 3.41.2 • checkpoint: b1689257e6)
Could you please point me to the code that accepts this width/height, so I do a
min(received, 1024)
in my local deployment? Thanks!Proposed workflow
Ideally there would be a setting, enabled by default, "Automatically limit only-masked inpaint area width and height [to prevent the computer crashing]".
Additional information
No response
The text was updated successfully, but these errors were encountered: