Deepdanbooru-PyTorch Model Card
Deepdanbooru-pytorch is a modular, weight-compatible rewrite of TorchDeepDanbooru, with all original weights migrated into a model.safetensors
file for efficient loading.
Model Details
The complete implementation is available in the Pearisli/VisGen repository. You don’t need to clone the entire repo—simply copy the contents of deepdanbooru.py
and you’re all set.
Examples
# import or define class DeepDanbooruModel
from PIL import Image
model = DeepDanbooruModel.from_pretrained("pearisli/deepdanbooru-pytorch")
model = model.to("cuda")
image = Image.open("example.jpg").convert("RGB")
model.tag(image)
- Downloads last month
- 27
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support