Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

local LLMs on Mac are getting good. but the workflow around models is still messy. you have models in: •⁠ ⁠LM Studio •⁠ ⁠Ollama •⁠ ⁠Hugging Face cache •⁠ ⁠random folders •⁠ ⁠manual downloads and every runtime expects something slightly different. we built ModelHub to clean up this layer....

31,497 Aufrufe • vor 3 Monaten •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

🐆 Rapid-MLX v0.12 is here. We’ve officially evolved from a simple chat app into a full-fledged, on-device AI studio for Apple Silicon! 🖥️✨ We didn't just push the MLX inference engine to its limits and expand support for a massive lineup of local open-source models—we are alpha-launching the highly anticipated Desktop Version. (A huge shoutout to the IoTeX community for grinding through the closed beta with us. Your feedback was incredible and helped shape this beast.) Here are the game-changing features you can run on your Mac right now, 100% free and 100% offline 👇 🚀 Blazing Fast Local LLMs Run anything from 4B up to Qwen3.5-122B completely offline. No guessing games—we recommend models matched perfectly to your Mac's actual RAM. Rich chat includes syntax highlighting, markdown tables, and honest tok/s metrics. 🎨 Local Image Generation A brand new Images tab to render directly on your machine. Pick a model (FLUX.2-klein, Z-Image-Turbo), prompt, and refine. Everything lands in a visual filmstrip. 👁️ Vision & Live Web Tools Attach an image and chat about it with local vision. Need real-time data? Our built-in web tools (weather, search, page-fetch) run mid-answer with strict, transparent privacy controls. 🤖 Plug-and-Play Coding Agents Wire up Claude Code, Codex, Cline, or Continue in seconds. One copy-paste from the Launch tab spins up a local OpenAI/Anthropic-compatible endpoint. 🔒 Private by Design Everything runs on-device. Signed, notarized, and entirely local. Your data stays yours. Turn your Mac into an AI powerhouse today. ⚡️

raullen

33,889 Aufrufe • vor 12 Tagen

no money for grok or midjourney? this tool is for you. there's a FREE tool created by an anon dev. open-source. runs locally. 117k stars on github. it generates: > images & video > 3d models > audio > 20+ models here's how to set it up in under 5 minutes: 1️⃣download ComfyUI Desktop go to and grab the desktop app for your system. windows 10+, mac (apple silicon), or linux. it installs like any normal app, it sets up python and every dependency for you in the background. no terminal, no config files. 2️⃣open it first launch, it spins up its own environment automatically. you just wait a few seconds and you're in. you'll land on a node canvas, that's the whole interface. 3️⃣load a starter workflow top menu → Workflow → Browse Templates → Image Generation. click it. this drops a ready-made setup onto your canvas so you don't build anything from scratch. 4️⃣grab a model comfyui ships empty on purpose, the model is the brain, and you pick it. in the template, the "Load Checkpoint" node has a Download button when no model is installed. click it. it pulls one in for you (a few GB, this is the only real wait). 5️⃣install ComfyUI Manager this is the one add-on you don't skip. it lets you install models, custom nodes, and updates with a click instead of the command line. grab it from github (link in comments). it's the difference between fighting comfyui and flying in it. one honest note: an NVIDIA gpu makes this fast, apple silicon works great too, and a weak machine still runs it just slower. that's the whole setup. you now own an image, video, and 3D studio that costs you nothing per month. save this. and the next time grok or midjourney asks for your card. you won't need it. disclaimer: comfyui itself is 100% free. so are the local models (sdxl, flux, wan 2.2, ltx-2). some premium models like seedance are pay-per-use api models, only if you want top-tier quality. the free local ones cover most of what you need. (github link in the comments) follow and turn on post notification for daily AI contents.

m0h

14,542 Aufrufe • vor 2 Monaten

Why I use Cline - a free VS Code plugin - for AI engineering. Saoud Rizwan has: Flexible context management: It lets you include only what's relevant, making it ideal for large codebases. Attach files, folders, URLs and problems. Visualizes how much of the context window you've used too. Model flexibility: Cline isn't tied to one provider; it supports models from Anthropic, DeepSeek, Google Gemini, OpenAI, local models (via ollama or LM Studio) and more, allowing you to switch models for cost efficiency and capability. Plan/Act Modes: The v3.2.6 update introduces modes for designing solutions (Plan) or direct implementation (Act), providing control when you need it most. DeepSeek-R1 (Plan) + Claude 3.5 Sonnet (Act) workflow: This hybrid approach can reduce costs by up to 97% while improving output quality. DeepSeek as an architect, Sonnet for implementation. Checkpoints: Beyond git, Cline captures workspace states, offering granular rollback and comparison, especially useful for exploring solutions or debugging. Runtime awareness: Cline's integration with running systems is a game-changer, allowing real-time interaction with browsers (automatically check UI, interactions) and terminals to verify changes. Model Context Protocol (MCP): This allows for custom tool integration, making Cline extensible for specific enterprise needs without complex prompt engineering. How does it compare to alternatives? Cline shines with its system-level integration, model flexibility, and control, though it requires more attention to model selection and cost. My take: Cline aligns with professional engineering practices, offering control, visibility, and extensibility for complex system development. Totally worth considering for serious engineering teams.

Addy Osmani

53,487 Aufrufe • vor 1 Jahr