stlaurentjr commited on
Commit
a3aec4a
·
1 Parent(s): 86c0826

изменил структуру скачивания моделей контролнет

Browse files
Files changed (1) hide show
  1. notebooks/RNPD-A1111.ipynb +6 -10
notebooks/RNPD-A1111.ipynb CHANGED
@@ -238,7 +238,7 @@
238
  "\n",
239
  "ControlNet_v1_Model = \"none\"\n",
240
  "\n",
241
- "# Choices are : none; all; 1: Canny; 2: Depth; 3: Lineart; 4: MLSD; 5: Normal; 6: OpenPose; 7: Scribble; 8: Seg; 9: ip2p; 10:Shuffle; 11: Inpaint; 12: Softedge; 13: Lineart_Anime; 14: Tile; 15: T2iadapter_Models\n",
242
  "\n",
243
  "ControlNet_XL_Model = \"none\"\n",
244
  "\n",
@@ -246,17 +246,13 @@
246
  "\n",
247
  "#--------------------\n",
248
  "download_and_install_config()\n",
 
 
 
 
249
  "InstallDeforum()\n",
250
  "InstallWildCards()\n",
251
- "InstallAnimateDiff()\n",
252
- "CNet(ControlNet_v1_Model, ControlNet_XL_Model)\n",
253
- "#CNet(\"1\", ControlNet_XL_Model)\n",
254
- "#CNet(\"2\", ControlNet_XL_Model)\n",
255
- "#CNet(\"3\", ControlNet_XL_Model)\n",
256
- "#CNet(\"6\", ControlNet_XL_Model)\n",
257
- "#CNet(\"11\", ControlNet_XL_Model)\n",
258
- "#CNet(\"14\", ControlNet_XL_Model)\n",
259
- "#CNet(\"15\", ControlNet_XL_Model)\n"
260
  ]
261
  },
262
  {
 
238
  "\n",
239
  "ControlNet_v1_Model = \"none\"\n",
240
  "\n",
241
+ "# Choices are : none; all; 1: Canny; 2: Depth; 3: Lineart; 4: MLSD; 5: Normal; 6: OpenPose; 7: Scribble; 8: Seg; 9: ip2p; 10:Shuffle; 11: Inpaint; 12: Softedge; 13: Lineart_Anime; 14: Tile; 15: IP-Adapter; 16: QR_Monster 17: T2iadapter_Models\n",
242
  "\n",
243
  "ControlNet_XL_Model = \"none\"\n",
244
  "\n",
 
246
  "\n",
247
  "#--------------------\n",
248
  "download_and_install_config()\n",
249
+ "CNet(ControlNet_v1_Model, ControlNet_XL_Model)\n",
250
+ "CNet(\"4\", ControlNet_XL_Model)\n",
251
+ "CNet(\"15\", ControlNet_XL_Model)\n",
252
+ "CNet(\"16\", ControlNet_XL_Model)\n",
253
  "InstallDeforum()\n",
254
  "InstallWildCards()\n",
255
+ "#InstallAnimateDiff()\n"
 
 
 
 
 
 
 
 
256
  ]
257
  },
258
  {