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'm facing a problem with Inpaint Sketch and images sizes output.
A 512x512px source image will always be 768x768px in the output folder if I use Inpaint Sketch.
A 1024x1024px will be 1536x1536px...
I saw this problem was reported, like here for example : #14485, where I've replied on the last message of the discussion,
but the status is close and the problem is not resolved...
I tried with a fresh install of SD_WebUI,
With Edge, Firefox and Chrome, and even with the solution @pmeade3 was mentioned, to clean the browser, that does not solve the problem for me.
For sure, I'm on the last version updated.
I can also see this discussion about this on Reddit : https://www.reddit.com/r/StableDiffusion/comments/12j7jia/inpaint_sketch_resize_issue/
But I still have the problem...
(I can also point out that I have a problem when it comes to directly transferring an image to "Sketch" or to "Inpaint Sketch", this causes a bug : Traceback (most recent call last): File "C:\Users\Admin\Desktop\Stability AI\Stable Diffusion WebUI\system\python\lib\site-packages\gradio\routes.py", line 488, in run_predict output = await app.get_blocks().process_api( File "C:\Users\Admin\Desktop\Stability AI\Stable Diffusion WebUI\system\python\lib\site-packages\gradio\blocks.py", line 1429, in process_api inputs = self.preprocess_data(fn_index, inputs, state) File "C:\Users\Admin\Desktop\Stability AI\Stable Diffusion WebUI\system\python\lib\site-packages\gradio\blocks.py", line 1239, in preprocess_data processed_input.append(block.preprocess(inputs[i])) File "C:\Users\Admin\Desktop\Stability AI\Stable Diffusion WebUI\system\python\lib\site-packages\gradio\components\image.py", line 274, in preprocess im = processing_utils.decode_base64_to_image(x) File "C:\Users\Admin\Desktop\Stability AI\Stable Diffusion WebUI\system\python\lib\site-packages\gradio\processing_utils.py", line 59, in decode_base64_to_image img = Image.open(BytesIO(base64.b64decode(image_encoded))) File "C:\Users\Admin\Desktop\Stability AI\Stable Diffusion WebUI\system\python\lib\site-packages\PIL\Image.py", line 3298, in open raise UnidentifiedImageError(msg) PIL.UnidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x000001ACA52A1580>
I am forced to import my image directly into the "Inpaint Sketch" tab and not from another tab.
But that's another problem that at least I have a solution for).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello !
I'm facing a problem with Inpaint Sketch and images sizes output.
A 512x512px source image will always be 768x768px in the output folder if I use Inpaint Sketch.
A 1024x1024px will be 1536x1536px...
I saw this problem was reported, like here for example : #14485, where I've replied on the last message of the discussion,
but the status is close and the problem is not resolved...
I tried with a fresh install of SD_WebUI,
With Edge, Firefox and Chrome, and even with the solution @pmeade3 was mentioned, to clean the browser, that does not solve the problem for me.
For sure, I'm on the last version updated.
I can also see this discussion about this on Reddit : https://www.reddit.com/r/StableDiffusion/comments/12j7jia/inpaint_sketch_resize_issue/
But I still have the problem...
(I can also point out that I have a problem when it comes to directly transferring an image to "Sketch" or to "Inpaint Sketch", this causes a bug :
Traceback (most recent call last): File "C:\Users\Admin\Desktop\Stability AI\Stable Diffusion WebUI\system\python\lib\site-packages\gradio\routes.py", line 488, in run_predict output = await app.get_blocks().process_api( File "C:\Users\Admin\Desktop\Stability AI\Stable Diffusion WebUI\system\python\lib\site-packages\gradio\blocks.py", line 1429, in process_api inputs = self.preprocess_data(fn_index, inputs, state) File "C:\Users\Admin\Desktop\Stability AI\Stable Diffusion WebUI\system\python\lib\site-packages\gradio\blocks.py", line 1239, in preprocess_data processed_input.append(block.preprocess(inputs[i])) File "C:\Users\Admin\Desktop\Stability AI\Stable Diffusion WebUI\system\python\lib\site-packages\gradio\components\image.py", line 274, in preprocess im = processing_utils.decode_base64_to_image(x) File "C:\Users\Admin\Desktop\Stability AI\Stable Diffusion WebUI\system\python\lib\site-packages\gradio\processing_utils.py", line 59, in decode_base64_to_image img = Image.open(BytesIO(base64.b64decode(image_encoded))) File "C:\Users\Admin\Desktop\Stability AI\Stable Diffusion WebUI\system\python\lib\site-packages\PIL\Image.py", line 3298, in open raise UnidentifiedImageError(msg) PIL.UnidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x000001ACA52A1580>
I am forced to import my image directly into the "Inpaint Sketch" tab and not from another tab.
But that's another problem that at least I have a solution for).
Beta Was this translation helpful? Give feedback.
All reactions