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

ottopilot
/
VampireFangs

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

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

  • Libraries
  • Diffusers

    How to use ottopilot/VampireFangs with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("ottopilot/VampireFangs")
    
    prompt = "Comic book art, candid, Barbara Gordon, Batgirl, vampire, fangs, (white skin:1.1),  long auburn hair, hypnotic (yellow:0.3) eyes, purple costume, (bloody mouth and clothing:1.2),  highly detailed, art by Adam Hughes and Bryan Hitch, outdoors, night, Gotham City,  blood red moon, gothic horror theme, ominous, corruption, bloodlust, heroine turned evil  <lora:LORA-XenoDetailer-v3A:0.3> <lora:VampireFangs_v1.1:1>"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
VampireFangs
51.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
ottopilot's picture
ottopilot
Update README.md
b5de7d9 verified about 2 years ago
  • images
    Upload v1.1 sample images about 2 years ago
  • .gitattributes
    2.31 kB
    initial commit about 2 years ago
  • README.md
    5.48 kB
    Update README.md about 2 years ago
  • VampireFangs_v1.1.safetensors
    26.2 MB
    xet
    Upload VampireFangs_v1.1.safetensors about 2 years ago
  • VampireFangs_v1.safetensors
    7.92 MB
    xet
    Add 12 files about 2 years ago