CY-CHENYUE / ComfyUI-Molmo

Generate detailed image descriptions and analysis using Molmo models in ComfyUI.
Apache License 2.0
87 stars 3 forks source link

gpu memory #18

Open gushenjie opened 1 week ago

gushenjie commented 1 week ago

Some modules are dispatched on the CPU or the disk. Make sure you have enough GPU RAM to fit the quantized model. If you want to dispatch the model on the CPU or the disk while keeping these modules in 32-bit, you need to set load_in_8bit_fp32_cpu_offload=True and pass a custom device_map to from_pretrained. Check https://huggingface.co/docs/transformers/main/en/main_classes/quantization#offload-between-cpu-and-gpu for more details.

这个项目需要多少显存能跑的起来?

CY-CHENYUE commented 1 week ago

12G

这个项目需要多少显存能跑的起来?