I had installed and used the ComfyUI-enable-tls and was using it successfully for several weeks and it seems to have just stopped working. It is giving an error about an unexpected indent.
Total VRAM 8176 MB, total RAM 32035 MB
Set vram state to: NORMAL_VRAM
/home/tekuzo/ComfyUI/sdxl/lib/python3.10/site-packages/torch/cuda/__init__.py:497: UserWarning: Can't initialize NVML
warnings.warn("Can't initialize NVML")
Device: cuda:0 AMD Radeon RX 6600 :
VAE dtype: torch.float32
Using sub quadratic optimization for cross attention, if you have memory or speed issues try using: --use-split-cross-attention
Loading custom server.py
Traceback (most recent call last):
File "/home/tekuzo/ComfyUI/main_https.py", line 28, in <module>
exec(code_to_exec)
File "<string>", line 1
if args.windows_standalone_build:
IndentationError: unexpected in
I have attempted to completely remove and re-install comfyUI, follwing the official instructions to get it working the last time on my AMD GPU.
Currently the python main.py will launch the unencrypted version, but the main_https.py doesn't execute.
The output from the main.py is
Total VRAM 8176 MB, total RAM 32035 MB
Set vram state to: NORMAL_VRAM
/home/tekuzo/ComfyUI/sdxl/lib/python3.10/site-packages/torch/cuda/__init__.py:497: UserWarning: Can't initialize NVML
warnings.warn("Can't initialize NVML")
Device: cuda:0 AMD Radeon RX 6600 :
VAE dtype: torch.float32
Using sub quadratic optimization for cross attention, if you have memory or speed issues try using: --use-split-cross-attention
Starting server
To see the GUI go to: http://127.0.0.1:8188
I had installed and used the ComfyUI-enable-tls and was using it successfully for several weeks and it seems to have just stopped working. It is giving an error about an unexpected indent.
I have attempted to completely remove and re-install comfyUI, follwing the official instructions to get it working the last time on my AMD GPU.
Currently the python main.py will launch the unencrypted version, but the main_https.py doesn't execute. The output from the main.py is