Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
Anime
Style
2D
Base Model
iamxenos
Barons
stable-diffusion
stable-diffusion-diffusers
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 Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ Father with little daughter. A pretty cute girl sitting with Santa Claus holding
|
|
| 29 |
|
| 30 |
# HELL Cola
|
| 31 |
|
| 32 |
-
The Coca Cola LoRA 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.
|
| 33 |
|
| 34 |
Sample:
|
| 35 |
|
|
|
|
| 29 |
|
| 30 |
# HELL Cola
|
| 31 |
|
| 32 |
+
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.
|
| 33 |
|
| 34 |
Sample:
|
| 35 |
|