Instructions to use Luffuly/unique3d-normal-diffuser with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Luffuly/unique3d-normal-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-normal-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
|
@@ -5,6 +5,8 @@ license: mit
|
|
| 5 |
|
| 6 |
[🌟GitHub](https://github.com/TingtingLiao/unique3d_diffuser) | [🦸 Project Page](https://wukailu.github.io/Unique3D/) | [🔋MVImage Diffuser](https://huggingface.co/Luffuly/unique3d-mvimage-diffuser)
|
| 7 |
|
|
|
|
|
|
|
| 8 |
## Example
|
| 9 |
Note the input image is suppose to be **white background**.
|
| 10 |
|
|
|
|
| 5 |
|
| 6 |
[🌟GitHub](https://github.com/TingtingLiao/unique3d_diffuser) | [🦸 Project Page](https://wukailu.github.io/Unique3D/) | [🔋MVImage Diffuser](https://huggingface.co/Luffuly/unique3d-mvimage-diffuser)
|
| 7 |
|
| 8 |
+

|
| 9 |
+
|
| 10 |
## Example
|
| 11 |
Note the input image is suppose to be **white background**.
|
| 12 |
|