Spaces:
Running
Running
stlaurentjr
commited on
Commit
•
67adc01
1
Parent(s):
34ed012
Update notebooks/RNPD-A1111.ipynb
Browse files
notebooks/RNPD-A1111.ipynb
CHANGED
@@ -119,9 +119,9 @@
|
|
119 |
"# Downlad the Checkpoints model directly to A1111 Checkpoints folder\n",
|
120 |
"\n",
|
121 |
"#--------------------\n",
|
122 |
-
"modeldwn(\"https://drive.google.com/file/d/1O0ez3jYp_u0DLcdsQ9EsIHSQZciOakWn\")\n",
|
123 |
-
"modeldwn(\"https://drive.google.com/file/d/1ldaJzlooJ9CYm96s9FOirpiUH4GU8_jd\")\n",
|
124 |
-
"modeldwn(\"https://drive.google.com/file/d/1nNERcpaW09L4HlqEnsN9JpDpQXU9EOfB\")\n"
|
125 |
]
|
126 |
},
|
127 |
{
|
@@ -181,10 +181,11 @@
|
|
181 |
"#--------------------\n",
|
182 |
"CNet(ControlNet_v1_Model, ControlNet_XL_Model)\n",
|
183 |
"CNet(\"1\", ControlNet_XL_Model)\n",
|
184 |
-
"CNet(\"2\", ControlNet_XL_Model)\n",
|
185 |
-
"CNet(\"3\", ControlNet_XL_Model)\n",
|
186 |
"CNet(\"6\", ControlNet_XL_Model)\n",
|
187 |
"CNet(\"11\", ControlNet_XL_Model)\n",
|
|
|
188 |
"CNet(\"15\", ControlNet_XL_Model)\n"
|
189 |
]
|
190 |
},
|
|
|
119 |
"# Downlad the Checkpoints model directly to A1111 Checkpoints folder\n",
|
120 |
"\n",
|
121 |
"#--------------------\n",
|
122 |
+
"# modeldwn(\"https://drive.google.com/file/d/1O0ez3jYp_u0DLcdsQ9EsIHSQZciOakWn\")\n",
|
123 |
+
"# modeldwn(\"https://drive.google.com/file/d/1ldaJzlooJ9CYm96s9FOirpiUH4GU8_jd\")\n",
|
124 |
+
"# modeldwn(\"https://drive.google.com/file/d/1nNERcpaW09L4HlqEnsN9JpDpQXU9EOfB\")\n"
|
125 |
]
|
126 |
},
|
127 |
{
|
|
|
181 |
"#--------------------\n",
|
182 |
"CNet(ControlNet_v1_Model, ControlNet_XL_Model)\n",
|
183 |
"CNet(\"1\", ControlNet_XL_Model)\n",
|
184 |
+
"# CNet(\"2\", ControlNet_XL_Model)\n",
|
185 |
+
"# CNet(\"3\", ControlNet_XL_Model)\n",
|
186 |
"CNet(\"6\", ControlNet_XL_Model)\n",
|
187 |
"CNet(\"11\", ControlNet_XL_Model)\n",
|
188 |
+
"CNet(\"14\", ControlNet_XL_Model)\n",
|
189 |
"CNet(\"15\", ControlNet_XL_Model)\n"
|
190 |
]
|
191 |
},
|