Text-to-Image
Diffusers
Safetensors
StableDiffusionXLPipeline
stablediffusionapi.com
stable-diffusion-api
ultra-realistic
Instructions to use Winboy/BBrno with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Winboy/BBrno with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Winboy/BBrno", 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
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -8,8 +8,7 @@ tags:
|
|
| 8 |
pinned: true
|
| 9 |
---
|
| 10 |
|
| 11 |
-
|
| 12 |
-
# NewDream-SDXL 2.0 API Inference v2 5-9
|
| 13 |
|
| 14 |

|
| 15 |
## Get API Key
|
|
@@ -64,4 +63,4 @@ View all models: [View Models](https://stablediffusionapi.com/models)
|
|
| 64 |
|
| 65 |
print(response.text)
|
| 66 |
|
| 67 |
-
> Use this coupon code to get 25% off **DMGG0RBN**
|
|
|
|
| 8 |
pinned: true
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# NewDream-SDXL 2.0 API Inference
|
|
|
|
| 12 |
|
| 13 |

|
| 14 |
## Get API Key
|
|
|
|
| 63 |
|
| 64 |
print(response.text)
|
| 65 |
|
| 66 |
+
> Use this coupon code to get 25% off **DMGG0RBN**
|