User Tools

Site Tools


howto:stashface

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

howto:stashface [2025/04/19 21:42] – created Wulf Rajekhowto:stashface [2025/04/19 21:56] (current) Wulf Rajek
Line 1: Line 1:
 ====== Stashface ====== ====== Stashface ======
 +
 +Stashface is a Gradio web user interface with api endpoints for facial recognition, primarily for use with the Stash plugin Visage. It requires a vector database of the faces with references to the stashdb uuids and file with uuid to metadata mapping. A password protected zip file of the mapping is in the docker image and huggingface git source. An own database can be created using visage-ml.
 +The performers.json mapping file should be in the following format for stashface:
 +
 +<code - performers.json>
 +{
 +"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx": {"name": "Firstname Lastname", "image": "https://cdn.example.org/images/uuid", "country": "GB"},
 +"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx": {"name": "Firstname2 Lastname2", "image": "https://cdn.example.org/images/uuid", "country": "HU"}, 
 +"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx": {"name": "Firstname3 Lastname3", "image": "https://cdn.example.org/images/uuid", "country": "US"}, 
 +...
 +}
 +</code>
 +
  
 https://huggingface.co/spaces/cc1234/stashface https://huggingface.co/spaces/cc1234/stashface
Line 66: Line 79:
  
  
-Deprecated Visage version:+Deprecated Visage userscript version:
 https://github.com/cc1234475/visage https://github.com/cc1234475/visage
  
howto/stashface.1745095360.txt.gz · Last modified: 2025/04/19 21:42 by Wulf Rajek