Fix: typo in dreambooth_runpod_joepenna.ipynb
`--class_word class_word` was being used to lauch training instead of the correctly templated `--class_word {class_word}`
This commit is contained in:
parent
9ca8d39b90
commit
224a7eb3f8
|
@ -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"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue