You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey for heavy workload my Fooocus process crashed multiple time on SageMaker. When I checked I saw that the RAM usage consistently approached its limit. I've faced the similar issue on Colab. Can you just implement this line on your code to utilize the free vram in the mix.
Hey for heavy workload my Fooocus process crashed multiple time on SageMaker. When I checked I saw that the RAM usage consistently approached its limit. I've faced the similar issue on Colab. Can you just implement this line on your code to utilize the free vram in the mix.
!python entry_with_update.py --share --always-high-vram
When I didn't specify on colab, simple workload, (can't to heavy workload cause the ram exceeded the limit and it crashes)
When I specify vram on colab, heavy workload with big checkpoints
When I didn't specify on sagemaker, simple workload, (can't to heavy workload cause the ram exceeded the limit and it crashes)
When I did specify the high vram on sagemaker, heavy workload with big checkpoints
Details: lllyasviel/Fooocus#1377
The text was updated successfully, but these errors were encountered: