-
-
I managed to get most algorithms running on the Sparse regression example, but not the DRLS algorithm. I guess it should be applicable to sparse regression, but what needs to be done with:
drls = Pro…
-
-
Sometimes the input comes with DPI 600 or beyond. It seems to me this makes eynollah become much slower. Larger resolution might be needed for newspapers, but there is always a point at which result q…
-
There're a few solutions for upscaling applications (free IntegerScaler, paid Lossless Scaling) which use [Windows Magnification API](https://docs.microsoft.com/en-us/previous-versions/windows/desktop…
-
Hello,
I am researching P2P solutions and am wondering how well Hivemind scales?
Thanks
-
### Your question
Is there a node for FLUX that supports TiledSampler? The ones I've tried don't work with UNet models, and this could help generate larger images on weak graphics cards.
I have a …
-
A nice example of where `optimal` performs worse than `greedy` in practice. `optimal` (9s), `greedy` (1.1s), `optimal, (10**7)` (0.8s).
```python
import numpy as np
x = np.random.randn(100, 300…
-
The developed image in the Editor looks too soft when it is downscaled (zoom level below 100%). A similar softness affects the thumbnails in the File Browser.
Here is a comparison between RawTherap…
-
Is that possible to add a method to PCA-algorithms to extract the important features?
I like the approach for classical PCA, but struggle how to adapt to methods from **mlxtend** library
```
def …