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
|
@@ -32,7 +32,7 @@ How to install:
|
|
| 32 |
<li>Download this file.</li>
|
| 33 |
<li>Unzip the file (it uses the free 7Zip file compressor) into a new folder (the package extracts to about 5 GB).</li>
|
| 34 |
<li>When everything is extracted into one folder,Open a CMD window and navigate to the folder you created.</li>
|
| 35 |
-
<li>Type in or copy and paste this command: run --inputdir "bulldog.webp" --step 10</li>
|
| 36 |
</ul>
|
| 37 |
|
| 38 |
<b>IMPORTANT:</b>
|
|
|
|
| 32 |
<li>Download this file.</li>
|
| 33 |
<li>Unzip the file (it uses the free 7Zip file compressor) into a new folder (the package extracts to about 5 GB).</li>
|
| 34 |
<li>When everything is extracted into one folder,Open a CMD window and navigate to the folder you created.</li>
|
| 35 |
+
<li>Type in or copy and paste this command: <b>run --inputdir "bulldog.webp" --step 10</b></li>
|
| 36 |
</ul>
|
| 37 |
|
| 38 |
<b>IMPORTANT:</b>
|