Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
stablediffusionapi.com
stable-diffusion-api
ultra-realistic
Instructions to use stablediffusionapi/rev-animated with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use stablediffusionapi/rev-animated 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/rev-animated", 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
#2
by blav3er37 - opened
README.md
CHANGED
|
@@ -36,11 +36,11 @@ View all models: [View Models](https://stablediffusionapi.com/models)
|
|
| 36 |
"key": "your_api_key",
|
| 37 |
"model_id": "rev-animated",
|
| 38 |
"prompt": "ultra realistic close up portrait ((beautiful pale cyberpunk female with heavy black eyeliner)), blue eyes, shaved side haircut, hyper detail, cinematic lighting, magic neon, dark red city, Canon EOS R3, nikon, f/1.4, ISO 200, 1/160s, 8K, RAW, unedited, symmetrical balance, in-frame, 8K",
|
| 39 |
-
"negative_prompt": "
|
| 40 |
-
"width": "
|
| 41 |
-
"height": "
|
| 42 |
"samples": "1",
|
| 43 |
-
"num_inference_steps": "
|
| 44 |
"safety_checker": "no",
|
| 45 |
"enhance_prompt": "yes",
|
| 46 |
"seed": None,
|
|
|
|
| 36 |
"key": "your_api_key",
|
| 37 |
"model_id": "rev-animated",
|
| 38 |
"prompt": "ultra realistic close up portrait ((beautiful pale cyberpunk female with heavy black eyeliner)), blue eyes, shaved side haircut, hyper detail, cinematic lighting, magic neon, dark red city, Canon EOS R3, nikon, f/1.4, ISO 200, 1/160s, 8K, RAW, unedited, symmetrical balance, in-frame, 8K",
|
| 39 |
+
"negative_prompt": "verybadimagenegative_v1.3, ng_deepnegative_v1_75t, (ugly face:0.8),cross-eyed,sketches, (worst quality:2), (low quality:2), (normal quality:2), lowres, normal quality, ((monochrome)), ((grayscale)), skin spots, acnes, skin blemishes, bad anatomy, DeepNegative, facing away, tilted head, {Multiple people}, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worstquality, low quality, normal quality, jpegartifacts, signature, watermark, username, blurry, bad feet, cropped, poorly drawn hands, poorly drawn face, mutation, deformed, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, extra fingers, fewer digits, extra limbs, extra arms,extra legs, malformed limbs, fused fingers, too many fingers, long neck, cross-eyed,mutated hands, polar lowres, bad body, bad proportions, gross proportions, text, error, missing fingers, missing arms, missing legs, extra digit, extra arms, extra leg, extra foot, ((repeating hair))",
|
| 40 |
+
"width": "1024",
|
| 41 |
+
"height": "1024",
|
| 42 |
"samples": "1",
|
| 43 |
+
"num_inference_steps": "50",
|
| 44 |
"safety_checker": "no",
|
| 45 |
"enhance_prompt": "yes",
|
| 46 |
"seed": None,
|