Instructions to use dvyio/flux-lora-stippled-illustration with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dvyio/flux-lora-stippled-illustration 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("dvyio/flux-lora-stippled-illustration") prompt = "close-up of a man's face, stippled illustration in the style of STPPLD" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
metadata
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- template:sd-lora
widget:
- text: close-up of a man's face, stippled illustration in the style of STPPLD
output:
url: images/lMxIYmlgGt3yfRixpR0CC_ced89427178a474a90cde4c25d47c914.jpg
- text: Tower Bridge, stippled illustration in the style of STPPLD
output:
url: images/6Xkczb9tRXMaVjxArOjre_a84bafdb18084006b2152eab019baa6c.jpg
- text: a majestic deer in a forest, stippled illustration in the style of STPPLD
output:
url: images/57FPpbu74QTV45w6oNOtZ_26832270585f456c99e4a98b1c073745.jpg
base_model: black-forest-labs/FLUX.1-dev
instance_prompt: stippled illustration in the style of STPPLD
license: other
license_name: flux-1-dev-non-commercial-license
license_link: LICENSE
Stippled Illustration

- Prompt
- close-up of a man's face, stippled illustration in the style of STPPLD

- Prompt
- Tower Bridge, stippled illustration in the style of STPPLD

- Prompt
- a majestic deer in a forest, stippled illustration in the style of STPPLD
Trigger words
You should use stippled illustration in the style of STPPLD to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.