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
- Draw Things
- DiffusionBee
| license: creativeml-openrail-m | |
| library_name: diffusers | |
| pipeline_tag: text-to-image | |
| tags: | |
| - General | |
| - Eldreths | |
| - stable-diffusion | |
| - stable-diffusion-diffusers | |
| - diffusers | |
| - text-to-image | |
| # Elldreth's OG 4060 Mix | |
| Safetensors version of this model with the MoistMixV2 VAE baked in. | |
| Sample and prompt: | |
|  | |
| 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 | |
| Original page: https://huggingface.co/danbrown/elldreth-og-mix |