Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Anime
Sketch
Drawing
ostris
Ikena
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/Crayon with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Crayon 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/Crayon", 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
Crayon
Yuzu 1.0 model with the Crayon Style LoRA merged in.
Sample and prompt:
beautiful background, beautiful detailed girl, Cartoon Pretty CUTE LITTLE Girl, sitting on a box of STRAWBERRY, DETAILED CHIBI EYES, holding antique STRAWBERRY, detailed hair, Ponytail, key shot at computer monitor, Magazine ad, iconic, 1940, sharp focus. Acrylic art on canvas By KlaysMoji and artgerm and Dave Mann and and Clay leyendecker
Original pages:
https://civitai.com/models/120853/crayon-style-sdxl-and-sd15?modelVersionId=131468 (Crayon Style)
https://civitai.com/models/67120?modelVersionId=71749 (Yuzu)
- Downloads last month
- 19
