Splendide Imaginarius
Splendide Imaginarius
This PR implements an "Add Image Diff" node. The intended usage looks like this: 1. I have a high-res image "HQ.png" and a low-res image "LQ.png", with identical content. 2....
**Motivation** Support for Segment Anything via PyTorch was already proposed in https://github.com/chaiNNer-org/chaiNNer/issues/1726. However, that seems to be a nontrivial effort and hasn't been implemented yet. **Description** Stable Diffusion WebUI has...
Currently, OpenAL Soft supports 8-bit and 16-bit integer formats, and 32-bit float formats, but doesn't seem to support 32-bit integer formats. It would be nice if `AL_FORMAT_MONO32` and `AL_FORMAT_STEREO32` could...
Required for `std::uint32_t` etc. Fixes build on Fedora 38.
The README says: > **Note:** Each project in this repository has different license terms. See the individual folders for details. I realize that it would be unwieldy to list all...
This code is pretty clearly assuming CUDA: https://github.com/joeyballentine/ESRGAN/blob/b13baabcdac1ab098ae91debce7e1ce85bc48f7c/utils/dataops.py#L44-L55 When doing CPU inference (at least on most Linux systems), an out-of-memory error won't result in a CUDA exception, it will just...
Among other things, this allows performing a consistent color transfer operation to multiple input images, or performing a color transfer to a large image based on the color difference in...
Continuing from @pifroggi's comment at https://github.com/chaiNNer-org/chaiNNer/pull/2714#discussion_r1562065046 > My thinking with mentioning Rife in the name was in case in the future different kinds of alignment methods are added. For example...
Hi, could you please clarify the license on this repo?
As best I can tell, chunks expose the decoded audio data to API consumers, but must decode the entire file first; music can decode the audio in real-time but doesn't...