Maurdekye / training-picker

Extension for stable-diffusion-webui that allows the user to mux through the keyframes of a video, and automatically pick and export training examples from individual keyframes.
109 stars 16 forks source link

Incorrect videos search path #11

Open PublicSecuritySection9 opened 1 year ago

PublicSecuritySection9 commented 1 year ago

Installing training-picker from the stable-diffusion-webui Extensions path will place training picker under the extensions/ subfolder, ie,

[sd-webui-root]/extensions/training-picker

but the training-picker.py builds the video search as if expecting it to be in

[sd-webui-root]/training-picker

It'd be ideal if the search folder were configurable so external folders could be used, but at the least, it's probably best if the path were built relative to where the training-picker.py was located.

Maurdekye commented 1 year ago

The folder should be configurable; have you checked the settings tab if the webui? There should be a section there for the extension where you can change where the folder is located.