Z-nonymous / sd_webui_batchscripts

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

Not working in WebUI 1.3.2 #7

Closed Trevor-Z closed 1 year ago

Trevor-Z commented 1 year ago

On AUTOMATIC1111' WebUI 13.2, I choose batchimagesA.py, paste a txt with the address for two images with embedded prompts, select override model, run, and get the following error:

Screenshot 2023-06-10 135359

Z-nonymous commented 1 year ago

What do you mean with "address" for the two images ? These should be path (from local filesystem). Can you share the syntax of your input file ?

Z-nonymous commented 1 year ago

Oh I see, I didn't read properly the error message, it seems your image contains a "Version" parameter that is not expected.

There's a quick fix to add:

 'Version': 'skip-14',

in the definition of arg_mapping in scripts/script_common.py

However, I need to figure out a more elegant way to get rid of unsupported parameters.

Z-nonymous commented 1 year ago

@Trevor-Z Should be working with the latest update.