Radamés Ajna
Radamés Ajna
Hi @patriciogonzalezvivo, Thanks for working on this fantastic library! Do you have plans to release it in a more web-friendly version? What would be the best pattern if that's the...
It would be great to have an option to amend a commit. That's useful when you want want to re-add a file and keep in the same history or keep...
It would be great to have an option to support `git push --force` That's useful when you want to override the git history. related #953 example ``` git add ....
Hi, I'm big fun of this project for many years! Thanks for workin on it. Have you thought about compiling it to [WASM](https://developer.mozilla.org/en-US/docs/WebAssembly/C_to_wasm)? It seems like a webclient would be...
Newest NDK and OpenCV for Android won't compile using the usual NDK builder way. According to OpenCV developers is better and easier to use Cmake tools on Android Studio https://github.com/opencv/opencv/issues/10229...
Here is a simple idea inspired by the Chrome dev tools inspector. I understand why very long string values need to be truncated. However, sometimes, you want to inspect its...
### Describe the bug On iOS and Safari, if you switch between video sources the player stop working. It get stuck on a weird state https://huggingface.co/spaces/haoheliu/audioldm-text-to-audio-generation maybe related #2987, and...
simple toggle between audio source, it's fun to record it straight from an audio input interface
Add share to community button for Hugging Face Spaces
Demo Notes * Frontend in Svelte * Backend: FastAPI / WebSocket / MJPEG stream * Wrapper is copied and modified here to accept a prompt for `img2img` and `engine_dir`, allowing...