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

Improve model card: Add paper, project, code links, pipeline tag, and library name

Browse files

This PR significantly improves the model card for `FLUX.1-Layout-ControlNet` by:

* Adding `pipeline_tag: image-to-3d` to the metadata, aligning with the model's role in the overarching "SpatialGen: Layout-guided 3D Indoor Scene Generation" project and improving discoverability.
* Adding `library_name: diffusers` to the metadata, enabling the automated "How to use" widget, based on the provided code snippet.
* Updating the introductory text to clearly associate `FLUX.1-Layout-ControlNet` with the SpatialGen project.
* Including direct links to the research paper ([SPATIALGEN: Layout-guided 3D Indoor Scene Generation](https://huggingface.co/papers/2509.14981)), the project page (https://manycore-research.github.io/SpatialGen), and the GitHub repository (https://github.com/manycore-research/SpatialGen) for comprehensive access to project information and code.

The existing showcase and `diffusers` usage examples have been retained.

Please review and merge this PR if everything looks good.

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).