jdihlmann commited on
Commit
8949094
·
1 Parent(s): 2c258fc

Clean public model metadata

Browse files
README.md CHANGED
@@ -20,13 +20,12 @@ Please note: For individuals or organizations generating annual revenue of US $1
20
  - Model type: Text and geometry constrained 3D generation model
21
  - Repository: https://github.com/Stability-AI/arbor
22
  - Checkpoint: `denoiser_ema0.9999_step0053000.pt`
23
- - Source method: `arbor_mb` from frozen snapshot `93bc0727051338c61b2f6f33f0347c1faa3da349`
24
  - Base stack: TRELLIS text-to-3D and TRELLIS.2 constraint encoding components
25
 
26
  ## Files
27
 
28
  - `arbor_sparse_structure_config.json`: public inference config for Arbor sparse-structure generation.
29
- - `slat_flow_txt_dit_B_64l8p2_geo_router_v1_ft_fp16.json`: generation config retained for method provenance.
30
  - `denoiser_ema0.9999_step0053000.pt`: released Arbor sparse-structure checkpoint.
31
  - Optional parity artifact, if uploaded: `denoiser_step0053000.pt`.
32
 
@@ -47,7 +46,7 @@ python examples/run_manual_example.py --example bus_013 --output-root outputs/ma
47
 
48
  ## Intended Uses
49
 
50
- Intended uses include research and creative workflows involving constrained 3D asset generation, design exploration, and evaluation of text plus geometry conditioned generation methods.
51
 
52
  ## Out-of-Scope Uses
53
 
 
20
  - Model type: Text and geometry constrained 3D generation model
21
  - Repository: https://github.com/Stability-AI/arbor
22
  - Checkpoint: `denoiser_ema0.9999_step0053000.pt`
 
23
  - Base stack: TRELLIS text-to-3D and TRELLIS.2 constraint encoding components
24
 
25
  ## Files
26
 
27
  - `arbor_sparse_structure_config.json`: public inference config for Arbor sparse-structure generation.
28
+ - `slat_flow_txt_dit_B_64l8p2_geo_router_v1_ft_fp16.json`: SLAT mesh generation config used by the public inference pipeline.
29
  - `denoiser_ema0.9999_step0053000.pt`: released Arbor sparse-structure checkpoint.
30
  - Optional parity artifact, if uploaded: `denoiser_step0053000.pt`.
31
 
 
46
 
47
  ## Intended Uses
48
 
49
+ Intended uses include research and creative workflows involving constrained 3D asset generation, design exploration, and assessment of text plus geometry conditioned generation methods.
50
 
51
  ## Out-of-Scope Uses
52
 
arbor_sparse_structure_config.json CHANGED
@@ -50,10 +50,8 @@
50
  "sigma_min": 1e-05,
51
  "ss_normalization": null
52
  },
53
- "provenance": {
54
- "method": "arbor_mb",
55
- "source_snapshot_commit": "93bc0727051338c61b2f6f33f0347c1faa3da349",
56
- "source_run": "ss_joint_grounding_objmix_segv2_full_20260416_224033_from_sai_int1",
57
- "released_checkpoint": "denoiser_ema0.9999_step0053000.pt"
58
  }
59
  }
 
50
  "sigma_min": 1e-05,
51
  "ss_normalization": null
52
  },
53
+ "release": {
54
+ "model_name": "Arbor",
55
+ "checkpoint": "denoiser_ema0.9999_step0053000.pt"
 
 
56
  }
57
  }
slat_flow_txt_dit_B_64l8p2_geo_router_v1_ft_fp16.json CHANGED
@@ -62,8 +62,7 @@
62
  ]
63
  }
64
  },
65
- "provenance": {
66
- "source_file": "configs/generation/slat_flow_txt_dit_B_64l8p2_geo_router_v1_ft_fp16.json",
67
- "source_snapshot_commit": "93bc0727051338c61b2f6f33f0347c1faa3da349"
68
  }
69
  }
 
62
  ]
63
  }
64
  },
65
+ "release": {
66
+ "description": "SLAT mesh generation config used by the public Arbor inference pipeline."
 
67
  }
68
  }