What's the RAM requirement of the Stable Diffusion example? #1863
Unanswered
CCRcmcpe
asked this question in
Community | Q&A
Replies: 2 comments
-
can you offer more detail, I think 12G is enough to run it, the weight of the whole model is about 2G |
Beta Was this translation helpful? Give feedback.
0 replies
-
@CCRcmcpe did you figure out what the requirements were to not get a OOM? Would love to know as I want to give it a shot as well! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I set
ColossalAIStrategy
parameterplacement_policy
tocuda
, still get OOM when I'm using the Stable Diffusion example.RAM is 12G, VRAM 16G. Batch size = 1
What's the RAM requirement? I think 12G RAM without offloading is more than enough
Edit:
Trying with 25G RAM in Colab still no success.
Beta Was this translation helpful? Give feedback.
All reactions