LuLing commited on
Commit
576b39e
·
verified ·
1 Parent(s): 04794eb

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -14
README.md CHANGED
@@ -6,14 +6,18 @@ tags:
6
  - image-to-3d
7
  - 3d-generation
8
  - scene-generation
9
- - trellis
10
  ---
11
 
12
- # IScene-v1
13
 
14
- IScene-v1 is the first public-release checkpoint package for IScene inference.
15
 
16
- This repository is intended to be used with the IScene code release. It contains the IScene-specific checkpoint files and minimal configuration needed to run single-image, segmentation-conditioned 3D scene generation.
 
 
 
 
17
 
18
  ## Contents
19
 
@@ -41,19 +45,12 @@ inferencer = ISceneInferencer.from_pretrained("release_hf/IScene-v1")
41
  ## Notes
42
 
43
  - This package contains only the IScene release checkpoint files, not historical training logs or experimental checkpoints.
44
- - The IScene code is expected to load the TRELLIS base model from `microsoft/TRELLIS-image-large` or an equivalent local mirror.
45
 
46
  ## Attribution
47
 
48
- IScene-v1 builds on the TRELLIS image-conditioned 3D generation backbone. The public loader uses TRELLIS base components from `microsoft/TRELLIS-image-large`.
49
-
50
- Please also cite and respect the license terms of TRELLIS:
51
-
52
- - Project: https://trellis3d.github.io/
53
- - Code: https://github.com/microsoft/TRELLIS
54
- - Model: https://huggingface.co/microsoft/TRELLIS-image-large
55
- - Paper: Structured 3D Latents for Scalable and Versatile 3D Generation
56
 
57
  ## License
58
 
59
- This model package is prepared for release under the MIT License. Third-party TRELLIS attribution is included above and should be preserved.
 
6
  - image-to-3d
7
  - 3d-generation
8
  - scene-generation
9
+ - segmentation-conditioned-generation
10
  ---
11
 
12
+ # IScene
13
 
14
+ IScene is a segmentation-conditioned 3D scene generation model. This Hugging Face repository hosts the `IScene-v1` checkpoint package for IScene inference.
15
 
16
+ ## Links
17
+
18
+ - Project: https://luling06.github.io/I-Scene-project/
19
+ - Code: https://github.com/LuLing06/I-Scene-project
20
+ - Model: https://huggingface.co/LuLing/IScene
21
 
22
  ## Contents
23
 
 
45
  ## Notes
46
 
47
  - This package contains only the IScene release checkpoint files, not historical training logs or experimental checkpoints.
48
+ - The IScene code loads the base model from `microsoft/TRELLIS-image-large` unless an equivalent local mirror is provided.
49
 
50
  ## Attribution
51
 
52
+ IScene builds on the TRELLIS image-to-3D backbone and uses `microsoft/TRELLIS-image-large` as the base model. Please preserve upstream TRELLIS attribution and license terms when redistributing derived code or model packages.
 
 
 
 
 
 
 
53
 
54
  ## License
55
 
56
+ This model package is prepared for release under the MIT License.