Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
General
Eldreths
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/OG with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/OG 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/OG", 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
|
@@ -2,4 +2,23 @@
|
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
library_name: diffusers
|
| 4 |
pipeline_tag: text-to-image
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
library_name: diffusers
|
| 4 |
pipeline_tag: text-to-image
|
| 5 |
+
tags:
|
| 6 |
+
- General
|
| 7 |
+
- Eldreths
|
| 8 |
+
- stable-diffusion
|
| 9 |
+
- stable-diffusion-diffusers
|
| 10 |
+
- diffusers
|
| 11 |
+
- text-to-image
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# Elldreth's OG 4060 Mix
|
| 15 |
+
|
| 16 |
+
Safetensors version of this model with the MoistMixV2 VAE baked in.
|
| 17 |
+
|
| 18 |
+
Sample and prompt:
|
| 19 |
+
|
| 20 |
+

|
| 21 |
+
|
| 22 |
+
fine details portrait of joyful cute girl, aliens vivid, nature trees, meadows at night, bokeh, close-up, anime masterpiece by studio ghibli. 8k, sharp high quality classic anime from 1990 in style of kyoani
|
| 23 |
+
|
| 24 |
+
Original page: https://huggingface.co/danbrown/elldreth-og-mix
|