TheLastBen
commited on
Commit
·
25e906b
1
Parent(s):
4c8703a
Update Notebooks/PPS-Dreambooth-v2.ipynb
Browse files
Notebooks/PPS-Dreambooth-v2.ipynb
CHANGED
@@ -80,8 +80,13 @@
|
|
80 |
"# A CKPT direct link, huggingface CKPT link or a shared CKPT from gdrive.\n",
|
81 |
"\n",
|
82 |
"\n",
|
|
|
|
|
|
|
|
|
|
|
83 |
"#-------------\n",
|
84 |
-
"MODEL_NAMEv2=dlv2(Path_to_HuggingFace, CKPT_Path, CKPT_Link, Model_Version, Custom_Model_Version)"
|
85 |
]
|
86 |
},
|
87 |
{
|
|
|
80 |
"# A CKPT direct link, huggingface CKPT link or a shared CKPT from gdrive.\n",
|
81 |
"\n",
|
82 |
"\n",
|
83 |
+
"safetensors= False\n",
|
84 |
+
"\n",
|
85 |
+
"# Set to True if the model from the link is in safetensors format.\n",
|
86 |
+
"\n",
|
87 |
+
"\n",
|
88 |
"#-------------\n",
|
89 |
+
"MODEL_NAMEv2=dlv2(Path_to_HuggingFace, CKPT_Path, CKPT_Link, Model_Version, Custom_Model_Version, safetensors)"
|
90 |
]
|
91 |
},
|
92 |
{
|