TheLastBen commited on
Commit
2ccaee2
1 Parent(s): 9c87997

Update Notebooks/PPS-Dreambooth-v2.ipynb

Browse files
Files changed (1) hide show
  1. Notebooks/PPS-Dreambooth-v2.ipynb +4 -4
Notebooks/PPS-Dreambooth-v2.ipynb CHANGED
@@ -71,22 +71,22 @@
71
  "\n",
72
  "# Load and finetune a model from Hugging Face, use the format \"profile/model\" like : runwayml/stable-diffusion-v1-5.\n",
73
  "\n",
74
- "CKPT_Path = \"\"\n",
75
  "\n",
76
  "# Load a CKPT model from the storage.\n",
77
  "\n",
78
- "CKPT_Link = \"\"\n",
79
  "\n",
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
  {
 
71
  "\n",
72
  "# Load and finetune a model from Hugging Face, use the format \"profile/model\" like : runwayml/stable-diffusion-v1-5.\n",
73
  "\n",
74
+ "Model_Path = \"\"\n",
75
  "\n",
76
  "# Load a CKPT model from the storage.\n",
77
  "\n",
78
+ "Model_Link = \"\"\n",
79
  "\n",
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/path is in safetensors format.\n",
86
  "\n",
87
  "\n",
88
  "#-------------\n",
89
+ "MODEL_NAMEv2=dlv2(Path_to_HuggingFace, Model_Path, Model_Link, Model_Version, Custom_Model_Version, safetensors)"
90
  ]
91
  },
92
  {