Merge pull request #17 from dreddi/dreddi-patch-1
Fix: critical typo in dreambooth_runpod_joepenna.ipynb
This commit is contained in:
commit
da567314ab
|
@ -394,7 +394,7 @@
|
||||||
" --gpus 0, \\\n",
|
" --gpus 0, \\\n",
|
||||||
" --data_root \"/workspace/Dreambooth-Stable-Diffusion/training_samples\" \\\n",
|
" --data_root \"/workspace/Dreambooth-Stable-Diffusion/training_samples\" \\\n",
|
||||||
" --max_training_steps {max_training_steps} \\\n",
|
" --max_training_steps {max_training_steps} \\\n",
|
||||||
" --class_word class_word \\\n",
|
" --class_word {class_word} \\\n",
|
||||||
" --no-test"
|
" --no-test"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue