Instructions to use dvyio/flux-lora-victorian-drawing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dvyio/flux-lora-victorian-drawing 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-drawing") prompt = "a rocket ship, illustration in the style of VCTRNDRWNG, Victorian-era drawing" 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: >- | |
| a rocket ship, illustration in the style of VCTRNDRWNG, Victorian-era | |
| drawing | |
| output: | |
| url: images/ybcyAil7KWAI8EUAhUruw_41ead9bba2ea4fb2b669b03f22472d8f.jpg | |
| - text: >- | |
| a female pop music star performing on stage, illustration in the style of | |
| VCTRNDRWNG, Victorian-era drawing | |
| output: | |
| url: images/Df2eUCtrhd0WtqtWtTcMV_56eccc5e9e57421ba267c5d1b551b594.jpg | |
| - text: >- | |
| a tourist in London, illustration in the style of VCTRNDRWNG, Victorian-era | |
| drawing | |
| output: | |
| url: images/2xQgp3X9U79FrbFibWwPV_70ecc35ad16c46e2b56c4a9e69b8edaa.jpg | |
| base_model: black-forest-labs/FLUX.1-dev | |
| instance_prompt: illustration in the style of VCTRNDRWNG | |
| license: other | |
| license_name: flux-1-dev-non-commercial-license | |
| license_link: LICENSE | |
| # Victorian Illustration | |
| <Gallery /> | |
| ## Trigger words | |
| You should use `illustration in the style of VCTRNDRWNG` to trigger the image generation. | |
| ## Download model | |
| Weights for this model are available in Safetensors format. | |
| [Download](/dvyio/flux-lora-victorian-drawing/tree/main) them in the Files & versions tab. | |