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
| 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 |