Spaces:
Runtime error
Runtime error
add PSD-only disclaimer, ZeroGPU quota note, link to full repo
Browse files
README.md
CHANGED
|
@@ -31,5 +31,13 @@ This demo runs the full See-through pipeline:
|
|
| 31 |
3. Click Submit and wait (~1-2 minutes)
|
| 32 |
4. Download the layered PSD file
|
| 33 |
|
| 34 |
-
|
| 35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
3. Click Submit and wait (~1-2 minutes)
|
| 32 |
4. Download the layered PSD file
|
| 33 |
|
| 34 |
+
## Notes
|
| 35 |
+
|
| 36 |
+
- This demo is for **PSD inference only** (layer decomposition). For the full toolkit
|
| 37 |
+
(body parsing, heuristic stratification, UI, training), see the
|
| 38 |
+
[GitHub repo](https://github.com/shitagaki-lab/see-through).
|
| 39 |
+
- Runs on **ZeroGPU** — free for all users, but GPU quota is limited. PRO users get
|
| 40 |
+
higher quota and priority. If you experience timeouts during peak hours, please try
|
| 41 |
+
again later or run locally.
|
| 42 |
+
- **Disclaimer:** This demo uses a newer model checkpoint and may not fully reproduce
|
| 43 |
+
identical results reported in the paper.
|