TheLastBen
commited on
Commit
•
c8b990c
1
Parent(s):
537cdef
Update Notebooks/PPS-Dreambooth-v1.ipynb
Browse files
Notebooks/PPS-Dreambooth-v1.ipynb
CHANGED
@@ -74,8 +74,13 @@
|
|
74 |
"# A CKPT direct link, huggingface CKPT link or a shared CKPT from gdrive.\n",
|
75 |
"\n",
|
76 |
"\n",
|
|
|
|
|
|
|
|
|
|
|
77 |
"#----------------\n",
|
78 |
-
"MODEL_NAME=dl(Path_to_HuggingFace, CKPT_Path, CKPT_Link)"
|
79 |
]
|
80 |
},
|
81 |
{
|
|
|
74 |
"# A CKPT direct link, huggingface CKPT link or a shared CKPT from gdrive.\n",
|
75 |
"\n",
|
76 |
"\n",
|
77 |
+
"safetensors= False\n",
|
78 |
+
"\n",
|
79 |
+
"# Set to True if the model from the link is in safetensors format.\n",
|
80 |
+
"\n",
|
81 |
+
"\n",
|
82 |
"#----------------\n",
|
83 |
+
"MODEL_NAME=dl(Path_to_HuggingFace, CKPT_Path, CKPT_Link, safetensors)"
|
84 |
]
|
85 |
},
|
86 |
{
|