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

  • Log In
  • Sign Up

nrx83
/
x_LoRa

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

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

  • Libraries
  • Diffusers

    How to use nrx83/x_LoRa with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Wan-AI/Wan2.2-I2V-A14B", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("nrx83/x_LoRa")
    
    prompt = "-"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
x_LoRa
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
nrx83's picture
nrx83
Upload 4 files
60a4ae7 verified 3 months ago
  • images
    Add 3 files 3 months ago
  • .gitattributes
    2.31 kB
    initial commit 3 months ago
  • README.md
    381 Bytes
    initial commit 3 months ago
  • wan2.2-i2v-high-breast-insertion-v1.0.safetensors
    307 MB
    xet
    Upload 4 files 3 months ago
  • wan2.2-i2v-high-oral-insertion-v1.0.safetensors
    307 MB
    xet
    Add 3 files 3 months ago
  • wan2.2-i2v-high-pov-insertion-v1.0.safetensors
    307 MB
    xet
    Upload 4 files 3 months ago
  • wan2.2-i2v-low-breast-insertion-v1.0.safetensors
    307 MB
    xet
    Upload 4 files 3 months ago
  • wan2.2-i2v-low-oral-insertion-v1.0.safetensors
    307 MB
    xet
    Add 3 files 3 months ago
  • wan2.2-i2v-low-pov-insertion-v1.0.safetensors
    307 MB
    xet
    Upload 4 files 3 months ago