Skip to content

Commit

Permalink
update db colab
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkrthakur committed Nov 9, 2023
1 parent dfb7865 commit e9912c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colabs/AutoTrain_Dreambooth.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"batch_size = 1 # @param {type:\"slider\", min:1, max:32, step:1}\n",
"gradient_accumulation = 4 # @param {type:\"slider\", min:1, max:32, step:1}\n",
"resolution = 1024 # @param {type:\"slider\", min:128, max:1024, step:128}\n",
"use_8bit_adam = True # @param [\"False\", \"True\"] {type:\"raw\"}\n",
"use_8bit_adam = False # @param [\"False\", \"True\"] {type:\"raw\"}\n",
"use_xformers = False # @param [\"False\", \"True\"] {type:\"raw\"}\n",
"use_fp16 = True # @param [\"False\", \"True\"] {type:\"raw\"}\n",
"train_text_encoder = False # @param [\"False\", \"True\"] {type:\"raw\"}\n",
Expand Down

0 comments on commit e9912c4

Please sign in to comment.