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

  • Log In
  • Sign Up

zz001
/
45435

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

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

  • Libraries
  • Diffusers

    How to use zz001/45435 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("InstantX/InstantID", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("zz001/45435")
    
    prompt = "wewe"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
45435
2.98 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 13 commits
zz001's picture
zz001
23232
b707d81 verified about 2 years ago
  • .gitattributes
    2.31 kB
    initial commit about 2 years ago
  • 1.txt
    12 Bytes
    Upload 1.txt about 2 years ago
  • 111
    7 Bytes
    23232 about 2 years ago
  • 111.docx
    0 Bytes
    Upload 111.docx about 2 years ago
  • 111.txt
    9 Bytes
    1111 about 2 years ago
  • 2.txt
    0 Bytes
    Upload 2.txt about 2 years ago
  • README.md
    636 Bytes
    initial commit about 2 years ago
  • ssss
    7 Bytes
    Create ssss about 2 years ago
  • test
    5 Bytes
    sss about 2 years ago