Merge pull request #17 from dreddi/dreddi-patch-1

Fix: critical typo in dreambooth_runpod_joepenna.ipynb
This commit is contained in:
David B 2022-09-30 06:39:34 -05:00 committed by GitHub
commit da567314ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@
" --gpus 0, \\\n",
" --data_root \"/workspace/Dreambooth-Stable-Diffusion/training_samples\" \\\n",
" --max_training_steps {max_training_steps} \\\n",
" --class_word class_word \\\n",
" --class_word {class_word} \\\n",
" --no-test"
]
},