iimmortall commited on
Commit
a833bc6
·
verified ·
1 Parent(s): 30510f5

Deploy InstantRetouch IP2P-BILA ZeroGPU Space

Browse files
Files changed (1) hide show
  1. README.md +4 -17
README.md CHANGED
@@ -8,26 +8,13 @@ pinned: false
8
  license: other
9
  ---
10
 
11
- # InstantRetouch / IP2P-BiLA Demo
12
 
13
- Public Hugging Face ZeroGPU demo for instruction-guided image retouching with the validation-selected IP2P/BiLA checkpoint.
14
 
15
- - Model: IP2P/BiLA
16
- - UI: image upload, optional instruction, seed, max side, strength, and selectable examples
17
-
18
- This Space is isolated from the research repository. It does not import `agent/`, training scripts, or local experiment paths at runtime. Weights live in a separate Hugging Face model repo and are downloaded lazily through `BILA_WEIGHTS_REPO`.
19
-
20
- ## Required Space Variables
21
-
22
- Set one of these in the Space environment:
23
 
24
- - `BILA_WEIGHTS_REPO`: Hugging Face model repo containing the IP2P weight layout below.
25
- - `BILA_MODEL_ROOT`: local path with the same layout, useful only for staging/debugging.
26
-
27
- Optional:
28
-
29
- - `HF_TOKEN`: required if `BILA_WEIGHTS_REPO` is private.
30
- - `BILA_MODEL_CACHE`: cache location. If unset, the app uses `/data/bila-space-demo/hf-cache` when persistent storage exists, otherwise `/tmp/bila-space-demo/hf-cache`.
31
 
32
  ## Weight Repo Layout
33
 
 
8
  license: other
9
  ---
10
 
11
+ # InstantRetouch Demo
12
 
13
+ Paper: arxiv.org/abs/2606.05071
14
 
15
+ Public Hugging Face ZeroGPU demo for instruction-guided image retouching.
 
 
 
 
 
 
 
16
 
17
+ - UI: image upload, optional instruction, seed, max side, strength, and selectable examples
 
 
 
 
 
 
18
 
19
  ## Weight Repo Layout
20