Peter Sdobnov
Peter Sdobnov
While compiling GTK3 with `python .\build.py build -p x64 -c release gtk3-full --vs-ver=15`, Windows SDK version 8.1 ``` Building project glib (2.68.3) [1/819] Compiling C object gio/gio-2.0-0.dll.p/gwin32packageparser.c.obj FAILED: gio/gio-2.0-0.dll.p/gwin32packageparser.c.obj "cl"...
``` "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\ml.EXE" "/Fo" "src/x86_win64_intel_S.obj" "/c" "src/x86_win64_intel_S.i" Assembling: src/x86_win64_intel_S.i src/x86_win64_intel_S.i(965) : error A2071:initializer magnitude too large for specified size src/x86_win64_intel_S.i(965) : error A2013:.MODEL must precede this...
I noticed that the generated asm code loads the same value into the same register multiple times. The old Mathpresso (with an old AsmJit) version that I used before didn't...
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? Put `\n`...
It would be really nice to have more control on the extended video.
Not sure exactly why, but *sometimes* after manipulating latents with `LTXV Add Latents` I get this error ``` ".../ComfyUI-LTXVideo/latents.py", line 80, in select_latents s["noise_mask"] = s["noise_mask"][:, :, start_idx : end_idx...
There is a strange discrepancy between `LTXVAddLatentGuide` > Latent index to start the conditioning at. **Can be negative to indicate that the conditioning is on the frames before the latent.**...