Viewing profile — r-k-jo
r-k-jo
HN member- Joined
- Sat, Dec 03, 2016, 11:42 AM UTC
- HN karma
- 33
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About r-k-jo
No profile information was provided.
Recent public activity
-
comment
Comment #39998846
You can also target WASM. Depending on the model size, it can be really good. Here are some examples of quantized models. Vision Model https://huggingface.co/spaces/radames/Candle-…
- story
-
comment
Comment #39507984
Clipper.js is built on top of Mozilla's Readability library, Turndown to convert HTML to Markdown https://github.com/philschmid/clipper.js
-
comment
Comment #39477321
It's using ~15GB VRAM
-
comment
Comment #39477290
I also made a demo with Gradio, but it's 2x slower than fal.ai! Using stable-fast compilation running on a single A10G https://huggingface.co/spaces/radames/Real-Time-Text-to-Imag.…
- story
-
comment
Comment #38244630
Here is a collection of demos with fast LCM on HuggingFace https://huggingface.co/collections/latent-consistency/latent...
-
comment
Comment #38075332
yes, just publish it on the readme.me here https://github.com/radames/Real-Time-Latent-Consistency-Mode...
-
comment
Comment #38075325
Hi, I've built the demo. Unfortunately, it's running on a single GPU and can only be used concurrently by a few users. For a better real-time experience, you would need a dedicated…
-
comment
Comment #37538087
Powered by Candle Rust compiled to Wasm: https://github.com/huggingface/candle
- story
- story
-
comment
Comment #37140242
Here's a live demo on HuggingFace https://huggingface.co/spaces/SpacesExamples/Fooocus
-
comment
Comment #36503177
https://twitter.com/ClementDelangue/status/16733486764780257...
-
comment
Comment #36475154
Yes, that's an unofficial implementation. The official implementation seems faster. Here is a demo for it https://huggingface.co/spaces/radames/DragGan "
-
comment
Comment #36475139
Here is a live demo https://huggingface.co/spaces/radames/DragGan
-
comment
Comment #36465055
Hugging face hub Python library has a Rust package to accelerate downloads https://github.com/huggingface/hf_transfer > This library is a power user tool, to go beyond ~500MB/s on …
- story
- story
-
comment
Comment #34010251
Amazing project! Here is a demo including an input for negative prompt. It's impressive how it works. You can try: prompt: relaxing jazz melody bass music negative_prompt: piano mu…
-
comment
Comment #32845433
hi thanks for building this! Could you also enable a simple search by matching exactly words from the caption text? rather than semantic similarity?
-
comment
Comment #31485704
Hi Sam, I'm big fan of your work! Coincidently, I just made a simple POC video editor by editing text using this speech to text model https://huggingface.co/facebook/wav2vec2-large…
- story
- story
-
comment
Comment #27933804
No worries, it seems like using tensorflow.js and running locally on your browser. https://github.com/tensorflow/tfjs-models/tree/master/face-l... here is as a live demo from googl…