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 VampireFangs_v1.1.safetensors
Browse files
VampireFangs_v1.1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56258a4626fbac9decb4517a63b75fc7015c32973cceeae5be981f931165eec4
|
| 3 |
+
size 26196252
|