dylanebert HF staff commited on
Commit
2c9a183
1 Parent(s): 73a0341

initial commit

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,11 +1,20 @@
1
  ---
2
  license: openrail
 
3
  ---
 
 
 
 
 
4
  # MVDream-diffusers Model Card
 
5
  This is a port of https://huggingface.co/Peng-Wang/ImageDream into diffusers.
6
 
7
  For usage, please check: https://github.com/ashawkey/mvdream_diffusers
 
8
  ## Citation
 
9
  ```
10
  @article{wang2023imagedream,
11
  title={ImageDream: Image-Prompt Multi-view Diffusion for 3D Generation},
@@ -14,5 +23,7 @@ For usage, please check: https://github.com/ashawkey/mvdream_diffusers
14
  year={2023}
15
  }
16
  ```
 
17
  ## Misuse, Malicious Use, and Out-of-Scope Use
 
18
  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.
 
1
  ---
2
  license: openrail
3
+ pipeline_tag: image-to-3d
4
  ---
5
+
6
+ This is a copy of [ashawkey/imagedream-ipmv-diffusers](https://huggingface.co/ashawkey/imagedream-ipmv-diffusers).
7
+
8
+ It is hosted here for persistence throughout the ML for 3D course.
9
+
10
  # MVDream-diffusers Model Card
11
+
12
  This is a port of https://huggingface.co/Peng-Wang/ImageDream into diffusers.
13
 
14
  For usage, please check: https://github.com/ashawkey/mvdream_diffusers
15
+
16
  ## Citation
17
+
18
  ```
19
  @article{wang2023imagedream,
20
  title={ImageDream: Image-Prompt Multi-view Diffusion for 3D Generation},
 
23
  year={2023}
24
  }
25
  ```
26
+
27
  ## Misuse, Malicious Use, and Out-of-Scope Use
28
+
29
  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.