Skip to content

Commit

Permalink
temporarily disable image gen on colab
Browse files Browse the repository at this point in the history
  • Loading branch information
LostRuins committed Mar 6, 2024
1 parent 5760bd0 commit f44df0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"Layers = 99 #@param [99]{allow-input: true}\r\n",
"ContextSize = 4096 #@param [4096] {allow-input: true}\r\n",
"ForceRebuild = False #@param {type:\"boolean\"}\r\n",
"LoadImageModel = True #@param {type:\"boolean\"}\r\n",
"SDModel = \"https://huggingface.co/Yntec/Deliberate2/resolve/main/Deliberate_v2.safetensors\" #@param [\"https://huggingface.co/Yntec/Deliberate2/resolve/main/Deliberate_v2.safetensors\",\"https://huggingface.co/admruul/anything-v3.0/resolve/main/Anything-V3.0-pruned-fp16.safetensors\"]{allow-input: true}\r\n",
"LoadImageModel = False \r\n",
"SDModel = \"\"\r\n",
"SDCommand = \"\"\r\n",
"\r\n",
"import os\r\n",
Expand Down

0 comments on commit f44df0e

Please sign in to comment.