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

  • Log In
  • Sign Up

chriswang2025
/
test-git-upload-2

Text-to-Image
Diffusers
flux
lora
wavespeed
Model card Files Files and versions
xet
Community

Instructions to use chriswang2025/test-git-upload-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use chriswang2025/test-git-upload-2 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("undefined", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("chriswang2025/test-git-upload-2")
    
    prompt = "test_trigger_word"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
test-git-upload-2
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
wxqmail's picture
wxqmail
Upload LoRA model with all files
5392274 8 months ago
  • .gitattributes
    697 Bytes
    Upload LoRA model with all files 8 months ago
  • README.md
    634 Bytes
    Upload LoRA model with all files 8 months ago
  • test-11.safetensors
    1.1 kB
    xet
    Upload LoRA model with all files 8 months ago