Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
Nintendo
Box Art
Video Games
Anime
Style
Illustration
Girls
NostalgiaForever
br_d
Lorim
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/NES with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/NES 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/NES", 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
File size: 2,517 Bytes
3b8a017 1dcac01 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | ---
language:
- en
license: creativeml-openrail-m
tags:
- Nintendo
- Box Art
- Video Games
- Anime
- Style
- Illustration
- Girls
- NostalgiaForever
- br_d
- Lorim
- stable-diffusion
- stable-diffusion-diffusers
- text-to-image
- diffusers
base_model:
- Yntec/TheWonderMix
- Yntec/BrainDance
base_model_relation: merge
inference: true
---
# NES
TheWonderMix V2 mixed with BrainDance V1.8 with the NES Box Art LoRA baked in to create this style. Samples and prompts (all use seed 9119):

masterpiece,best quality, box art, retro artstyle, face focus, cute, 1girl, green hair, sweater, looking at viewer, upper body, beanie, outdoors, night, turtleneck, logo, English text, 1980s /(style/), cover, copyright name,

masterpiece,best quality, box art, retro artstyle, a dragon terrorizes a medieval kingdom, logo, English text, 1980s /(style/), cover, copyright name,

masterpiece,best quality, box art, retro artstyle, a cursed bearded prince with short hair portrait must save his kingdom, logo, English text, 1980s /(style/), cover, copyright name,

best quality, masterpiece, by Jessie Willcox Smith, bright colors, cute girl dozing on the subway didn't know that her wide collar showed a little of her cleavage, the bearded old man sitting next to her stared intently at her, hair, ((box art, logo, English text, 1980s /(style/), copyright name, retro artstyle)), powerful magical traveler,
Original pages:
https://civitai.com/models/94481/nintendo-entertainment-system-box-art-nes
https://civitai.com/models/71523?modelVersionId=88973 (TheWonderMix 2)
https://civitai.com/models/102753?modelVersionId=109969 (Braindance 1.8)
Recipe:
# Recipe:
- SuperMerger Merge LoRA to checkpoint:
Model A: Braindance 1.8
LoRA: nintendo-entertainment-system-box-art-nes
Output: BraindanceNES
- 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: TheWonderMix 2
Model B: BraindanceNES
Output: NES |