Instructions to use DaniloTrotta/TestDeleV2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use DaniloTrotta/TestDeleV2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("DaniloTrotta/TestDeleV2", 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
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ You have to fill out your prompt line extremely detailed.
|
|
| 12 |
- Creative prompters
|
| 13 |
- Art designers
|
| 14 |

|
| 15 |
-
Dive into the perfect creations world with [my prompts](https://civitai.com/models/
|
| 16 |
Your research will be appreciated, so feel free to show everyone, what you can get with this model
|
| 17 |
|
| 18 |
---
|
|
|
|
| 12 |
- Creative prompters
|
| 13 |
- Art designers
|
| 14 |

|
| 15 |
+
Dive into the perfect creations world with [my prompts](https://civitai.com/models/4823/deliberate "my prompts").</br>
|
| 16 |
Your research will be appreciated, so feel free to show everyone, what you can get with this model
|
| 17 |
|
| 18 |
---
|