NeedsMoar
NeedsMoar
This would probably be easier to build for android since there's a visual studio solution file and visual studio can target android if you install the cross tools. I'm guessing...
Just for another data point, when I was still using Adobe Photoshop last year, their "best compression" option which would try multiple compression parameters to try to find the optimal...
Odd, 819 is the last version that _does_ work for me. After that everything fails with compilation errors until 872, but _that_ version has exactly the same freeze you're getting...
When you start it up, what GPU does it say it's using? It's unlikely the intel integrated graphics have enough support to run metal shaders and it might be attempting...
Right click->bypass is the "this should be bypassed" state in comfy (or use control flow nodes if you need to do it programmatically. Denoise == 0.0 should at best print...
The LatentBatchSeedBehavior node set to fixed will produce very similar images across a batch, the default is random I think. It should be a built-in node.
[Source Sans Pro](https://www.fontsquirrel.com/license/source-sans-pro) along with the whole "Source" family of fonts I believe is under the SIL font license which is incredibly permissive and only states that the font, by...
That site I linked above can transform it into a webfont if necessary for embedding, btw. Edit: pixelass found a direct link to one so that's even easier.
> The Issues page has been a complete mess lately, one guy's trying to run on a 1030, another's trying to run without Git, just do some basic research, FFS....
AFAICT (it's been a while since I looked at the python source code because a different UI was being slow), python's mmap is just a blind implementation of POSIX mmap...