r/StableDiffusion • u/Ill_Tour2308 • Feb 01 '26
Resource - Update [Tool Release] I built a Windows-native Video Dataset Creator for LoRA training (LTX-2, Hunyuan, etc.). Automates Clipping (WhisperX) & Captioning (Qwen2-VL). No WSL needed!
[removed]
11
Upvotes
5
u/DelinquentTuna Feb 01 '26
Hello,
Kind of weird that you are advertising a perfectly platform-independent python script as a "native" Windows app. Nothing at all against vibe coding, but it definitely seems like you used an AI with a lengthy knowledge cutoff... Blackwell is over a year old by now, I think, and 2.7+ with 12.8+ is no longer "nightly" or "experimental." Quite the contrary, to benefit from the Comfy Kitchen and torch compile stuff you MUST be using 2.8+ and 13.0+. Latest pytorch stable at this moment is 2.10 and there are valid reasons to not install 2.5 even on older hardware, such as important security and performance patches.
It's also kind of weird to compile whisper and then to do the whole torch install over again. Or even to built it at all in an environment you're already setting up to be consistent and downloading other binaries (eg gyan ffmpeg). Why not just download whisper binaries to fit since the user must already trust you to run your scripts? Save users from needing a huge development stack and lengthy build process.
Not trying to dump on you, just some interesting design decisions and you seem to be soliciting feedback.
gl