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

  • Log In
  • Sign Up

chriswang2025
/
test-git-final

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

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

  • Libraries
  • Diffusers

    How to use chriswang2025/test-git-final 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-final")
    
    prompt = "test_trigger_word"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
test-git-final
2.43 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
wxqmail's picture
wxqmail
Upload LoRA model with all files
15b0a93 8 months ago
  • .gitattributes
    697 Bytes
    Upload LoRA model with all files 8 months ago
  • README.md
    637 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