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

  • Log In
  • Sign Up

jarod2212
/
VelvetReal_XL

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

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

  • Libraries
  • Diffusers

    How to use jarod2212/VelvetReal_XL with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("sdxl", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("jarod2212/VelvetReal_XL")
    
    prompt = "-"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
VelvetReal_XL
377 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
jarod2212's picture
jarod2212
Update README.md
9ee404d verified 5 days ago
  • images
    Add 10 files 5 days ago
  • .gitattributes
    2.31 kB
    initial commit 5 days ago
  • README.md
    4.37 kB
    Update README.md 5 days ago
  • Velvet_Real_XL.safetensors
    371 MB
    xet
    Add 10 files 5 days ago