Michael Schmidt
Michael Schmidt
Fixes #313. Changes: - Removed all uses of `shlex.split`. Since windows paths use `\`, string interpolation + `shlex.split` will result in those backslashes being interpreted as escape sequences. So I...
### Provide environment information > Please run `which python; python --version; python -m pip list | grep gdown` in the root directory of your project and paste the results. This...
### Provide environment information Python: 3.8.2 gdown: main ### What OS are you using? Windows 10 ### Describe the Bug All the logic using `os.path.sep` is incorrect on Windows, because...
### Bug description Going to settings and taping "Clear logs" does not clear logs. This is easy to see using the "Share logs" option. Steps: 1. Use "Share logs" to...
So I have a question about code organization in `lib/utils`: how does it work/what is the structure behind it? I wondered this for a long time. From my perspective, it...
As I described in https://github.com/rust-ndarray/ndarray/issues/1339, an array with `IxDyn` has 10x slower iteration performance than an equivalent array using a fixed-size index. This has wide-reaching implications, as this means that...
### System Info OS: Win 10 64 bit Python: 3.9.13 SafeTensors: 0.4.2 ### Information - [ ] The official example scripts - [X] My own modified scripts ### Reproduction Loading...
### Discussed in https://github.com/chaiNNer-org/chaiNNer/discussions/2687 Originally posted by **ShirfyM** March 20, 2024 Is there any way to render the video to transparent MP4 (HEVC) and WEBM transparent?
This PR adds a specification for the new iterator system. The system and its behavior are quite complex, so I wanted to write all of it down before even attempting...
This adds support for lazily-computed node outputs via the new `Lazy[T]` class. Caveats: - Broadcasts are not supported for lazy outputs. - Since lazy output values are computed by `enforce_input`,...