Spaces:
Running on Zero
Running on Zero
Professional Noob commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,17 +1,3 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
## 2) `app.py`
|
| 4 |
-
|
| 5 |
-
> Replace your existing `app.py` with this.
|
| 6 |
-
>
|
| 7 |
-
> Notes:
|
| 8 |
-
> - **ViTPose removed** (no imports, no model loading)
|
| 9 |
-
> - Depth conditioning is the only derived conditioning mode
|
| 10 |
-
> - **Picture 1 / Picture 2** labels
|
| 11 |
-
> - Output routing buttons included
|
| 12 |
-
> - LCD step dropdown (32/56/112) controls both canvas snapping and pipeline snapping
|
| 13 |
-
|
| 14 |
-
```python
|
| 15 |
import os
|
| 16 |
import re
|
| 17 |
import gc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import os
|
| 2 |
import re
|
| 3 |
import gc
|