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 15 forks source link

Issue with importing ffmpeg package #27

Open ssesweb opened 1 year ago

ssesweb commented 1 year ago

I would like to report an issue with importing the ffmpeg package in your code. After installing the required dependencies and setting up the environment, I encountered a ModuleNotFoundError for the ffmpeg package when running the code.

Upon further investigation, I realized that the issue was due to the case sensitivity of the package name. While the package installed using pip is "FFmpeg", the code requires the package name to be "ffmpeg".

I suggest updating the documentation to reflect this difference in package naming to prevent similar issues for future users. Thank you for your attention to this matter.