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
Installed the UI from release zip, and it looks amazing, but there is a bug when I ty to upload workflow file. THe FomfyUI server throws POST http://127.0.0.1:8188/ 405 (Method Not Allowed) error.
Also tried to replace server.py with your modded file, but to no avail.
Original UI works fine and does not throw this error, but comparing to your masterpiece it sucks a big time.
Please fix the issue ASAP.
🚦 期望结果 | Expected Behavior
No response
📷 复现步骤 | Recurrence Steps
No response
📝 补充信息 | Additional Information
Using dedicated venv and my launch command is AI_ComfyUI='cd /home/victor/Documents/ComfyUI/; source ./venv/bin/activate; export "PYTORCH_CUDA_ALLOC_CONF=garbage_collection_threshold:0.6,max_split_size_mb:128"; export "PYTORCH_NO_CUDA_MEMORY_CACHING=0"; export "CUDA_LAUNCH_BLOCKING=0"; export "TORCH_USE_CUDA_DSA=0"; python ./main.py --use-pytorch-cross-attention --disable-xformers --normalvram --cuda-device 0'
The text was updated successfully, but these errors were encountered:
💻 系统环境 | Operating System
Ubuntu
🌐 浏览器 | Browser
Chrome
🐛 问题描述 | Bug Description
Installed the UI from release zip, and it looks amazing, but there is a bug when I ty to upload workflow file. THe FomfyUI server throws
POST http://127.0.0.1:8188/ 405 (Method Not Allowed)
error.Also tried to replace server.py with your modded file, but to no avail.
Original UI works fine and does not throw this error, but comparing to your masterpiece it sucks a big time.
Please fix the issue ASAP.
🚦 期望结果 | Expected Behavior
No response
📷 复现步骤 | Recurrence Steps
No response
📝 补充信息 | Additional Information
Using dedicated
venv
and my launch command isAI_ComfyUI='cd /home/victor/Documents/ComfyUI/; source ./venv/bin/activate; export "PYTORCH_CUDA_ALLOC_CONF=garbage_collection_threshold:0.6,max_split_size_mb:128"; export "PYTORCH_NO_CUDA_MEMORY_CACHING=0"; export "CUDA_LAUNCH_BLOCKING=0"; export "TORCH_USE_CUDA_DSA=0"; python ./main.py --use-pytorch-cross-attention --disable-xformers --normalvram --cuda-device 0'
The text was updated successfully, but these errors were encountered: