Daniele

Results 18 issues of Daniele

Adding the ability to play on android auto as audio only would be a killer feature.

feature request
Priority: Low

I don't know if it's easy to implement right now or it may be postponed to the emoji rework later in the development cicle but i think that the emoji...

proposal
area: gestures
area: emoji-kaomoji

It would be great to be able to update github apps that are not fetched by the other providers. It could be done by the user manually adding the release...

low priority

Since Nvidia's cuBLAS support has been added it is possible to implement AMD's rocBLAS support as well? It would make this the first llama project with official support for AMD...

This pull request adds clear instructions about how to build llama.cpp on every platform with and without BLAS support.

With the upcoming changes in Arch related to the openblas package the Makefile workaround is no longer needed. [Change announcement](https://lists.archlinux.org/archives/list/[email protected]/thread/REXPJGNLOMBZAB47D5JYX4B3TM62YJTD/) This change requires the user to install the new blas-openblas...

I've implemented the [GITS](https://github.com/zju-pi/diff-sampler/tree/main/gits-main) scheduler using the code from [ComfyUI](https://github.com/comfyanonymous/ComfyUI/blob/master/comfy_extras/nodes_gits.py) as a reference. With Stable-Diffusion 1.5 models seems to work nicely, I can't test more models right now as I'm...

This pr implements the exponential scheduler. I've tested it and gives good results. I think this pr is already ready to be merged if no one finds any issue.

This pr is currently broken until I find a way to properly implement the samplers (currently they generate broken images).

ZSNR can improve the generated images colors by making it easier to obtain darker and brighter zones in the image: https://arxiv.org/pdf/2305.08891 (the paper already includes a python function as an...