Skip to content

Commit

Permalink
simpler
Browse files Browse the repository at this point in the history
TheLastBen authored Jul 27, 2023
1 parent 03e86d7 commit 06b8198
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions SDXL-LoRA-PPS.ipynb
Original file line number Diff line number Diff line change
@@ -52,21 +52,10 @@
},
"outputs": [],
"source": [
"Path_to_HuggingFace= \"\"\n",
"\n",
"# Load and finetune a model from Hugging Face, use the format \"profile/model\" like : runwayml/stable-diffusion-v1-5.\n",
"\n",
"Model_Path = \"\"\n",
"\n",
"# Load a model from the storage.\n",
"\n",
"Model_Link = \"\"\n",
"\n",
"# A direct link, huggingface link or shared from gdrive.\n",
"\n",
"# Run the cell to download the model\n",
"\n",
"#-------------\n",
"MODEL_NAMExl=dls_xl(Path_to_HuggingFace, Model_Path, Model_Link)"
"MODEL_NAMExl=dls_xl(\"\", \"\", \"\")"
]
},
{

0 comments on commit 06b8198

Please sign in to comment.