Z-nonymous / sd_webui_batchscripts

Some batch scripts for use with stable-diffusion-webui
MIT License
9 stars 3 forks source link

Not sure how to execute any of the scripts #2

Closed johneliot1978 closed 1 year ago

johneliot1978 commented 1 year ago

sorry to be dense :) i've installed as an extension, but where abouts/how do i go about running any of the 3 batch scripts? I cant seem to find them in the UI in Scripts drop down or elsewhere in GUI, and not obvious from readme how to kick em off.

johneliot1978 commented 1 year ago

found where it should be and what it should be called, but it's just not listed in the scripts combo on txt2img

# The title of the script. This is what will be displayed in the dropdown menu.
def title(self):

    return "Batch from PNGINFO"

any ideas?

johneliot1978 commented 1 year ago

placed the .py files inside a "scripts" folder within the "sd_webui_batchscripts" folder and they are showing in the UI in the scripts combo now