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

  • Log In
  • Sign Up

kviai
/
Paint-Diffuion-V2

Text-to-Image
Diffusers
stable-diffusion
lora
sdxl
Model card Files Files and versions
xet
Community

Instructions to use kviai/Paint-Diffuion-V2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use kviai/Paint-Diffuion-V2 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("kviai/Paint-Diffuion-V2")
    
    prompt = "darth vader fighting superman, 2 people, lightsaber"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Paint-Diffuion-V2
11.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Kvikontent's picture
Kvikontent
Update README.md
5f5694d verified over 2 years ago
  • .gitattributes
    1.52 kB
    Update .gitattributes over 2 years ago
  • README.md
    438 Bytes
    Update README.md over 2 years ago
  • watercolor_v1_sdxl.safetensors
    11.9 MB
    xet
    Upload watercolor_v1_sdxl.safetensors over 2 years ago