Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Illustrations
Chinese
Cute
Fresh
Barons
juaner0211589
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/IllustratorInk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/IllustratorInk 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/IllustratorInk", 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: | |
| - Illustrations | |
| - Chinese | |
| - Cute | |
| - Fresh | |
| - Barons | |
| - juaner0211589 | |
| - stable-diffusion | |
| - stable-diffusion-diffusers | |
| - diffusers | |
| - text-to-image | |
| base_model: | |
| - Yntec/Tantrum | |
| The Tantrum model with the Cute and Fresh Lora baked in. Comparison: | |
|  | |
| (Click for larger) | |
| Samples and prompts (all use seed 9119): | |
|  | |
| masterpiece, high quality, a girl, cute, big black, eyes, pick flowers, in the garden, j_guofeng | |
|  | |
| pretty cute chibi girl holding hamburger, fries, masterpiece glass of soda, ketchup, eyes, salt. best quality, 4k, high quality, solo. contrast style. | |
|  | |
| highquality, masterpiece, 1girl, Chi-Chi, :D, close up, smile, arms up, pink helmet, black hair, black eyes, blush, white teeth, bikini armor, aqua cape, pink gloves, pink boots, cleavage. cave, rock, mountain. blue collar | |
|  | |
| princess,cartoon,wearing white dress,golden crown,red shoes,orange hair, motorcycle,blue chibi eyes,looking at viewer,smiling,happy,sitting on racing kart,outside,forest,blue sky,extremely detailed,hdr,toadstool, | |
| # Cute Ink | |
| This model attempted to merge the HELLmix model in to improve versatility, but it just became another anime model. See also: https://huggingface.co/Yntec/FreshInk | |
| Original pages: | |
| https://huggingface.co/Yntec/Tantrum | |
| https://civitai.com/models/404112/ (Cute and Fresh Lora) | |
| https://civitai.com/models/21493/hellmix?modelVersionId=25632 | |
| https://huggingface.co/Yntec/HELLmix | |
| # Recipes: | |
| - SuperMerger Merge LoRA to checkpoint: | |
| Model A: Tantrum | |
| LoRA: Cute and Fresh | |
| Output: Illustrator Ink | |
| - SuperMerger Weight sum use MWB 1,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,1,0,0,0,1,1,1 | |
| Model A: HELLmix | |
| Model B: Illustrator Ink | |
| Output: Cute Ink |