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
- Draw Things
- DiffusionBee
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
- Downloads last month
- 72


