daveschumaker / artbot-for-stable-diffusion

A front-end GUI for interacting with the AI Horde / Stable Diffusion distributed cluster
https://tinybots.net/artbot
MIT License
172 stars 40 forks source link

Add additional information to the worker list #44

Closed jug-dev closed 1 year ago

jug-dev commented 1 year ago

The worker list here could have additional useful/interesting information added about workers: https://tinybots.net/artbot/info/workers

All of these are in the worker data returned from the API endpoint here: https://stablehorde.net/api/v2/workers

Small extract example of which is here:

[
   {
      "max_pixels":262144,
      "megapixelsteps_generated":945099.0,
      "img2img":true,
      "painting":false,
      "post-processing":true,
      "requests_fulfilled":104860,
      "kudos_rewards":1118794.0,
      "kudos_details":{
         "generated":835725.0,
         "uptime":288350
      },
      "performance":"0.3 megapixelsteps per second",
      "threads":1,
      "uptime":3596070,
      "maintenance_mode":false,
      "info":"Quadro P4000 8 GB",
      "nsfw":true,
      "trusted":false,
      "flagged":false,
      "uncompleted_jobs":416,
      "models":[
         "Yiffy",
         "stable_diffusion",
         "Dreamshaper",
         "Realistic Vision",
         "ACertainThing",
         "Deliberate",
         "waifu_diffusion",
         "Liberty",
         "Anything Diffusion",
         "Dreamlike Photoreal",
         "PPP",
         "mo-di-diffusion",
         "Midjourney Diffusion"
      ],
      "team":{
         "name":null,
         "id":null
      },
      "bridge_agent":"AI Horde Worker:14:https://github.com/db0/AI-Horde-Worker",
      "name":"FiFo-001",
      "id":"23499b5a-48d3-40a1-8ddb-75cd6e576e1f",
      "online":true
   },
daveschumaker commented 1 year ago

Thanks to @evguu ! This went live earlier today.