dylanebert HF staff commited on
Commit
66a9908
1 Parent(s): 503bb19

initial commit

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1,12 +1,20 @@
1
  ---
2
  license: openrail
 
3
  ---
 
 
 
 
 
4
  # MVDream-diffusers Model Card
 
5
  This is a port of https://huggingface.co/MVDream/MVDream into diffusers.
6
 
7
  For usage, please check: https://github.com/ashawkey/mvdream_diffusers
8
 
9
  ## Citation
 
10
  ```
11
  @article{shi2023MVDream,
12
  author = {Shi, Yichun and Wang, Peng and Ye, Jianglong and Mai, Long and Li, Kejie and Yang, Xiao},
@@ -19,4 +27,3 @@ For usage, please check: https://github.com/ashawkey/mvdream_diffusers
19
  ## Misuse, Malicious Use, and Out-of-Scope Use
20
 
21
  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.
22
-
 
1
  ---
2
  license: openrail
3
+ pipeline_tag: text-to-3d
4
  ---
5
+
6
+ This is a copy of [ashawkey/mvdream-sd2.1-diffusers](https://huggingface.co/ashawkey/mvdream-sd2.1-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/MVDream/MVDream into diffusers.
13
 
14
  For usage, please check: https://github.com/ashawkey/mvdream_diffusers
15
 
16
  ## Citation
17
+
18
  ```
19
  @article{shi2023MVDream,
20
  author = {Shi, Yichun and Wang, Peng and Ye, Jianglong and Mai, Long and Li, Kejie and Yang, Xiao},
 
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.