Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -2,28 +2,28 @@
|
|
| 2 |
license: mit
|
| 3 |
tags:
|
| 4 |
- 3d-editing
|
| 5 |
-
-
|
| 6 |
-
- controlnet
|
| 7 |
---
|
| 8 |
|
| 9 |
# PartFlow β model weights
|
| 10 |
|
| 11 |
-
Trained
|
| 12 |
-
|
|
|
|
| 13 |
|
| 14 |
Inference code: see the PartFlow GitHub repository.
|
| 15 |
|
| 16 |
## Contents
|
| 17 |
|
| 18 |
-
| Path |
|
| 19 |
|---|---|---|
|
| 20 |
-
| `stage1_ss/denoiser_ema0.9999_step0080000.pt` |
|
| 21 |
| `stage1_ss/config.json` | β | Stage 1 model config |
|
| 22 |
-
| `stage2_slat/denoiser_ema0.9999_step0080000.pt` |
|
| 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/
|
| 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
|