Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
General Purpose
Game Art
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/GodMode with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/GodMode 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/GodMode", 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: creativeml-openrail-m | |
| library_name: diffusers | |
| pipeline_tag: text-to-image | |
| language: | |
| - en | |
| tags: | |
| - General Purpose | |
| - Game Art | |
| - stable-diffusion | |
| - stable-diffusion-diffusers | |
| - diffusers | |
| - text-to-image | |
| # 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 |