Move metadata to YAML header and add paper links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +16 -14
README.md CHANGED
@@ -1,18 +1,20 @@
1
- # [CVPR-26 🎉] SeeThrough3D: Occlusion Aware 3D Control in Text-to-Image Generation
2
-
3
- <!-- ---
4
- pipeline_tag: occlusion aware 3d control in text-to-image generation # Specify the task
5
- library_name: diffusers # Specify the library
6
- language:
7
- - en # List languages your model supports
8
- license: apache-2.0 # Specify a license
9
  datasets:
10
- - va1bhavagrawal/seethrough3d_dataset # List datasets used for training
11
- base_model: black-forest-labs/FLUX.1-dev # If applicable (your model is a fine-tune, quantized, merged version of another model)
12
- tags: # Add extra tags which would make the repo searchable using the tag
13
- - controllable text-to-image generation
14
- - diffusion models
15
- --- -->
 
 
 
 
 
16
 
17
  [![arXiv](https://img.shields.io/badge/arXiv-2602.23359-b31b1b.svg)](https://arxiv.org/abs/2602.23359)
18
  [![Project Page](https://img.shields.io/badge/Project-Page-blue.svg)](https://seethrough3d.github.io)
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: diffusers
4
+ pipeline_tag: text-to-image
5
+ base_model: black-forest-labs/FLUX.1-dev
 
 
 
6
  datasets:
7
+ - va1bhavagrawa1/seethrough3d-data
8
+ language:
9
+ - en
10
+ tags:
11
+ - controllable text-to-image generation
12
+ - diffusion models
13
+ - 3D layout control
14
+ - occlusion reasoning
15
+ ---
16
+
17
+ # [CVPR-26 🎉] SeeThrough3D: Occlusion Aware 3D Control in Text-to-Image Generation
18
 
19
  [![arXiv](https://img.shields.io/badge/arXiv-2602.23359-b31b1b.svg)](https://arxiv.org/abs/2602.23359)
20
  [![Project Page](https://img.shields.io/badge/Project-Page-blue.svg)](https://seethrough3d.github.io)