runew0lf / RuinedFooocus

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

Exception in thread Thread-2 (Worker) #169

Open jordanbr20 opened 2 months ago

jordanbr20 commented 2 months ago

Exception in thread Thread-2 (worker): Traceback (most recent call last): File "threading.py", line 1016, in _bootstrap_inner File "threading.py", line 953, in run File "C:\Users\USER\Desktop\RuinedFooocus_win64_1-25-2\RuinedFooocus\modules\async_worker.py", line 34, in worker import modules.pipelines File "C:\Users\USER\Desktop\RuinedFooocus_win64_1-25-2\RuinedFooocus\modules\pipelines.py", line 4, in import modules.sdxl_pipeline as sdxl_pipeline File "C:\Users\USER\Desktop\RuinedFooocus_win64_1-25-2\RuinedFooocus\modules\sdxl_pipeline.py", line 34, in from comfy.sample import ( ImportError: cannot import name 'convert_cond' from 'comfy.sample' (C:\Users\USER\Desktop\RuinedFooocus_win64_1-25-2\RuinedFooocus\repositories\ComfyUI-from-StabilityAI-Official\comfy\sample.py) Running on local URL: http://127.0.0.1:7861

jordanbr20 commented 2 months ago

Fresh install, extracted, batch didn't work so replaced the below, right run as admin (tried not running as admin also), get this.

.\python_embeded\python.exe -s .\RuinedFooocus\entry_with_update.py

C:\Users\USER\Desktop\RuinedFooocus_win64_1-25-2\python_embeded\python.exe -s C:\Users\USER\Desktop\RuinedFooocus_win64_1-25-2\RuinedFooocus\entry_with_update.py

yownas commented 2 months ago

Hm. Can you try moving the folder somewhere that isn't under c:\Users\USER? I've seen people having issues having their webui's there. Making a folder like c:\AI should work fine.

jordanbr20 commented 2 months ago

Same thing. ( I also updated the run.bat )

C:\AI\python_embeded\python.exe -s C:\AI\RuinedFooocus\entry_with_update.py

Using xformers cross attention Exception in thread Thread-2 (worker): Traceback (most recent call last): File "threading.py", line 1016, in _bootstrap_inner File "threading.py", line 953, in run File "C:\AI\RuinedFooocus\modules\async_worker.py", line 34, in worker import modules.pipelines File "C:\AI\RuinedFooocus\modules\pipelines.py", line 4, in import modules.sdxl_pipeline as sdxl_pipeline File "C:\AI\RuinedFooocus\modules\sdxl_pipeline.py", line 34, in from comfy.sample import ( ImportError: cannot import name 'convert_cond' from 'comfy.sample' (C:\AI\RuinedFooocus\repositories\ComfyUI-from-StabilityAI-Official\comfy\sample.py) Running on local URL: http://127.0.0.1:7860