Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
General
Anime
Art
XpucT
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/Deliberate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Deliberate with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yntec/Deliberate", 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
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
library_name: diffusers
|
| 4 |
pipeline_tag: text-to-image
|
| 5 |
tags:
|
| 6 |
-
- General
|
| 7 |
- Anime
|
| 8 |
-
- Art
|
| 9 |
- XpucT
|
| 10 |
- stable-diffusion
|
| 11 |
- stable-diffusion-diffusers
|
|
@@ -31,4 +31,4 @@ Cartoon Pretty CUTE Girl, sitting on Overwatch, DETAILED CHIBI EYES, soaking in
|
|
| 31 |
|
| 32 |
Original page:
|
| 33 |
|
| 34 |
-
https://
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-nc-nd-4.0
|
| 3 |
library_name: diffusers
|
| 4 |
pipeline_tag: text-to-image
|
| 5 |
tags:
|
| 6 |
+
- General
|
| 7 |
- Anime
|
| 8 |
+
- Art
|
| 9 |
- XpucT
|
| 10 |
- stable-diffusion
|
| 11 |
- stable-diffusion-diffusers
|
|
|
|
| 31 |
|
| 32 |
Original page:
|
| 33 |
|
| 34 |
+
https://huggingface.co/XpucT/Deliberate
|