yuyuanan commited on
Commit
72da678
·
verified ·
1 Parent(s): e105b44

Copy README.md from original space

Browse files
Files changed (1) hide show
  1. README.md +29 -7
README.md CHANGED
@@ -1,13 +1,35 @@
1
  ---
2
- title: See Through Nf4
3
- emoji: 🏆
4
- colorFrom: yellow
5
- colorTo: yellow
6
  sdk: gradio
7
- sdk_version: 6.15.2
8
- python_version: '3.12'
9
  app_file: app.py
10
  pinned: false
 
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: "See-through: Layer Decomposition"
3
+ emoji: "\U0001F50D"
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: gradio
 
 
7
  app_file: app.py
8
  pinned: false
9
+ license: mit
10
  ---
11
 
12
+ # See-through: Single-image Layer Decomposition for Anime Characters
13
+
14
+ [GitHub](https://github.com/shitagaki-lab/see-through) |
15
+ [Paper (arXiv:2602.03749)](https://arxiv.org/abs/2602.03749)
16
+
17
+ Upload an anime character illustration to decompose it into fully-inpainted
18
+ semantic layers with depth ordering, exported as a layered PSD file.
19
+
20
+ ## How it works
21
+
22
+ This demo runs the full See-through pipeline:
23
+ 1. **LayerDiff 3D** — diffusion-based transparent layer generation (SDXL)
24
+ 2. **Marigold Depth** — pseudo-depth estimation fine-tuned for anime
25
+ 3. **Post-processing** — layer stratification and PSD export
26
+
27
+ ## Usage
28
+
29
+ 1. Upload a character illustration (square images work best; non-square images are center-cropped)
30
+ 2. Optionally adjust the seed
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.