Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
Base Model
Photorealistic
Anime
Art
Realistic
Semi-Realistic
SG161222
diffusionfanatic1173
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/VisionVision with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/VisionVision with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yntec/VisionVision", 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
Browse files
README.md
CHANGED
|
@@ -19,4 +19,25 @@ tags:
|
|
| 19 |
- text-to-image
|
| 20 |
inference: true
|
| 21 |
---
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
- text-to-image
|
| 20 |
inference: true
|
| 21 |
---
|
| 22 |
+
|
| 23 |
+
Work in progress.
|
| 24 |
+
|
| 25 |
+
# VisionVision
|
| 26 |
+
|
| 27 |
+
Samples and prompts:
|
| 28 |
+
|
| 29 |
+

|
| 30 |
+
|
| 31 |
+
an eye contact of a blond with bun hair and dark theme
|
| 32 |
+
|
| 33 |
+

|
| 34 |
+
|
| 35 |
+
unicorn on top of giant cupcake, vibrant colors, breathtaking, masterpiece, best quality, absurdres, insanely absurdres, by ideogram
|
| 36 |
+
|
| 37 |
+

|
| 38 |
+
|
| 39 |
+
pretty cute girl, sitting, detailed eyes, holding sword, beautiful detailed cowgirl, gorgeous detailed hair, cowboy hat, magazine ad, iconic, 1943, from the movie, sharp focus. visible brushstrokes by kyoani and clay mann
|
| 40 |
+
|
| 41 |
+

|
| 42 |
+
|
| 43 |
+
A bright and cheerful spring carnival with rides, games, and cotton candy stands under a sunny sky, (by dalle3:1.1), 3D, pixar, (photo (medium):0.2), masterpiece, best quality, high quality, absurdres, incredibly absurdres, detailed background, very aesthetic
|