Clean code
Browse files- .idea/workspace.xml +1 -1
- app.py +0 -1
.idea/workspace.xml
CHANGED
@@ -46,7 +46,7 @@
|
|
46 |
<option name="number" value="Default" />
|
47 |
<option name="presentableId" value="Default" />
|
48 |
<updated>1677222707113</updated>
|
49 |
-
<workItem from="1677222708286" duration="
|
50 |
</task>
|
51 |
<servers />
|
52 |
</component>
|
|
|
46 |
<option name="number" value="Default" />
|
47 |
<option name="presentableId" value="Default" />
|
48 |
<updated>1677222707113</updated>
|
49 |
+
<workItem from="1677222708286" duration="3889000" />
|
50 |
</task>
|
51 |
<servers />
|
52 |
</component>
|
app.py
CHANGED
@@ -12,7 +12,6 @@ from cldm.model import create_model, load_state_dict
|
|
12 |
from huggingface_hub import hf_hub_url, cached_download
|
13 |
|
14 |
|
15 |
-
|
16 |
REPO_ID = "lllyasviel/ControlNet"
|
17 |
canny_checkpoint = "models/control_sd15_canny.pth"
|
18 |
scribble_checkpoint = "models/control_sd15_scribble.pth"
|
|
|
12 |
from huggingface_hub import hf_hub_url, cached_download
|
13 |
|
14 |
|
|
|
15 |
REPO_ID = "lllyasviel/ControlNet"
|
16 |
canny_checkpoint = "models/control_sd15_canny.pth"
|
17 |
scribble_checkpoint = "models/control_sd15_scribble.pth"
|