Peng-Wang commited on
Commit
f21ae14
1 Parent(s): 08a165a

update model description

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -1,3 +1,35 @@
1
  ---
2
  license: openrail
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: openrail
3
  ---
4
+
5
+ # ImageDream Model Card
6
+ This model card focuses on the model associated with the [ImageDream paper](https://image-dream.github.io/)
7
+
8
+ See also: https://github.com/ByteDance/ImageDream for code base.
9
+
10
+ ## Description of Files
11
+
12
+ sd-v2.1-base-4view-ipmv.pt
13
+
14
+ - the ImageDream-Pixel diffusion model fine-tuned from [MVDream v2.1](https://huggingface.co/MVDream/MVDream)
15
+
16
+
17
+ sd-v2.1-base-4view-ipmv-local.pt
18
+
19
+ - the ImageDream diffusion model without pixel-controller tuned from [MVDream v2.1](https://huggingface.co/MVDream/MVDream)
20
+
21
+
22
+ ## Citation
23
+ ```
24
+ @article{pengwang2023ImageDream,
25
+ author = {Wang, Peng and Shi, Yichun},
26
+ title = {ImageDream: Image-Prompt Multi-view Diffusion for 3D Generation},
27
+ journal = {arXiv: to-be-update},
28
+ year = {2023},
29
+ }
30
+ ```
31
+
32
+ ## Misuse, Malicious Use, and Out-of-Scope Use
33
+
34
+ The model should not be used to intentionally create or disseminate images that create hostile or alienating environments for people. This includes generating images that people would foreseeably find disturbing, distressing, or offensive; or content that propagates historical or current stereotypes.
35
+