Text-to-Image
Diffusers
Safetensors
StableDiffusionXLPipeline
modelslab.com
stable-diffusion-api
ultra-realistic
Instructions to use stablediffusionapi/protovision-xl-high-fidel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use stablediffusionapi/protovision-xl-high-fidel 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/protovision-xl-high-fidel", 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 barismccartney - opened
README.md
CHANGED
|
@@ -37,7 +37,7 @@ View all models: [View Models](https://modelslab.com/models)
|
|
| 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",
|
| 38 |
"width": "512",
|
| 39 |
"height": "512",
|
| 40 |
-
"samples": "
|
| 41 |
"num_inference_steps": "30",
|
| 42 |
"safety_checker": "no",
|
| 43 |
"enhance_prompt": "yes",
|
|
|
|
| 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",
|
| 38 |
"width": "512",
|
| 39 |
"height": "512",
|
| 40 |
+
"samples": "4",
|
| 41 |
"num_inference_steps": "30",
|
| 42 |
"safety_checker": "no",
|
| 43 |
"enhance_prompt": "yes",
|