Text-to-Image
Diffusers
StableDiffusionPipeline
stablediffusionapi.com
stable-diffusion-api
ultra-realistic
Instructions to use stablediffusionapi/epicrealism with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use stablediffusionapi/epicrealism 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/epicrealism", 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
Commit ·
eb0a646
1
Parent(s): 26c951c
Update README.md
Browse files
README.md
CHANGED
|
@@ -35,16 +35,16 @@ View all models: [View Models](https://stablediffusionapi.com/models)
|
|
| 35 |
payload = json.dumps({
|
| 36 |
"key": "your_api_key",
|
| 37 |
"model_id": "epicrealism",
|
| 38 |
-
"prompt": "
|
| 39 |
"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",
|
| 40 |
"width": "512",
|
| 41 |
-
"height": "
|
| 42 |
"samples": "1",
|
| 43 |
-
"num_inference_steps": "
|
| 44 |
"safety_checker": "no",
|
| 45 |
"enhance_prompt": "yes",
|
| 46 |
"seed": None,
|
| 47 |
-
"guidance_scale":
|
| 48 |
"multi_lingual": "no",
|
| 49 |
"panorama": "no",
|
| 50 |
"self_attention": "no",
|
|
|
|
| 35 |
payload = json.dumps({
|
| 36 |
"key": "your_api_key",
|
| 37 |
"model_id": "epicrealism",
|
| 38 |
+
"prompt": "(Long exposure:1.4) photograph of a tranquil lakeside scene under a vast, star-studded night sky. The calm waters of the lake reflect the shimmering stars, creating a mesmerizing mirror-like effect. A small cabin with warm, inviting lights stands at the water's edge, offering a cozy and inviting atmosphere. This image captures the serenity and magic of a night spent by the lake. 8K, RAW, unedited, symmetrical balance, in-frame, 8K",
|
| 39 |
"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",
|
| 40 |
"width": "512",
|
| 41 |
+
"height": "768",
|
| 42 |
"samples": "1",
|
| 43 |
+
"num_inference_steps": "20",
|
| 44 |
"safety_checker": "no",
|
| 45 |
"enhance_prompt": "yes",
|
| 46 |
"seed": None,
|
| 47 |
+
"guidance_scale": 5,
|
| 48 |
"multi_lingual": "no",
|
| 49 |
"panorama": "no",
|
| 50 |
"self_attention": "no",
|