Instructions to use dvyio/flux-lora-victorian-satire with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dvyio/flux-lora-victorian-satire 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-victorian-satire") prompt = "a man talking on a telephone, in the style of a Victorian-era TOK cartoon illustration" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
metadata
tags:
- text-to-image
- flux
- lora
- diffusers
- template:sd-lora
widget:
- text: >-
a man talking on a telephone, in the style of a Victorian-era TOK cartoon
illustration
output:
url: images/out-1.jpg
- text: >-
a boat full of party-goers, on the River Thames, in the style of a
Victorian-era TOK cartoon illustration
output:
url: images/out-2.jpg
base_model: black-forest-labs/FLUX.1-dev
instance_prompt: in the style of a Victorian-era TOK cartoon illustration
license: other
license_name: flux-1-dev-non-commercial-license
license_link: LICENSE
Victorian Satire

- Prompt
- a man talking on a telephone, in the style of a Victorian-era TOK cartoon illustration

- Prompt
- a boat full of party-goers, on the River Thames, in the style of a Victorian-era TOK cartoon illustration
Trigger words
You should use in the style of a Victorian-era TOK cartoon illustration to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.