abby101 commited on
Commit
569f6f1
1 Parent(s): 86116e3

use_dora check

Browse files
test-model-card-template-dreambooth-sdxl-lora-adv.ipynb CHANGED
@@ -32,6 +32,8 @@
32
  " repo_folder=None,\n",
33
  " vae_path=None,\n",
34
  "):\n",
 
 
35
  " widget_dict = []\n",
36
  " if images is not None:\n",
37
  " for i, image in enumerate(images):\n",
 
32
  " repo_folder=None,\n",
33
  " vae_path=None,\n",
34
  "):\n",
35
+ " lora = \"lora\" if not use_dora else \"dora\"\n",
36
+ "\n",
37
  " widget_dict = []\n",
38
  " if images is not None:\n",
39
  " for i, image in enumerate(images):\n",