正在加载视频...

视频加载失败

KDTalker is really wild 🤯👇 - Can run on single 4090 or 3090 🤩 - Uses Diffusion for generating audio-driven Talking Portraits - Preserves character identity with fine facial details - Expressions change with the speech, giving high pose diversity

84,174 次观看 • 1 年前 •via X (Twitter)

7 条评论

Gradio 的头像
Gradio1 年前

Play with the official gradio app: Code: Coming very soon to the @huggingface Spaces 🤗

TurboScribe 的头像
TurboScribe1 年前

What REAL customers say about TurboScribe's unlimited AI transcription 👇 🇺🇸 "Not only does it transcribe with amazing accuracy, it also filters out a ton of the unnecessary noise associated with pauses in audio. Keep up the great work!" - Kevin

Abubakar Abid 的头像
Abubakar Abid1 年前

cc @freddy_alfonso_

migero 🤌🥕🐇 的头像
migero 🤌🥕🐇1 年前

enjoy your celebrities trying to sell you crypto in near future with this ......

Figure 的头像
Figure1 年前

kdtalker never sleeps

Ricci👁 的头像
Ricci👁1 年前

Looking forward to accessing Comfyui

stephen 🌿 的头像
stephen 🌿1 年前

@super_bavario

相关视频

Auto regressive LLMs are officially on notice. run Gemma 4 26B diffusion gguf with llama.cpp Google just dropped DiffusionGemma-26B, and it completely flips how we generate text. instead of predicting words one by one, it generates 256 tokens in parallel using bi-directional attention. its like stable diffusion, but for language. the model starts with random text "noise" and iteratively refines and self-corrects the entire block in real-time to fix formatting and reasoning errors on the fly. since it’s a Mixture of Experts (MoE) that only activates 3.8B parameters during inference, it fits perfectly on consumer hardware. You can run the Q4_K_M quant with an 18GB VRAM budget on a single RTX 3090 or RTX 4090 with exceptional throughput. Tested on Ubuntu 22 with CUDA 13.1 using the cutting edge experimental llama.cpp branch. Here is how to compile and run it with the live terminal denoising visualizer: # 1. Clone & check out the experimental PR (#24423) - 1) git clone && cd llama.cpp -git fetch origin 2) pull/24423/head:diffusiongemma && --git checkout diffusiongemma # 2. Build with CUDA support 1) cmake -B build -DGGML_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES=native 2) cmake --build build -j $(nproc) --config Release --target llama-diffusion-cli # 3. Run with live visual denoising (llama.cpp flags) ./build/bin/llama-diffusion-cli \ -m /path/to/diffusiongemma-26B-A4B-it-Q4_K_M.gguf \ -ngl 99 -cnv -n 2048 --diffusion-visual Watch the video below to see the live --diffusion-visual canvas iteratively de noising the prompt output in real time. guide and unsloth's hugging face GGUF model links are in the comments below! Is auto regressive generation officially legacy tech? Let me know what you think.

Alok

52,656 次观看 • 1 个月前