AUTOMATIC1111 / stable-diffusion-webui-extensions

Extension index for stable-diffusion-webui
505 stars 266 forks source link

add sd-webui-video-extras-tab #266

Closed light-and-ray closed 9 months ago

light-and-ray commented 10 months ago

Info

https://github.com/light-and-ray/sd-webui-video-extras-tab This extension is needed to process video frame by frame inside extras tab.

Checklist:

light-and-ray commented 10 months ago

Important thing I understood while developing the extension is\ shared.state.assign_current_image(image_data)\ And later:\ image_data.close()\ Inside postprocessing.py is a reason of random crashes in extras tab. I broke my whole head, before i tested it with regular big batch from dir. )) It should be fixed. Maybe I will make a PR inside webui later. And also it's better to use output images as preview, it can solve two problems by one time.

light-and-ray commented 9 months ago

I've made https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14699

w-e-w commented 9 months ago

I was just reading that PR moments ago

tip youi can write your commsnts like this

- https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14699

and it will look like this

w-e-w commented 9 months ago

some issues doesn't prevent it from you you're working, I fixed some of it