Text-to-Image
Diffusers
StableDiffusionXLPipeline
modelslab.com
stable-diffusion-api
ultra-realistic
Instructions to use stablediffusionapi/imagegroundv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use stablediffusionapi/imagegroundv with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stablediffusionapi/imagegroundv", 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
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,17 +1,16 @@
|
|
| 1 |
---
|
| 2 |
-
library_name: diffusers
|
| 3 |
license: creativeml-openrail-m
|
| 4 |
tags:
|
| 5 |
-
- modelslab.com
|
| 6 |
-
- stable-diffusion-api
|
| 7 |
-
- text-to-image
|
| 8 |
-
- ultra-realistic
|
| 9 |
pinned: true
|
| 10 |
---
|
| 11 |
|
| 12 |
# imagegroundv API Inference
|
| 13 |
|
| 14 |
-
, No Payment needed.
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
tags:
|
| 4 |
+
- modelslab.com
|
| 5 |
+
- stable-diffusion-api
|
| 6 |
+
- text-to-image
|
| 7 |
+
- ultra-realistic
|
| 8 |
pinned: true
|
| 9 |
---
|
| 10 |
|
| 11 |
# imagegroundv API Inference
|
| 12 |
|
| 13 |
+

|
| 14 |
## Get API Key
|
| 15 |
|
| 16 |
Get API key from [ModelsLab API](http://modelslab.com), No Payment needed.
|