Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
General Purpose
Game Art
stable-diffusion
stable-diffusion-diffusers
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yntec/GodMode", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]God Mode
The Cryptids model merged with SXZ DigitalUnitsCreationKit to bring my favorite things from those models together! It has the MoistMixV2VAE baked in.
Sample and prompt:
pretty CUTE girl as a genie sitting on House with a waterwheel built into the roots of a giant tree, ponytail next to games, a colorful river landscape painting from a fantasy point and click 2 d graphic adventure game, art inspired by ROSSDRAWS and larry elmore and john shroades, king's quest, sierra entertainment
Original pages:
https://huggingface.co/Yntec/Cryptids/ https://huggingface.co/Yntec/GameAssetsDigitalUnitsCreationKit
Recipe
- SuperMerger Weight sum Train Difference Use MBW 0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0
Model A:
Cryptids
Model B:
DigitalUnitsCreationKit
Output Model:
GodMode
- Downloads last month
- 33
