Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

tryonlabs
/
FLUX.1-dev-LoRA-Lehenga-Generator

Text-to-Image
Diffusers
English
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community
6

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

  • Libraries
  • Diffusers

    How to use tryonlabs/FLUX.1-dev-LoRA-Lehenga-Generator 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("tryonlabs/FLUX.1-dev-LoRA-Lehenga-Generator")
    
    prompt = "A flat-lay image of A lehenga with a traditional style and a fitted waistline is elegantly crafted from stretchy silk material, ensuring a comfortable and flattering fit. The long hemline adds a touch of grace and sophistication to the ensemble. Adorned in a solid blue color, it features a sleeveless design that complements its sweetheart neckline. The solid pattern and the luxurious silk fabric together create a timeless and chic look that is perfect for special occasions."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
FLUX.1-dev-LoRA-Lehenga-Generator
173 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 11 commits
kailashtryonlabs's picture
kailashtryonlabs
Add generated example (#6)
84cb721 verified over 1 year ago
  • images
    Add generated example (#6) over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    4.63 kB
    Add generated example (#6) over 1 year ago
  • lehenga-generator.safetensors
    172 MB
    xet
    LoRA weight file added;README.md added over 1 year ago