Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Pixel art
Retro
Screenshot
Mega Drive
Gameplay
NostalgiaForever
DucHaiten
LostMedia
s6yx
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/Genesis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Genesis 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/Genesis", 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
| license: other | |
| library_name: diffusers | |
| pipeline_tag: text-to-image | |
| tags: | |
| - Pixel art | |
| - Retro | |
| - Screenshot | |
| - Mega Drive | |
| - Gameplay | |
| - NostalgiaForever | |
| - DucHaiten | |
| - LostMedia | |
| - s6yx | |
| - stable-diffusion | |
| - stable-diffusion-diffusers | |
| - diffusers | |
| - text-to-image | |
| # Genesis | |
| ReVAnimated merged with RetroRetro (which includes RetroDiffusion and DucHaitenRetro) with the Genesis / Mega Drive Lora to create a model with the style of the images below! I uses the Retro Diffusion VAE. | |
| Comparison (it uses seed 9119): | |
|  | |
| (Click for larger) | |
| Children book illustration of a cute cartoon little girl blowing bubbles, at night, 1960, she isn't | |
| Samples and prompts (they all use Seed 1): | |
|  | |
| best quality, masterpiece, gameplay, pixelated, heads-up display, text, health bar, a powerful artifact that can grant immortality is guarded by a powerful dragon, Minotaur, pixel art, | |
|  | |
| best quality, masterpiece, gameplay, pixelated, heads-up display, a magical desert to find a hidden oasis, | |
|  | |
| A WOMAN SURFING DETAILED ILLUSTRATION RETRO, TROPICAL BACKGROUND, MAUI AND SONS INSPIRED, COLORED | |
|  | |
| best quality, masterpiece, gameplay, pixelated, heads-up display, a pretty cute witch's brew causes chaos | |
| Original pages: | |
| https://civitai.com/models/94811/genesis-megadrive-gameplay-screenshot (Lora) | |
| https://civitai.com/models/7371?modelVersionId=8665 (ReVAnimated) | |
| https://huggingface.co/Yntec/RetroRetro | |
| https://civitai.com/models/103966?modelVersionId=111392 (DucHaitenRetro) | |
| https://huggingface.co/LostMedia/RetroDiffusion | |
| - **License:** Public Domain Mark 1.0 | |
| # Recipe: | |
| - SuperMerger Merge LoRA to checkpoint: | |
| Model A: ReVAnimated | |
| LoRA: GenesisGameplayV1 | |
| Output: ReVAnimated_GenesisGameplayV1 | |
| - SuperMerger Weight sum use MWB 1,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,1,0,0,0,1,1,1 | |
| Model A: RetroRetro | |
| Model B: ReVAnimated_GenesisGameplayV1 | |
| Bake in RetroDiffusionVAE: | |
| Output: Genesis |