Image-to-3D
Diffusers
Safetensors
image-generation
flux
controlnet
bertjiazheng nielsr HF Staff commited on
Commit
ee20b55
·
verified ·
1 Parent(s): 8a60f90

Improve model card: Add paper, project, code links, pipeline tag, and library name (#2)

Browse files

- Improve model card: Add paper, project, code links, pipeline tag, and library name (feab5b4ea3b1314637d876380528d368b9c1d0a5)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +14 -7
README.md CHANGED
@@ -1,19 +1,26 @@
1
  ---
2
- license: other
3
- license_name: flux-1-dev-non-commercial-license
4
- license_link: >-
5
- https://github.com/black-forest-labs/flux/blob/main/model_licenses/LICENSE-FLUX1-dev
6
  base_model:
7
  - black-forest-labs/FLUX.1-dev
 
 
 
8
  tags:
9
  - image-generation
10
  - flux
11
  - controlnet
 
 
12
  ---
13
 
14
- ## FLUX.1-Layout-ControlNet
 
 
 
 
15
 
16
- `FLUX.1 Layout Controlnet [dev]` is a ControlNet conditioned by a semantic image. The ControlNet is capable of generating an image based on a text description while following the semantic image. The Controlnet is applicable to [FLUX.1 [dev]](https://huggingface.co/black-forest-labs/FLUX.1-dev).
 
 
17
 
18
  ## Showcase
19
 
@@ -94,4 +101,4 @@ image.save("output.png")
94
 
95
  ## LICENSE
96
 
97
- FLUX.1-Layout-ControlNet is licensed under the [FLUX.1-dev Non-Commercial License](https://github.com/black-forest-labs/flux/blob/main/model_licenses/LICENSE-FLUX1-dev).
 
1
  ---
 
 
 
 
2
  base_model:
3
  - black-forest-labs/FLUX.1-dev
4
+ license: other
5
+ license_name: flux-1-dev-non-commercial-license
6
+ license_link: https://github.com/black-forest-labs/flux/blob/main/model_licenses/LICENSE-FLUX1-dev
7
  tags:
8
  - image-generation
9
  - flux
10
  - controlnet
11
+ pipeline_tag: image-to-3d
12
+ library_name: diffusers
13
  ---
14
 
15
+ # FLUX.1-Layout-ControlNet for SpatialGen
16
+
17
+ This model, `FLUX.1-Layout-ControlNet`, is a key component of the **SpatialGen: Layout-guided 3D Indoor Scene Generation** project, presented in the paper [SPATIALGEN: Layout-guided 3D Indoor Scene Generation](https://huggingface.co/papers/2509.14981).
18
+
19
+ `FLUX.1 Layout Controlnet [dev]` is a ControlNet conditioned by a semantic image. It is capable of generating a 2D image based on a text description while following the semantic image layout. This ControlNet is applicable to [FLUX.1 [dev]](https://huggingface.co/black-forest-labs/FLUX.1-dev) and is leveraged within the SpatialGen framework for 3D scene synthesis.
20
 
21
+ * 📖 [Paper: SPATIALGEN: Layout-guided 3D Indoor Scene Generation](https://huggingface.co/papers/2509.14981)
22
+ * 🌐 [Project Page](https://manycore-research.github.io/SpatialGen)
23
+ * 💻 [Code Repository](https://github.com/manycore-research/SpatialGen)
24
 
25
  ## Showcase
26
 
 
101
 
102
  ## LICENSE
103
 
104
+ FLUX.1-Layout-ControlNet is licensed under the [FLUX.1-dev Non-Commercial License](https://github.com/black-forest-labs/flux/blob/main/model_licenses/LICENSE-FLUX1-dev).