Join the discussion
Write your take first — we'll ask for email only when you're ready to publish.
- Hacker News
- Noob question to all, is there any open source coding model that I can run on Mac mini 16gb?by iamyatin
- Qwen 9Bby jckahn
- I use Bonsai 27B ternary on my 24GB MBP. But, I believe you definitely can run it with 18 or even 8GB.by mrbonner
- I'd love to know what the alternatives are and how this is betterby tipiirai
- I totally agree with you.by v-mdev
- This will be a little faster right now on an M4 or M5 because it's optimized for Apple Silicon. Assuming this model is still state of the art in six months, which might not be a surprise given how long other video models have taken, this should be much, much faster with the M7 chip.by Schiendelman
- Anyone tried it with M4 Pro, 48GB of memory?by aaqaishtyaq
- How similar are Jeff Dean and Salvatore Sanfilippo?by abhinai
- People are really good at stuff.
I noticed on a bar TV the other day that some of the Chromecast screensaver landscape photo credits were to Peter Norvig. They were really lovely pictures.
- My favorite Jeff Dean fact is that he’s also antirez. Which reminds me of my favorite Salvatore Sanfilippo fact. He’s also Jeff Dean
- running this on an m1 max 64gb, it produces some really nice clips with music and audio, stitching the clips together after makes a nice short story generated entirely using a local ai system. It takes quite a while to generate each clip though, But at least it is working. I would like to know a few things:
-Optimal settings/configs examples for h3.c to help speed things up -Optimal recommended generation settings for each mac product, i am sure it is easy to do -Prompt generator assistant
Great work from the github author. The more i use it the more i realise i don't need a gui to generate video, just terminal.
My setup: Macbook #1 as a client Macbook #2 as server
-use macbook #1 terminal + ssh -run mactop in terminal tab to monitor Macbook #2's hardware during ai video generation -run h3.c on Macbook #2 via ssh session -transfer the output video file from macbook #2 to macbook #1 using terminal scp -view the video
by benbojangles - Alright I’ve been afraid to ask but have been having trouble finding
What are some adult entertainment workflows in comfyui, I need best loras, best prompts to start with
and the communities, are they on telegram or something?
by yieldcrv - a friend told me there's a reddit called: unstable diffusionby pferdone
- There will Reddit subs for it though couldn’t tell you which off top of my head
I’d personally steer clear of messaging platforms for this - who knows what one might stumble into there
by Havoc - This is a healthy question. We want to use these tools for regular old human needs and desires.by bahmboo
- H3 is quite uncensored, but was not trained on p0rn, so it has no anatomy clues needed to generate that kind of stuff. For softer adult content it is reported to be fine on Reddit.by antirez
- While you will find plenty of people willing to scam you to pay for “adult entertainment workflows”, the built in templates in ComfyUI for the model—perhaps dropping in a Lora Loader node for the a Turbo lora for speed—handle running the model, the subject matter adaptation isn’t really a workflow issue but one of reference/control images/audio/videos and prompting.
For Minimax H3, more than most models, you should read (and, if you are using an LLM for prompt assistance, make it sure it has access to) the official prompt guidelines, as each of the main models (fl2va that handles text-to-video and first- and/or last-frame-to-video and r2va that handles more complex reference cases) has its own structured prompt format (with many common features).
by dragonwriter - wow antirez does not sleepby c0rruptbytes
- Wow, had to check some of his other repos; his the one behind dump1090by punnerud
- Understatement of the year :-Dby mlmonkey
- when you have enough money to not have to worry about anything, you can go back to your hobbies. in this case, his hobby is programming.by behnamoh
- This still requires 128Gb of memory, right? Me and my lowly 96Gb, like a commoner; missing out on the fun.by TechSquidTV
- you should have a look at https://github.com/deepbeepmeep/Wan2GP which is the goto tool for "gpu poor", although as people below already pointed out you should be fine with comfyui's standard setup aswellby pferdone
- It shouldn't? Unless you're using BF16 for all weights (I'm using NVFP4 for the text encoder, otherwise everything BF16 (and audio F32)) you'll fit it all within 96GB VRAM, bugs non-with-standing :) I've been fitting this within 96GB VRAM without issues.
- From README:
> On the 128 GB M5 Max, clean end-to-end image+audio and embedded-video+audio renders completed in 74.58 and 76.99 seconds respectively, each with about a 40.1 GB peak physical footprint and zero swaps.
Looks like it uses 40GB? So your 96GB mac setup should work fine i guess (Model itself is 33B)
by thehamkercat - On my 128GB M4 Max Mac Studio, generating a 15s 480p video with MiniMax H3 in ComfyUI takes an hour and a half.
Put Codex to work on deploying it now, hoping the speed can improve quite a lot :-) Thanks anyway
by linzhangrun - For gods sakes, Apple let people have run other GPUs instead of these pissweak 2012 class mobile GPUs
- > Put Codex to work on deploying it now
Which codex?
by mandeepj - Please keep up posted about the results!by sscarduzio
- > On my 128GB M4 Max Mac Studio, generating a 15s 480p video with MiniMax H3 in ComfyUI takes an hour and a half.
That's crazy, a RTX Pro 6000 does that in in 2-3 minutes (give or take, depending on your exact settings). LLMs don't make the difference between standalone GPU vs unified memory + CPU so obvious as diffusion models seems to do.