Text2LIVE icon indicating copy to clipboard operation
Text2LIVE copied to clipboard

Changes to make this install and run cleanly on Windows.

Open Meatfucker opened this issue 2 years ago • 2 comments

This includes changes to fix the precision issues in the training scripts, as well as a modification to the conda creation command so it pulls in a complete requirement list, including torch with CUDA.

Meatfucker avatar Jan 27 '23 23:01 Meatfucker

This worked for me. The old error no longer shows but now I get CUDA out of memory RuntimeError: CUDA out of memory. Tried to allocate 642.00 MiB (GPU 0; 8.00 GiB total capacity; 7.21 GiB already allocated; 0 bytes free; 7.26 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

OliverKulinski avatar Jan 29 '23 04:01 OliverKulinski

The program requires extremely high VRAM. I oom'd about two thirds of the way training on a 24gb card. They recommend a 36gb GPU and they seem to mean it. If someone can get it to work on lower precision, itll use less ram.

Meatfucker avatar Jan 29 '23 16:01 Meatfucker