Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
Base Model
General Purpose
Anime
Art
diffusionfanatic1173
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/ZootVision with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/ZootVision 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/ZootVision", 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
|
@@ -16,4 +16,29 @@ tags:
|
|
| 16 |
- text-to-image
|
| 17 |
inference: true
|
| 18 |
---
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
- text-to-image
|
| 17 |
inference: true
|
| 18 |
---
|
| 19 |
+
|
| 20 |
+
# ZootVisionAlpha
|
| 21 |
+
|
| 22 |
+

|
| 23 |
+
|
| 24 |
+
beautiful detailed girl, Cartoon Pretty CUTE LITTLE Girl AS FAIRY, DETAILED CHIBI EYES, detailed hair, Ponytail, key shot at computer monitor, Magazine ad, iconic, 1940, sharp focus. high detail, woodland village, in the night, fantasy, crescent moon, luminous, toadstools, fireflies, fantasy, fairy tale, mist, highly detailed
|
| 25 |
+
|
| 26 |
+
Welcome to ZootVision, one of the most versatile models of the Stable Difussion 1.5 era! The Alpha version is the first one, featuring the most detailed backgrounds and varied styles of all the versions!
|
| 27 |
+
|
| 28 |
+
Samples an prompts:
|
| 29 |
+
|
| 30 |
+

|
| 31 |
+
|
| 32 |
+
A high contrast portrait of a happy fuzzy bunny rabbit dressed as a chef in a high end kitchen making dough. There is a painting of flowers on the wall behind
|
| 33 |
+
|
| 34 |
+

|
| 35 |
+
|
| 36 |
+
Baby girl with a giant basket full of grapes, high quality, grass by wess anderson
|
| 37 |
+
|
| 38 |
+

|
| 39 |
+
|
| 40 |
+
Cartoon Pretty cute little girl, Anatomical diagram of instant noodle cup, by maria sibylla merian, styrofoam instant, DETAILED CHIBI EYES, styrofoam instant ramen cup, maruchan, gorgeous detailed hair, Ponytail, Magazine ad, iconic, 1940, sharp focus. Illustration By ROSSDRAWS and KlaysMoji and Dave Rapoza and artgerm and leyendecker and Clay Mann
|
| 41 |
+
|
| 42 |
+
Original page:
|
| 43 |
+
|
| 44 |
+
https://civitai.com/models/490451?modelVersionId=545370
|