ArtVentureX / sd-webui-agent-scheduler

620 stars 63 forks source link

May I ask if there is a picture generated after the update, only the json data of one image will be returned? #73

Closed Bruce337f closed 1 year ago

Bruce337f commented 1 year ago

When I use the img2img function, the parameter batchzie setting is invalid. When the batchsize is 3, only one image is returned, but the txt2img function can be used normally. Where do I need to reset the parameters?

It's good work!

Bruce337f commented 1 year ago
{
  "success": true,
  "data": [
    {
      "image": "data:image/png;base64,iVBORw0KGgoAAAAN...",
      "infotext": "1girl\nNegative prompt: EasyNegative, badhandv4..."
    }
  ]
}
artventuredev commented 1 year ago

This should be fixed on the last commit.

Bruce337f commented 1 year ago

thx your fast speed,It's good woek!!