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

  • Log In
  • Sign Up

sam12345324
/
luna1

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

Instructions to use sam12345324/luna1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use sam12345324/luna1 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("sam12345324/luna1")
    
    prompt = "-"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
luna1
121 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
sam12345324's picture
sam12345324
Add 4 files
8d4565e verified 12 months ago
  • images
    Add 4 files 12 months ago
  • .gitattributes
    2.31 kB
    initial commit 12 months ago
  • README.md
    464 Bytes
    initial commit 12 months ago
  • luna-000004.safetensors
    39.8 MB
    xet
    Add 4 files 12 months ago
  • luna-000008.safetensors
    39.8 MB
    xet
    Add 4 files 12 months ago
  • luna.safetensors
    39.8 MB
    xet
    Add 4 files 12 months ago