fix: prioritize VRAM over RAM in Colab, preventing out of memory issues (#1710)

* colab: balance the use of RAM

enables the use of VRAM memory so as not to saturate the system RAM

* feat: use --always-high-vram by default for Colab, adjust readme

---------

Co-authored-by: Manuel Schmid <manuel.schmid@odt.net>
This commit is contained in:
Giuseppe Speranza
2024-03-11 19:58:25 +01:00
committed by GitHub
co-authored by Manuel Schmid
parent d57afc88a4
commit 532401df76
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"%cd /content\n",
"!git clone https://github.com/lllyasviel/Fooocus.git\n",
"%cd /content/Fooocus\n",
"!python entry_with_update.py --share\n"
"!python entry_with_update.py --share --always-high-vram\n"
]
}
],