Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
flamehaze1115
/
wonder3d-v1.0
like
10
Diffusers
MVDiffusionImagePipeline
License:
agpl-3.0
Model card
Files
Files and versions
Community
4
Use this model
Update README.md
#3
by
diana007008009
- opened
May 22, 2024
base:
refs/heads/main
←
from:
refs/pr/3
Discussion
Files changed
+3
-0
Files changed (1)
hide
show
README.md
+3
-0
README.md
CHANGED
Viewed
@@ -1,3 +1,6 @@
1
---
2
license: agpl-3.0
3
---
1
---
2
license: agpl-3.0
3
---
4
+
from diffusers import DiffusionPipeline
5
+
6
+
pipeline = DiffusionPipeline.from_pretrained("flamehaze1115/wonder3d-v1.0")