Open
Description
I have an 8 Gig GPU... I suspect it's not enough because I run into
uvicorn apis.interface:app --host 0.0.0.0 --port 8123
ldm_sd_v1.5: 4.27GB [06:19, 11.2MB/s]
ldm_sd_anime_nai: 4.27GB [06:19, 11.3MB/s]
ldm.sd_inpainting: 4.27GB [06:17, 11.3MB/s]
Traceback (most recent call last):
...
File "/home/danielrh/dev/carefree-creator/cfe9/lib/python3.9/site-packages/torch/nn/modules/module.py", line 662, in _apply
param_applied = fn(param)
File "/home/danielrh/dev/carefree-creator/cfe9/lib/python3.9/site-packages/torch/nn/modules/module.py", line 985, in convert
return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking)
torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 30.00 MiB (GPU 0; 7.92 GiB total capacity; 7.36 GiB already allocated; 67.56 MiB free; 7.43 GiB reserved in total by PyTorch) If reserved memory is >> allocated memory try setting max_split_size_mb to avoid fragmentation. See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF
Application startup failed. Exiting.
I was able to run stable diffusion vanilla--does this require additional GPU ram?
Metadata
Assignees
Labels
No labels
Activity