Instructions to use Yntec/HellSKitchen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/HellSKitchen 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/HellSKitchen", 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
Hell's Kitchen
Kitsch-In-Sync v2 with HELLmix's compositions. Despite the Anime tag, this is a general purpose model that also does anime.
Sample and prompt:
Father with little daughter. A pretty cute girl sitting with Santa Claus holding Coca Cola, Christmas Theme Art by Gil_Elvgren and Haddon_Sundblom
HELL Cola
The Coca Cola LoRA (CokeGirls.safetensors) merged into HELLmix (it does not have a VAE). It's a very nice model but does not have as much creativity as Hell's Kitchen.
Sample:
Recipe:
- SuperMerger Weight sum Train Difference Use MBW 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,0
Model A:
Kitsch-In-Sync v2
Model B:
HELLmix
Output Model:
HELLSKitchen
- Merge LoRA into checkpoint:
Model A:
HELLmix
LoRA:
Coca Cola
Output Model:
HELLCola
Original pages:
https://huggingface.co/Yntec/HELLmix
https://civitai.com/models/142552?modelVersionId=163068 (Kitsch-In-Sync v2)
https://civitai.com/models/186251/coca-cola-gil-elvgrenhaddon-sundblom-pinup-style
- Downloads last month
- 165

