ljsabc commited on
Commit
c2eccd8
·
1 Parent(s): e8f8970

add PSD-only disclaimer, ZeroGPU quota note, link to full repo

Browse files
Files changed (1) hide show
  1. README.md +10 -2
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
- **Disclaimer:** This demo uses a newer model checkpoint and may not fully
35
- reproduce identical results reported in the paper.
 
 
 
 
 
 
 
 
 
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.