cl_tagger / README.md
cella110n's picture
Upload 2 files
e6e216d verified

A newer version of the Gradio SDK is available: 5.29.0

Upgrade
metadata
title: CL EVA02 LoRA ONNX Tagger
emoji: 🖼️
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 4.43.0
app_file: app.py

WD EVA02 LoRA ONNX Tagger

This Space demonstrates image tagging using a fine-tuned WD EVA02 model (converted to ONNX format).

How to Use:

  1. Upload an image using the upload button.
  2. Alternatively, paste an image URL into the browser (experimental paste handling).
  3. Adjust the tag thresholds if needed.
  4. Choose the output mode (Tags only or include visualization).
  5. Click the "Predict" button.

Note:

  • This Space uses a model from a private repository (celstk/wd-eva02-lora-onnx). You might need to duplicate this space and add your Hugging Face token (HF_TOKEN) to the Space secrets to allow downloading the model files.
  • Image pasting behavior might vary across browsers.