How to use from the
Use from the
Diffusers library
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("saurabhswami/HumaneArt")

prompt = "-"
image = pipe(prompt).images[0]

HumaneArt

Prompt
-
Prompt
-
Prompt
-
Prompt
-
Prompt
-

Model description

Flux.1 (dev) LoRA trained on simple line illustration style with white background. Please share feedback if you use this :)

Use base humaneart.safetensors to apply the LoRA, lower adaptations at 4, 8 & 12 Epochs also available.

include keyword in prompt to activate LoRA : HumaneArt

A lora trained on Humane-folks Illustrations with permission (Thanks Pragyan!) https://humane-folks.framer.website/

Original illustrations by Pragyan Skukla https://pragyanshukla.framer.website/

Trigger words

You should use HumaneArt to trigger the image generation.

Download model

Weights for this model are available in Safetensors format.

Download them in the Files & versions tab.

Downloads last month
22
Inference Providers NEW
Examples

Model tree for saurabhswami/HumaneArt

Adapter
(39850)
this model

Spaces using saurabhswami/HumaneArt 5