TheLastBen / fast-stable-diffusion

fast-stable-diffusion + DreamBooth
MIT License
7.56k stars 1.31k forks source link

Unable to Launch ComfyUI in Paperspace, no tensorboard server #2786

Closed dreamlogic-X closed 8 months ago

dreamlogic-X commented 8 months ago

Hi I'm unable to launch ComfyUI at all in Paperspace, both with the most up to date repo (updated today) and with the last repo. This was working yesterday.

The most up to date repo gives me this, with no tensorboard linK:

Total VRAM 81229 MB, total RAM 90499 MB
xformers version: 0.0.16rc404
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA A100-SXM4-80GB : 
VAE dtype: torch.float32
Using xformers cross attention
Note: NumExpr detected 12 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 8.
NumExpr defaulting to 8 threads.
****** User settings have been changed to be stored on the server instead of browser storage. ******
****** For multi-user setups add the --multi-user CLI argument to enable multiple user profiles. ******
Starting server

To see the GUI go to: http://0.0.0.0:6006/

The previous repo gives a tensorboard link, but when clicked it goes to a "404 page not found" page.

Would appreciate any help in solving this.

pdannell commented 8 months ago

I am seeing this also now, was just working about 2 days ago.

It's either a Paperspace issue or introduced on the March 11 changes.

RedDeltas commented 8 months ago

I am getting a very similar issue in RunPod:

Total VRAM 24260 MB, total RAM 128678 MB
xformers version: 0.0.20
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3090 : cudaMallocAsync
VAE dtype: torch.bfloat16
Using xformers cross attention
****** User settings have been changed to be stored on the server instead of browser storage. ******
****** For multi-user setups add the --multi-user CLI argument to enable multiple user profiles. ******
Downloading: "https://github.com/DagnyT/hardnet/raw/master/pretrained/train_liberty_with_aug/checkpoint_liberty_with_aug.pth" to /workspace/cache/torch/hub/checkpoints/checkpoint_liberty_with_aug.pth
100%|██████████████████████████████████████| 5.10M/5.10M [00:00<00:00, 50.0MB/s]
Starting server

To see the GUI go to: http://0.0.0.0:3000/

Previously where the http://0.0.0.0:3000/ link is there would be a runpod proxied link to use

TheLastBen commented 8 months ago

I'll check it out

TheLastBen commented 8 months ago

issue fixed

pdannell commented 8 months ago

issue fixed

I can confirm it's fixed for me.

dreamlogic-X commented 8 months ago

Thanks Ben!