Text-to-Image
Diffusers
StableDiffusionPipeline
stablediffusionapi.com
stable-diffusion-api
ultra-realistic
Instructions to use stablediffusionapi/emb73jgosvjd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use stablediffusionapi/emb73jgosvjd 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/emb73jgosvjd", 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 content
Browse files
README.md
CHANGED
|
@@ -10,10 +10,10 @@ pinned: true
|
|
| 10 |
|
| 11 |
# emb73jgosvjd API Inference
|
| 12 |
|
| 13 |
-

|
| 14 |
## Get API Key
|
| 15 |
|
| 16 |
+
Get API key from [ModelsLab](https://modelslab.com/), No Payment needed.
|
| 17 |
|
| 18 |
Replace Key in below code, change **model_id** to "emb73jgosvjd"
|
| 19 |
|