TheLastBen commited on
Commit
9c87997
1 Parent(s): 25e906b

Update Notebooks/PPS-Dreambooth-v1.ipynb

Browse files
Files changed (1) hide show
  1. Notebooks/PPS-Dreambooth-v1.ipynb +3 -3
Notebooks/PPS-Dreambooth-v1.ipynb CHANGED
@@ -64,12 +64,12 @@
64
  "# Load and finetune a model from Hugging Face, use the format \"profile/model\" like : runwayml/stable-diffusion-v1-5\n",
65
  "\n",
66
  "\n",
67
- "CKPT_Path = \"\"\n",
68
  "\n",
69
  "# Load a CKPT model from the storage.\n",
70
  "\n",
71
  "\n",
72
- "CKPT_Link = \"\"\n",
73
  "\n",
74
  "# A CKPT direct link, huggingface CKPT link or a shared CKPT from gdrive.\n",
75
  "\n",
@@ -80,7 +80,7 @@
80
  "\n",
81
  "\n",
82
  "#----------------\n",
83
- "MODEL_NAME=dl(Path_to_HuggingFace, CKPT_Path, CKPT_Link, safetensors)"
84
  ]
85
  },
86
  {
 
64
  "# Load and finetune a model from Hugging Face, use the format \"profile/model\" like : runwayml/stable-diffusion-v1-5\n",
65
  "\n",
66
  "\n",
67
+ "Model_Path = \"\"\n",
68
  "\n",
69
  "# Load a CKPT model from the storage.\n",
70
  "\n",
71
  "\n",
72
+ "Model_Link = \"\"\n",
73
  "\n",
74
  "# A CKPT direct link, huggingface CKPT link or a shared CKPT from gdrive.\n",
75
  "\n",
 
80
  "\n",
81
  "\n",
82
  "#----------------\n",
83
+ "MODEL_NAME=dl(Path_to_HuggingFace, Model_Path, Model_Link, safetensors)"
84
  ]
85
  },
86
  {