nielsr HF Staff commited on
Commit
e63fa96
·
verified ·
1 Parent(s): 85dc342

Add model card metadata and links to the project page and code repository

Browse files

This PR adds the `pipeline_tag` and `library_name` to the model card, linking it to the paper [SceneCraft: Layout-Guided 3D Scene Generation](https://huggingface.co/papers/2410.09049). It also adds a link to the project page and the Github repository.

Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,3 +1,11 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: diffusers
4
+ pipeline_tag: text-to-3d
5
+ ---
6
+
7
+ This repository contains the model described in the paper [SceneCraft: Layout-Guided 3D Scene Generation](https://huggingface.co/papers/2410.09049).
8
+
9
+ Project page: https://orangesodahub.github.io/SceneCraft
10
+
11
+ Code: https://github.com/OrangeSodahub/SceneCraft