OOTDiffusion icon indicating copy to clipboard operation
OOTDiffusion copied to clipboard

What is the minimum GPU required for support?

Open Amazon90 opened this issue 1 year ago • 5 comments

Could you please let me know what graphics card configuration is required to run the Gradio graphical interface of this program on a Windows system? I am currently using a 4070 Ti, but it takes about 20 minutes to load.

20240911191932

3

fix_oot.patch

Amazon90 avatar Sep 11 '24 11:09 Amazon90

RuntimeError: [enforce fail at ..\c10\core\impl\alloc_cpu.cpp:72] data. DefaultCPUAllocator: not enough memory: you tried to allocate 3276800 bytes.

I have 6GB of VRAM

Aadik1ng avatar Oct 13 '24 15:10 Aadik1ng

RuntimeError: [enforce fail at ..\c10\core\impl\alloc_cpu.cpp:72] data. DefaultCPUAllocator: not enough memory: you tried to allocate 3276800 bytes.

I have 6GB of VRAM

I have tested on 8 GB VRAM + 8 GB Shared and it works fine. How much shared memory do you have?

nitinmukesh avatar Oct 13 '24 16:10 nitinmukesh

image

Aadik1ng avatar Oct 13 '24 17:10 Aadik1ng

I guess you need to increase the paging file size, no harm in trying.

If you are on Windows, search in google increase paging file size

nitinmukesh avatar Oct 13 '24 18:10 nitinmukesh

RuntimeError: [enforce fail at ..\c10\core\impl\alloc_cpu.cpp:72] data. DefaultCPUAllocator: not enough memory: you tried to allocate 3276800 bytes. I have 6GB of VRAM

I have tested on 8 GB VRAM + 8 GB Shared and it works fine. How much shared memory do you have?

how long it takes to generate pictures

liinyun avatar Mar 06 '25 10:03 liinyun