ArtVentureX / sd-webui-agent-scheduler

627 stars 65 forks source link

Feature Request: Multiple find/replace in queue #171

Open LankyPoet opened 11 months ago

LankyPoet commented 11 months ago

In the queue, it would be wonderful to have the option to (for example) set a group of jobs to use a different sampler or model.

Currently I can do this individually. A large scale find/replace option would be great, as well as an option to hold shift or ctrl to multi-select jobs then make a change to just the selected jobs.

I ask this because I sometimes realize after adding a bunch of jobs that I want to make a change, and it would be tedious to manually recreate each prompt just to make 1-2 minor changes to the job.

As you can tell, I use and abuse your great extension! Thank you so much for your effort.

artventuredev commented 11 months ago

You can experiment with the export-import branch, which introduces a new Export/Import feature. Essentially, you can export the queue to a JSON file, modify it, and then re-import it. This feature also allows you to export a few tasks as templates for quick duplication and queuing of multiple tasks.