Instructions to use alvdansen/enna-sketch-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use alvdansen/enna-sketch-style with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("alvdansen/enna-sketch-style") prompt = " daydreaming student with lavender hair in pigtails, surrounded by floating books and math equations, sketch illustration style" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - stable-diffusion | |
| - lora | |
| - diffusers | |
| - template:sd-lora | |
| widget: | |
| - text: ' daydreaming student with lavender hair in pigtails, surrounded by floating books and math equations, sketch illustration style' | |
| output: | |
| url: images/out-3 (8).webp | |
| - text: >- | |
| aspiring musician with vibrant blue hair, wearing headphones and a vintage | |
| band t-shirt, sketch illustration style | |
| output: | |
| url: images/out-0 (23).webp | |
| - text: >- | |
| A young botanist with flowing green hair, wearing oversized glasses and a | |
| lab coat covered in plant doodles, sketch illustration style | |
| output: | |
| url: images/out-1 (3).webp | |
| - text: a girl with short pink braids, illustration style | |
| output: | |
| url: images/out-3 (5).webp | |
| - text: >- | |
| A determined male athlete with short, spiky orange hair, wearing workout | |
| gear and a determined expression, dark skin, sketch illustration style | |
| output: | |
| url: images/out-0 (24).webp | |
| - text: >- | |
| A whimsical artist with rainbow-colored hair, paint-splattered overalls, and | |
| a paintbrush tucked behind their ear, sketch illustration style | |
| output: | |
| url: images/out-0 (25).webp | |
| - text: >- | |
| A curious astronomer with wild, curly hair, peering through a telescope, | |
| wearing a star-patterned scarf, black and white, sketch illustration style | |
| output: | |
| url: images/out-0 (26).webp | |
| - text: >- | |
| A dreamy baker with flour-dusted hair tied in a bandana, wearing an apron | |
| and holding a whisk, sketch illustration style | |
| output: | |
| url: images/out-2 (7).webp | |
| base_model: black-forest-labs/FLUX.1-dev | |
| instance_prompt: sketch illustration style | |
| license: other | |
| license_name: non-commercial-flux-dev-with-exceptions | |
| license_link: https://replicate.com/blog/fine-tune-flux | |
| # Enna Sketch Style (Flux Dev) | |
| <Gallery /> | |
| ## Model description | |
| Another model trained on a character sketch-illustration style that I like to draw! I hope it enlivens your own generative world and you really get a chance to dig in deep with it! I suspect it would mix nicely with other styles. | |
| I actually have a fine motor learning disability so even after years of training there's a little bit of a shakiness in the linework. I'm ok with it though! I actually really think it becomes a part of the style. | |
| Trained on Replicate - please contact me about using this model commercially, thanks! For all other purposes, feel free to use. | |
| Dataset samples below (about 12 images I think?): | |
|  | |
|  | |
|  | |
|  | |
| ## Trigger words | |
| You should use `sketch illustration style` to trigger the image generation. | |
| ## Download model | |
| Weights for this model are available in Safetensors format. | |
| [Download](/alvdansen/enna-sketch-style/tree/main) them in the Files & versions tab. | |