Z-nonymous / sd_webui_batchscripts

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

added fix based on the dev commin in Automatic1111 #5

Closed racinmat closed 1 year ago

racinmat commented 1 year ago

Currently these scripts are broken, because the original script in https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/scripts/prompts_from_file.py is broken too. The Automatic1111 made a fix to the dev branch, so I copied the contents here https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/483545252f865334a6da84339126cefd59c3d885

I also refactored the shared code out to the script_common.py, because the code is duplicated.

Fixes #6

racinmat commented 1 year ago

ping @Z-nonymous

Trevor-Z commented 1 year ago

Should the extension be working again after this merge?

racinmat commented 1 year ago

Yes, it should is anything broken there?

Trevor-Z commented 1 year ago

I filed an issue: https://github.com/Z-nonymous/sd_webui_batchscripts/issues/7