Instructions to use Luffuly/unique3d-mvimage-diffuser with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Luffuly/unique3d-mvimage-diffuser with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Luffuly/unique3d-mvimage-diffuser", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
update readme
Browse files
README.md
CHANGED
|
@@ -3,14 +3,8 @@ license: mit
|
|
| 3 |
---
|
| 4 |
# Unique3d-MVImage-Diffuser Model Card
|
| 5 |
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
<a href='https://wukailu.github.io/Unique3D'><img src='https://img.shields.io/badge/Project-Unique3D-green'></a>
|
| 9 |
-
<a href='https://huggingface.co/Luffuly/unique3d-normal-diffuser'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Normal-blue'></a>
|
| 10 |
-
<a href='https://huggingface.co/Luffuly/unique3d-mvimage-diffuser'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-MVImage-red'></a>
|
| 11 |
-
<br>
|
| 12 |
-
</div>
|
| 13 |
-
<br>
|
| 14 |
|
| 15 |
## Example
|
| 16 |
Note the input image is required to be **white background**.
|
|
|
|
| 3 |
---
|
| 4 |
# Unique3d-MVImage-Diffuser Model Card
|
| 5 |
|
| 6 |
+
[🌟GitHub](https://github.com/TingtingLiao/unique3d_diffuser) | [🦸 Project Page](https://wukailu.github.io/Unique3D/) | [🔋Normal Diffuser](https://huggingface.co/Luffuly/unique3d-normal-diffuser)</a>
|
| 7 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
## Example
|
| 10 |
Note the input image is required to be **white background**.
|