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

uwcc
/
KintsugiStat_qwen

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

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

  • Libraries
  • Diffusers

    How to use uwcc/KintsugiStat_qwen with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Qwen/Qwen-Image", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("uwcc/KintsugiStat_qwen")
    
    prompt = "woman with red hair, playing chess at the park, bomb going off in the background"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
KintsugiStat_qwen
1.19 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
uwcc's picture
uwcc
Upload folder using huggingface_hub
1a884dd verified 8 months ago
  • samples
    Upload folder using huggingface_hub 8 months ago
  • .gitattributes
    6.02 kB
    Upload folder using huggingface_hub 8 months ago
  • KintsugiStat.safetensors
    295 MB
    xet
    Upload folder using huggingface_hub 8 months ago
  • KintsugiStat_000000500.safetensors
    295 MB
    xet
    Upload folder using huggingface_hub 8 months ago
  • KintsugiStat_000001000.safetensors
    295 MB
    xet
    Upload folder using huggingface_hub 8 months ago
  • KintsugiStat_000001500.safetensors
    295 MB
    xet
    Upload folder using huggingface_hub 8 months ago
  • README.md
    2.8 kB
    Upload folder using huggingface_hub 8 months ago