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

  • Log In
  • Sign Up

aionthegrind
/
art-lora

Text-to-Image
Diffusers
Safetensors
English
lora
artstyle
art
flux
Model card Files Files and versions
xet
Community
1

Instructions to use aionthegrind/art-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use aionthegrind/art-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("aionthegrind/art-lora")
    
    prompt = "casxfl, An intricately detailed Baroque-style painting of a grand cathedral interior, illuminated by golden light streaming through stained glass windows. The walls and ceiling are adorned with elaborate frescoes depicting biblical scenes, cherubs, and angels. The foreground features a richly dressed bishop in ornate robes, holding a gilded staff, and a choir singing in harmonious unison. Marble statues of saints and apostles are placed along the walls, and the intricate patterns of the tiled floor reflect the light. The mood is majestic and awe-inspiring, with an emphasis on dramatic contrasts of light and shadow (chiaroscuro) and meticulous attention to textures like gold leaf, velvet, and marble."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
art-lora
89.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
aionthegrind's picture
aionthegrind
Add generated example (#1)
3e9c4d5 verified over 1 year ago
  • images
    Add generated example (#1) over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.76 kB
    Add generated example (#1) over 1 year ago
  • art-lora-model.safetensors
    89.7 MB
    xet
    Upload art-lora-model.safetensors over 1 year ago