ART-3D commited on
Commit
f4bcad3
Β·
verified Β·
1 Parent(s): 34a1d4f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -2,28 +2,28 @@
2
  license: mit
3
  tags:
4
  - 3d-editing
5
- - trellis
6
- - controlnet
7
  ---
8
 
9
  # PartFlow β€” model weights
10
 
11
- Trained ControlNet denoisers for **PartFlow**, a two-stage image-conditioned
12
- 3D editing model built on [TRELLIS](https://github.com/microsoft/TRELLIS).
 
13
 
14
  Inference code: see the PartFlow GitHub repository.
15
 
16
  ## Contents
17
 
18
- | Path | Model | Description |
19
  |---|---|---|
20
- | `stage1_ss/denoiser_ema0.9999_step0080000.pt` | `ControlledSparseStructureFlowModel` | Stage 1 β€” sparse-structure ControlNet (EMA, step 80k) |
21
  | `stage1_ss/config.json` | β€” | Stage 1 model config |
22
- | `stage2_slat/denoiser_ema0.9999_step0080000.pt` | `ControlledSLatFlowModel` | Stage 2 β€” structured-latent ControlNet (EMA, step 80k) |
23
  | `stage2_slat/config.json` | β€” | Stage 2 model config |
24
 
25
  These are EMA weights (decay 0.9999). The frozen DINOv2 encoder and TRELLIS
26
- SS/SLat decoders are not included β€” PartFlow fetches them from their official
27
  repos at inference time.
28
 
29
  ## Usage
 
2
  license: mit
3
  tags:
4
  - 3d-editing
5
+ - 3d-generation
 
6
  ---
7
 
8
  # PartFlow β€” model weights
9
 
10
+ Trained stage models for **PartFlow**, a feedforward 3D editing network that
11
+ learns from semantic-part transformations (project: *Pxform β€” Feedforward 3D
12
+ Editing Learns from Semantic-Part Transformation*).
13
 
14
  Inference code: see the PartFlow GitHub repository.
15
 
16
  ## Contents
17
 
18
+ | Path | Stage | Description |
19
  |---|---|---|
20
+ | `stage1_ss/denoiser_ema0.9999_step0080000.pt` | Stage 1 | Sparse-structure flow model (EMA, step 80k) |
21
  | `stage1_ss/config.json` | β€” | Stage 1 model config |
22
+ | `stage2_slat/denoiser_ema0.9999_step0080000.pt` | Stage 2 | Structured-latent (SLAT) flow model (EMA, step 80k) |
23
  | `stage2_slat/config.json` | β€” | Stage 2 model config |
24
 
25
  These are EMA weights (decay 0.9999). The frozen DINOv2 encoder and TRELLIS
26
+ SS/SLAT decoders are not included β€” PartFlow fetches them from their official
27
  repos at inference time.
28
 
29
  ## Usage