AmericanPresidentJimmyCarter / yasd-discord-bot

Yet Another Stable Diffusion Discord Bot
MIT License
112 stars 15 forks source link

Store additional metadata in Jina DocArray tags #37

Closed aaronsantiago closed 2 years ago

aaronsantiago commented 2 years ago

Title. Some good tags to have:

AmericanPresidentJimmyCarter commented 2 years ago

The easiest things to store from the current architecture of the software are the user ID and the original ID. If you need the guild and channel that could be added, but I can more easily do the other two if that suffices. The develop branch also has a lot of other information related to the request now stored in the docarray document.

aaronsantiago commented 2 years ago

Guild and channel aren't nearly as important to me as user ID and original ID. Looking thru what's on develop it includes the API and other parameters for the run which is great!