Upscaling and Hires.Fix crashing (rx6900xt, Linux) #9848
Fuchsei223
started this conversation in
General
Replies: 1 comment
-
mm maybe the image is just corruped, try generating another. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, somehow upscaling makes me crash.
My args to launch are:
--opt-split-attention --upcast-sampling --disable-nan-check --opt-sdp-attention --medvram --always-batch-cond-uncond
Havent really tinkered with those yet but they seem to work rather well with the performance I get on regular text2image, but any suggestions welcome.
I switched to linux after having horrible it/s on windows and that worked well. Upscaling worked on windows funnily enough.
Heres my dump on the upscale crash: Error completing request Arguments: (1, <PIL.Image.Image image mode=RGB size=512x800 at 0x7F9236AB0430>, [<tempfile._TemporaryFileWrapper object at 0x7f9381acdc40>, <tempfile._TemporaryFileWrapper object at 0x7f9236aee490>, <tempfile._TemporaryFileWrapper object at 0x7f9386da7f10>, <tempfile._TemporaryFileWrapper object at 0x7f9385a0cf10>, <tempfile._TemporaryFileWrapper object at 0x7f9386701100>, <tempfile._TemporaryFileWrapper object at 0x7f93858860d0>, <tempfile._TemporaryFileWrapper object at 0x7f9387025bb0>, <tempfile._TemporaryFileWrapper object at 0x7f9381a1ff40>, <tempfile._TemporaryFileWrapper object at 0x7f9386dc1df0>, <tempfile._TemporaryFileWrapper object at 0x7f9385d6b910>, <tempfile._TemporaryFileWrapper object at 0x7f9236a37190>, <tempfile._TemporaryFileWrapper object at 0x7f9237c4f220>, <tempfile._TemporaryFileWrapper object at 0x7f938194ad90>, <tempfile._TemporaryFileWrapper object at 0x7f9381901580>, <tempfile._TemporaryFileWrapper object at 0x7f9385a0c130>, <tempfile._TemporaryFileWrapper object at 0x7f93818cd490>, <tempfile._TemporaryFileWrapper object at 0x7f9237d4e5e0>, <tempfile._TemporaryFileWrapper object at 0x7f9236a6db50>, <tempfile._TemporaryFileWrapper object at 0x7f9236a6d6a0>, <tempfile._TemporaryFileWrapper object at 0x7f93a9138dc0>], '', '', True, 0, 4, 512, 512, True, 'R-ESRGAN 4x+ Anime6B', 'None', 0, 0, 0, 0) {} Traceback (most recent call last): File "/home/fuchsei/Stable/stable-diffusion-webui/modules/call_queue.py", line 56, in f res = list(func(*args, **kwargs)) File "/home/fuchsei/Stable/stable-diffusion-webui/modules/call_queue.py", line 37, in f res = func(*args, **kwargs) File "/home/fuchsei/Stable/stable-diffusion-webui/modules/postprocessing.py", line 21, in run_postprocessing image = Image.open(img) File "/home/fuchsei/Stable/stable-diffusion-webui/venv/lib/python3.9/site-packages/PIL/Image.py", line 3283, in open raise UnidentifiedImageError(msg) PIL.UnidentifiedImageError: cannot identify image file <tempfile._TemporaryFileWrapper object at 0x7f9381acdc40>
Beta Was this translation helpful? Give feedback.
All reactions