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
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,7 @@ tags:
|
|
| 13 |
<h1>Simple Windows 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 |
I discussed this model in my video here: https://youtu.be/UfCOBTGRNoo
|
| 17 |
|
| 18 |
Note:
|
|
|
|
| 13 |
<h1>Simple Windows 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 |
+
|
| 17 |
I discussed this model in my video here: https://youtu.be/UfCOBTGRNoo
|
| 18 |
|
| 19 |
Note:
|