Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
Base Model
General purpose
Photorealistic
Anime
Art
artificialguybr
diffusionfanatic1173
stable-diffusion
stable-diffusion-1.5
stable-diffusion-diffusers
Instructions to use Yntec/Epsilon_Naught with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Epsilon_Naught 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/Epsilon_Naught", 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
Browse files
README.md
CHANGED
|
@@ -19,4 +19,34 @@ tags:
|
|
| 19 |
inference: true
|
| 20 |
---
|
| 21 |
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
inference: true
|
| 20 |
---
|
| 21 |
|
| 22 |
+
# Epsilon Naught
|
| 23 |
+
|
| 24 |
+
ZootVisionEpsilonV5 mixed with LiberteRedmond to maximize beauty and style. You can use "by midjourney", "by dalle3", "by ideogream" or 'by whoever' in your prompts to imitate those styles.
|
| 25 |
+
|
| 26 |
+
Samples and prompts:
|
| 27 |
+
|
| 28 |
+

|
| 29 |
+
|
| 30 |
+
Top left: 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
|
| 31 |
+
|
| 32 |
+
Top right: 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
|
| 33 |
+
|
| 34 |
+
Bottom left: A bright and cheerful spring carnival with rides, games, and cotton candy stands under a sunny sky, by dalle3, 3D, pixar, (photo (medium):0.2), masterpiece, best quality, high quality, absurdres, incredibly absurdres, detailed background, very aesthetic
|
| 35 |
+
|
| 36 |
+
Bottom right. astronaut girl walking with gorilla, colored, (messy bun), pale skin, behind glacial mountains, (high detailed skin:1.2), film grain, Fujifilm XT3, (high detailed face:1.3)
|
| 37 |
+
|
| 38 |
+
Original pages:
|
| 39 |
+
|
| 40 |
+
https://civitai.com/models/94123?modelVersionId=100409 (LiberteRedmond)
|
| 41 |
+
|
| 42 |
+
https://civitai.com/models/490451?modelVersionId=573612 (ZootVisionEpsilonV5)
|
| 43 |
+
|
| 44 |
+
# Recipe
|
| 45 |
+
|
| 46 |
+
SuperMerger Weight sum use MBW 0,0,0,0,0,0,0,1,0,0,1,1,1,1,0,0,0,1,1,1,1,1,1,0,1,1
|
| 47 |
+
|
| 48 |
+
Model A: LiberteRedmond
|
| 49 |
+
|
| 50 |
+
Model B: ZootVisionEpsilonV5
|
| 51 |
+
|
| 52 |
+
Output: Epsilon_Naught
|