runew0lf / RuinedFooocus

Focus on prompting and generating
GNU General Public License v3.0
369 stars 20 forks source link

Error: Exception in thread Thread-5 (worker): #117

Closed drago87 closed 4 months ago

drago87 commented 10 months ago

Was doing some img2img then removed the image but forgot to remove the Cheat Code img2img and got this error

Exception in thread Thread-5 (worker):
Traceback (most recent call last):
  File "threading.py", line 1016, in _bootstrap_inner
  File "threading.py", line 953, in run
  File "D:\AI\RuinedFooocus_win64_1-25-2\RuinedFooocus\modules\async_worker.py", line 323, in worker
    handler(task)
  File "D:\AI\RuinedFooocus_win64_1-25-2\RuinedFooocus\modules\async_worker.py", line 56, in handler
    process(gen_data)
  File "D:\AI\RuinedFooocus_win64_1-25-2\RuinedFooocus\modules\async_worker.py", line 138, in process
    width = gen_data["input_image"].width
AttributeError: 'NoneType' object has no attribute 'width'
yownas commented 4 months ago

This should be fixed now.