Hero Image
Articles

懷舊遊戲 See exactly what changed between two 3D models Github episteme: A multi-platform document and e-book reader. VictoriaMetrics: fast, cost-effective monitoring solution and time series database palmier-pro: macOS video editor built for AI A web browser extension for Chrome, Firefox, Edge, and Safari 14. Open-source credential gateway with a built-in vault. give your AI agents access to services without exposing keys. Desktop app to generate 3D models from images using local AI — runs entirely on your GPU darktable is an open source photography workflow application and raw developer Privacy oriented video player for iOS, tvOS and macOS Examples in the MLX framework Container registry which transparently builds images using the Nix package manager. Self-Hosted ReClip: Download videos from almost any website. Lightweight, self-hosted media downloader with a clean web UI. Sync-in Server · Sovereign platform for file storage, sharing, synchronization, and collaboration. 🏖️ A serverless, open-source file hosting solution built on Cloudflare. Supports image hosting, secure file storage, and personal cloud drive capabilities. FUSE-based file system for replicating SQLite databases across a cluster of machines A Go-based API that acts as a bridge to the ComfyUI backend Skill Skills for teaching agents how to build on Cloudflare. everything claude code: The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond. 逆向/渗透/安全技能路由包 - AI 自动路由 + 按需自举工具链 + 自动进化经验库 | 支持 Claude Code / Kiro / Cursor / Cline 等代码 AI 客户端 An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms Article https://pkg.go.dev/golang.org/x/tools/go/analysis Go 语言技能:AI 时代的 Go 开发工具链

Hero Image
Local LLM on MacBookPro - Audio/Video

Video https://huggingface.co/Wan-AI https://github.com/Wan-Video/Wan2.2 https://github.com/Blaizzy/mlx-video https://huggingface.co/fishaudio/s2-pro Install uv tool install git+https://github.com/Blaizzy/mlx-video.git Download Model HF_HUB_DISABLE_XET=1 hf download Wan-AI/Wan2.2-TI2V-5B --local-dir Wan2.2-TI2V-5B --max-workers 1 HF_HUB_DISABLE_XET=1 hf download Wan-AI/Wan2.2-T2V-A14B --local-dir Wan2.2-T2V-A14B --max-workers 1 Convert ~/.local/share/uv/tools/mlx-video/bin/python -m mlx_video.models.wan_2.convert \ --checkpoint-dir models/Wan-AI/Wan2.2-TI2V-5B \ --output-dir models/Wan-AI/Wan2.2-TI2V-5B-mlx ~/.local/share/uv/tools/mlx-video/bin/python -m mlx_video.models.wan_2.convert \ --checkpoint-dir models/Wan-AI/Wan2.2-T2V-A14B \ --output-dir models/Wan-AI/Wan2.2-T2V-A14B-mlx \ --dtype bfloat16 Run Wan2.2-TI2V-5B t2v mlx_video.wan_2.generate \ --model-dir models/Wan-AI/Wan2.2-TI2V-5B-mlx \ --prompt 'A cinematic aerial shot of the Great Wall of China at sunrise' \ --width 1280 \ --height 704 \ --num-frames 81 \ --steps 40 \ --guide-scale 5.0 \ --shift 5.0 \ --scheduler unipc \ --seed 3478 \ --output-path video/great_wall1.mp4 i2v mlx_video.wan_2.generate \ --model-dir models/Wan-AI/Wan2.2-TI2V-5B-mlx \ --prompt 'A cat is boating on the river' \ --image models/Wan-AI/Wan2.2-TI2V-5B/examples/i2v_input.JPG \ --width 1280 \ --height 704 \ --num-frames 81 \ --steps 40 \ --guide-scale 5.0 \ --shift 5.0 \ --scheduler unipc \ --seed 13633 \ --output-path video/cat.mp4 Wan2.2-T2V-A14B mlx_video.wan_2.generate \ --model-dir models/Wan-AI/Wan2.2-T2V-A14B-mlx \ --prompt 'A cinematic aerial shot of the Great Wall of China at sunrise' \ --width 1280 \ --height 720 \ --num-frames 81 \ --steps 40 \ --guide-scale 3.0,4.0 \ --shift 12.0 \ --scheduler unipc \ --seed 11846 \ --output-path video/great_wall2.mp4 Upload HF_HUB_DOWNLOAD_TIMEOUT=120 HF_HUB_DISABLE_XET=1 hf upload-large-folder rickylin20260522/Wan2.2-TI2V-5B-mlx models/Wan-AI/Wan2.2-TI2V-5B-mlx --repo-type model --num-workers 2 Audio https://huggingface.co/MediaTek-Research Install brew install ffmpeg uv pip install mlx mlx-audio Convert model python -m mlx_audio.convert \ --hf-path models/MediaTek-Research/Breeze-ASR-25 \ --mlx-path models/MediaTek-Research/Breeze-ASR-25-mlx \ --dtype bfloat16 \ --model-domain stt audio ffmpeg \ -i ~/Downloads/talk.m4a \ -ar 16000 \ -ac 1 \ -c:a pcm_s16le \ ~/Downloads/talk.wav Run STT