Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Anime
Cartoons
Cute
Girls
China
2D
Barons
juaner0211589
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/FreshInk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/FreshInk 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/FreshInk", 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 | |
| - Cartoons | |
| - Cute | |
| - Girls | |
| - China | |
| - 2D | |
| - Barons | |
| - juaner0211589 | |
| - stable-diffusion | |
| - stable-diffusion-diffusers | |
| - diffusers | |
| - text-to-image | |
| base_model: | |
| - Yntec/Tantrum | |
| - Yntec/HELLmix | |
| base_model_relation: merge | |
| # Fresh Ink | |
| The Tantrum model merged with HELLMix with the Cute and Fresh Lora baked in. Use "j_guofeng" in the prompt to activate the style. Comparison: | |
|  | |
| (Click for larger) | |
| Samples and prompts (all use seed 9119): | |
| ![Little ja[anese girl picks flowers]](https://cdn-uploads.huggingface.co/production/uploads/63239b8370edc53f51cd5d42/DVxGm7j0mgkc5qzC5XRjO.png) | |
| masterpiece, high quality, a girl, cute, big black, eyes, pick flowers, in the garden, j_guofeng | |
|  | |
| masterpiece, high quality, two kids, a girl and a detailed boy,big black eyes, cute faces, catch butterflies, in the bamboo forest, j_guofeng | |
|  | |
| masterpiece, high quality, a bird, cute eyes, in the tree. j_guofeng | |
|  | |
| cute young lady at the festival | |
| Original pages: | |
| https://civitai.com/models/404112/ (Cute and Fresh Lora) | |
| https://huggingface.co/Yntec/HELLmix | |
| https://huggingface.co/Yntec/Tantrum | |
| # Recipes: | |
| - SuperMerger Merge LoRA to checkpoint: | |
| Model A: HELLMix | |
| LoRA: Cute and Fresh | |
| Output: Fresh Hell | |
| - 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: Tantrum | |
| Model B: Fresh Hell | |
| Output: Fresh Ink |