Text-to-Image
Diffusers
StableDiffusionPipeline
stablediffusionapi.com
stable-diffusion-api
ultra-realistic
Instructions to use stablediffusionapi/dark-sushi-mix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use stablediffusionapi/dark-sushi-mix 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/dark-sushi-mix", 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
#1
by Dansan666 - opened
README.md
CHANGED
|
@@ -1,11 +1,19 @@
|
|
| 1 |
---
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
pinned: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# Dark Sushi Mix API Inference
|
|
@@ -31,7 +39,7 @@ View all models: [View Models](https://stablediffusionapi.com/models)
|
|
| 31 |
url = "https://stablediffusionapi.com/api/v3/dreambooth"
|
| 32 |
|
| 33 |
payload = json.dumps({
|
| 34 |
-
"key":
|
| 35 |
"model_id": "dark-sushi-mix",
|
| 36 |
"prompt": "actual 8K portrait photo of gareth person, portrait, happy colors, bright eyes, clear eyes, warm smile, smooth soft skin, big dreamy eyes, beautiful intricate colored hair, symmetrical, anime wide eyes, soft lighting, detailed face, by makoto shinkai, stanley artgerm lau, wlop, rossdraws, concept art, digital painting, looking into camera",
|
| 37 |
"negative_prompt": "painting, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, deformed, ugly, blurry, bad anatomy, bad proportions, extra limbs, cloned face, skinny, glitchy, double torso, extra arms, extra hands, mangled fingers, missing lips, ugly face, distorted face, extra legs, anime",
|
|
@@ -61,4 +69,4 @@ View all models: [View Models](https://stablediffusionapi.com/models)
|
|
| 61 |
|
| 62 |
print(response.text)
|
| 63 |
|
| 64 |
-
> Use this coupon code to get 25% off **DMGG0RBN**
|
|
|
|
| 1 |
---
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
tags:
|
| 4 |
+
- stablediffusionapi.com
|
| 5 |
+
- stable-diffusion-api
|
| 6 |
+
- text-to-image
|
| 7 |
+
- ultra-realistic
|
| 8 |
pinned: true
|
| 9 |
+
datasets:
|
| 10 |
+
- OpenAssistant/oasst1
|
| 11 |
+
language:
|
| 12 |
+
- aa
|
| 13 |
+
metrics:
|
| 14 |
+
- accuracy
|
| 15 |
+
library_name: adapter-transformers
|
| 16 |
+
pipeline_tag: text-to-image
|
| 17 |
---
|
| 18 |
|
| 19 |
# Dark Sushi Mix API Inference
|
|
|
|
| 39 |
url = "https://stablediffusionapi.com/api/v3/dreambooth"
|
| 40 |
|
| 41 |
payload = json.dumps({
|
| 42 |
+
"key": "AOZGBV6BBR7jKVLzeNLJ4AujAVUG78Pu7xJUEgG5AiDDxIwib7253ak5z7mk" ,
|
| 43 |
"model_id": "dark-sushi-mix",
|
| 44 |
"prompt": "actual 8K portrait photo of gareth person, portrait, happy colors, bright eyes, clear eyes, warm smile, smooth soft skin, big dreamy eyes, beautiful intricate colored hair, symmetrical, anime wide eyes, soft lighting, detailed face, by makoto shinkai, stanley artgerm lau, wlop, rossdraws, concept art, digital painting, looking into camera",
|
| 45 |
"negative_prompt": "painting, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, deformed, ugly, blurry, bad anatomy, bad proportions, extra limbs, cloned face, skinny, glitchy, double torso, extra arms, extra hands, mangled fingers, missing lips, ugly face, distorted face, extra legs, anime",
|
|
|
|
| 69 |
|
| 70 |
print(response.text)
|
| 71 |
|
| 72 |
+
> Use this coupon code to get 25% off **DMGG0RBN**
|