Instructions to use Akbartus/FluxHandDrawnVectorStyle_LORA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Akbartus/FluxHandDrawnVectorStyle_LORA 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("Akbartus/FluxHandDrawnVectorStyle_LORA") prompt = "fla8" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
tags:
- text-to-image
- flux
- lora
- diffusers
- template:sd-lora
- ai-toolkit
base_model: black-forest-labs/FLUX.1-dev
instance_prompt: fla8
license: other
license_name: flux-1-dev-non-commercial-license
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
Basic Prompt Structure:
Character Description: Describe the character you want to create (e.g., “a cute bunny,” “a joyful crocodile”).
Style: Always include “hand drawn vector style” to ensure the LoRa applies the correct artistic style.
Pose/Expression: Mention the character’s pose or expression to add more personality (e.g., “waving at the viewer,” “walking with a big smile”).
Colors: You can specify colors or extra details if needed (e.g., “bright yellow with pink accents,” “Tritone color Scheme”).
Example Prompts:
"A cute bunny character, hand drawn vector style, cheerful expression, waving at the viewer."
"A happy ice cream character, hand drawn vector style, with a cherry on top, tongue sticking out."
"A playful cat character, hand drawn vector style, bright yellow and pink, walking forward."