From dbcd8a1bbef636b993e982ee126737cac5bd6db0 Mon Sep 17 00:00:00 2001 From: whitney Date: Mon, 27 Jan 2025 20:43:44 -0800 Subject: [PATCH] Update README --- comfyui/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/comfyui/README.md b/comfyui/README.md index e8c84ee..b3ac009 100644 --- a/comfyui/README.md +++ b/comfyui/README.md @@ -9,5 +9,7 @@ docker compose down && docker system prune -af && docker compose up -d && docker ## GPU Requirements Have a strong enough GPU to run these models. I've ran Flux.1 Dev on a 3080 TI with 12GB of VRAM. -Other than that consult charts for what you can run on your system. +Other than that consult charts for what you can run on your system. +At this time I'm not sure you can configure shared GPU memory on Ubuntu. On my Windows machine, I have 12GB of dedicated GPU memory, and an additional 32GB of shared GPU memory (this is normal memory dedicated as slow space the gpu can use) for a total of 44. Not sure that's possible to do via nvidia-smi on Ubuntu. +For now it may be the case that running ComfyUI on Windows is the better option for now.