Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

UmeAiRT
/
FLUX.1-dev-LoRA-Impressionism

Text-to-Image
Diffusers
lora
template:sd-lora
flux
image-generation
Model card Files Files and versions
xet
Community
1

Instructions to use UmeAiRT/FLUX.1-dev-LoRA-Impressionism with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use UmeAiRT/FLUX.1-dev-LoRA-Impressionism 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("UmeAiRT/FLUX.1-dev-LoRA-Impressionism")
    
    prompt = "A painting of a man wearing a black hat, a black coat, and a beard. He is looking to the side and appears to be a portrait of a famous artist. The man is standing in front of a curtain and a window, with a potted plant nearby. The painting is in an impressionist style, capturing the artist's unique style and technique."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
FLUX.1-dev-LoRA-Impressionism
366 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
UmeAiRT's picture
UmeAiRT
Update README.md
2fcd89d verified over 1 year ago
  • images
    Add 4 files over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • README.md
    2.32 kB
    Update README.md over 1 year ago
  • ume_classic_impressionist.safetensors
    344 MB
    xet
    Add 4 files over 1 year ago