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

  • Log In
  • Sign Up

armaansingh752k1
/
loRA-Collection

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

Instructions to use armaansingh752k1/loRA-Collection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use armaansingh752k1/loRA-Collection with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("armaansingh752k1/loRA-Collection")
    
    prompt = "-"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
loRA-Collection
20.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
armaansingh752k1's picture
armaansingh752k1
Delete images/17715180155326199865909962522740.jpg
7da2745 verified 3 months ago
  • images
    Delete images/17715180155326199865909962522740.jpg 3 months ago
  • .gitattributes
    2.31 kB
    initial commit 3 months ago
  • 01khv5ss0m4j.safetensors
    19.9 MB
    xet
    Rename 01khv5ss0m4j (1).safetensors to 01khv5ss0m4j.safetensors 3 months ago
  • README.md
    360 Bytes
    initial commit 3 months ago