Spaces:
Running on Zero
Running on Zero
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -153,14 +153,14 @@ def inference(image: Image.Image, resolution: int = 768, seed: int = 42):
|
|
| 153 |
with gr.Blocks(title="See-through: Layer Decomposition") as demo:
|
| 154 |
gr.Markdown(
|
| 155 |
"# See-through: Single-image Layer Decomposition for Anime Characters\n\n"
|
| 156 |
-
"
|
| 157 |
-
|
| 158 |
"Upload an anime character illustration to decompose it into "
|
| 159 |
"fully-inpainted semantic layers with depth ordering, "
|
| 160 |
"exported as a layered PSD file.\n\n"
|
| 161 |
"**Note:** 768 resolution is recommended for ZeroGPU free tier. "
|
| 162 |
"Higher resolutions may timeout or exhaust your daily quota. "
|
| 163 |
-
|
| 164 |
"and run `inference_psd.py` locally.\n\n"
|
| 165 |
"**Disclaimer:** This demo uses a newer model checkpoint and "
|
| 166 |
"may not fully reproduce identical results reported in the paper."
|
|
|
|
| 153 |
with gr.Blocks(title="See-through: Layer Decomposition") as demo:
|
| 154 |
gr.Markdown(
|
| 155 |
"# See-through: Single-image Layer Decomposition for Anime Characters\n\n"
|
| 156 |
+
'<a href="https://github.com/shitagaki-lab/see-through" target="_blank">GitHub</a> | '
|
| 157 |
+
'<a href="https://arxiv.org/abs/2602.03749" target="_blank">Paper (arXiv:2602.03749)</a>\n\n'
|
| 158 |
"Upload an anime character illustration to decompose it into "
|
| 159 |
"fully-inpainted semantic layers with depth ordering, "
|
| 160 |
"exported as a layered PSD file.\n\n"
|
| 161 |
"**Note:** 768 resolution is recommended for ZeroGPU free tier. "
|
| 162 |
"Higher resolutions may timeout or exhaust your daily quota. "
|
| 163 |
+
'For best quality, clone the <a href="https://github.com/shitagaki-lab/see-through" target="_blank">full repo</a> '
|
| 164 |
"and run `inference_psd.py` locally.\n\n"
|
| 165 |
"**Disclaimer:** This demo uses a newer model checkpoint and "
|
| 166 |
"may not fully reproduce identical results reported in the paper."
|