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
Upload v1.1 sample images
Browse files- images/00456-385678184.png +3 -0
- images/00480-2637171018.png +3 -0
- images/00520-3709171706.png +3 -0
- images/00579-2023609317.png +3 -0
- images/00621-3608404630.png +3 -0
- images/00682-1778317624.png +3 -0
- images/00693-375094247.png +3 -0
images/00456-385678184.png
ADDED
|
Git LFS Details
|
images/00480-2637171018.png
ADDED
|
Git LFS Details
|
images/00520-3709171706.png
ADDED
|
Git LFS Details
|
images/00579-2023609317.png
ADDED
|
Git LFS Details
|
images/00621-3608404630.png
ADDED
|
Git LFS Details
|
images/00682-1778317624.png
ADDED
|
Git LFS Details
|
images/00693-375094247.png
ADDED
|
Git LFS Details
|