Instructions to use cebas/oneClick_Windows_ImageTo3D_install with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use cebas/oneClick_Windows_ImageTo3D_install with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("cebas/oneClick_Windows_ImageTo3D_install", 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
Edwin Braun commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ tags:
|
|
| 10 |
- OneClick install
|
| 11 |
- local
|
| 12 |
---
|
| 13 |
-
<
|
| 14 |
|
| 15 |
This is a ONE CLICK, self-contained WINDOWS 10/11 installer for the following model: https://huggingface.co/Zhengyi/CRM
|
| 16 |
|
|
|
|
| 10 |
- OneClick install
|
| 11 |
- local
|
| 12 |
---
|
| 13 |
+
<h1>Simple Windolws One Click Install</h1>
|
| 14 |
|
| 15 |
This is a ONE CLICK, self-contained WINDOWS 10/11 installer for the following model: https://huggingface.co/Zhengyi/CRM
|
| 16 |
|