Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Anime
Children
Book Illustrations
3D
Pixar
Clumsy_Trainer
DucHaiten
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/GoodLife with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/GoodLife 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/GoodLife", 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,049 Bytes
550f2c6 3efd002 01e2fb4 3efd002 | 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 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | ---
license: creativeml-openrail-m
library_name: diffusers
pipeline_tag: text-to-image
tags:
- Anime
- Children
- Book Illustrations
- 3D
- Pixar
- Clumsy_Trainer
- DucHaiten
- stable-diffusion
- stable-diffusion-diffusers
- text-to-image
- diffusers
base_model:
- Yntec/DucHaiten-GoldenLife
- Yntec/COOLKIDSV2
base_model_relation: merge
---
# Good Life
DucHaiten-GoldLife merged with the COOLKIDSV2 Lora. The original plan was to make COOLKIDSV2 obsolete, but both models pack their own punch.
Comparison:

(Click for larger)
Sample and prompt:

Cartoon CUTE Pretty LITTLE Girl, sitting on a box of bottles, CHIBI EYES, holding PEPSI bottle, gorgeous detailed hair, Ponytail, Magazine ad, iconic, 1940, sharp focus. Illustration By KlaysMoji and artgerm and Clay Mann and and leyendecker and Dave Rapoza
# DucHaiten GoodLife
(a model not by DucHaiten) - This one was in the half-way point between the models, I don't think it looks bad.

Original pages:
KIDS ILLUSTRATIONS V2 - https://civitai.com/models/60724?modelVersionId=67980
DucHaiten-GoldenLife - https://tensor.art/models/628276277415133426
# Recipes
- Merge Lora 1.0
Primary Model:
DucHaiten-GoldenLife
Lora:
COOL KIDS V2
Output:
DucHaiten-GoldLife-COOLKIDSV2
- SuperMerger Weight Sum Train Difference MBW 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1
Model A:
DucHaiten-GoldLife-COOLKIDSV2
Model B:
DucHaiten-GoldenLife
Output:
GoodLife
- Fp16 no ema
Output:
GoodLife-mini
- SuperMerger Weight Sum Train Difference MBW 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1
Model A:
DucHaiten-GoldLife-COOLKIDSV2
Model B:
DucHaiten-GoldenLife
Output:
DucHaiten-GoodLife |