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

lyraaaa
/
flux-collage-v1

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

Instructions to use lyraaaa/flux-collage-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use lyraaaa/flux-collage-v1 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("lyraaaa/flux-collage-v1")
    
    prompt = "collage, flowers, women, dresses, typography, colorful, abstract, chaotic, multimedia"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
flux-collage-v1
63.7 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
Lyra Cooley
PsiPi's picture
PsiPi
Update README.md (#1)
2434aad verified over 1 year ago
  • images
    Upload 7 files over 1 year ago
  • .gitattributes
    1.87 kB
    Upload 7 files over 1 year ago
  • README.md
    2.74 kB
    Update README.md (#1) over 1 year ago
  • collage_v1.safetensors
    51.7 MB
    xet
    Upload collage_v1.safetensors over 1 year ago