explaingit

bambushu/krea2-turbo-mac

Analysis updated 2026-05-18

3Audience · vibe coderComplexity · 4/5Setup · hard

TLDR

A ready-made ComfyUI workflow and troubleshooting guide for running the Krea 2 AI image generator locally on Apple Silicon Macs.

Mindmap

mindmap
  root((Krea 2 Turbo on Mac))
    What it does
      Local AI image generation
      ComfyUI workflow file
      Commercially licensed output
    Tech stack
      ComfyUI
      Apple Silicon
      PyTorch MPS
    Use cases
      Local commercial image gen
      Pre-tuned settings
      Lower RAM alternative
    Audience
      Vibe coders
      Mac AI hobbyists
    Gotchas
      Batch size limits
      LoRA strength trap
      Memory requirements

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Generate commercially licensed AI images locally on a Mac without cloud costs.

USE CASE 2

Load a pre-tuned ComfyUI workflow instead of guessing model settings yourself.

USE CASE 3

Run image generation on lower RAM Macs using the lighter model variant.

USE CASE 4

Avoid known Apple Silicon rendering bugs like black frames and stuck batches.

What is it built with?

ComfyUIPyTorchApple SiliconMPS

How does it compare?

bambushu/krea2-turbo-mac000madz000/payload-test-api-route-handler0marildo/imago
Stars333
LanguageTypeScriptPython
Setup difficultyhardeasyeasy
Complexity4/52/52/5
Audiencevibe coderdevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · hard Time to first run · 1h+

Needs a Mac with roughly 48GB unified memory for the default setup, or a lighter alternative model for less RAM.

In plain English

This project is a recipe for running Krea 2, an AI image generator, entirely on a Mac with Apple Silicon chips, instead of needing a cloud service or an expensive graphics card from another brand. Krea 2 turns text descriptions into photos, and it is one of the few image models whose output you are allowed to use commercially, since it comes with a business friendly license. The repository is not really source code you install, it is a single workflow file for a tool called ComfyUI, a visual app for building AI image pipelines. You load this file into ComfyUI and it already knows which three model files to download and where the settings should sit, based on many hours of trial and error by the author. It also includes an optional add-on node that can be turned on for slightly more realistic looking skin in portraits. Running the default version well needs a Mac with a large amount of unified memory, roughly 48 gigabytes, because the model files together take up tens of gigabytes. For Macs with less memory, the README documents an alternative, lighter version of the model that trades a small amount of setup complexity for using about half the memory. Most of the document is a detailed list of quirks specific to running large AI image models on Apple hardware, such as image batches needing to be rendered one at a time, a particular setting that must never be set to a certain value because it produces a solid black image, and reminders not to add an extra technical adjustment that the tool already applies automatically. These notes exist so that someone trying the same thing does not have to rediscover each problem themselves. This is aimed at people comfortable installing ComfyUI who want to generate AI images locally on a Mac, particularly anyone who wants a commercially licensed model without paying for a cloud image generation service or a dedicated graphics card.

Copy-paste prompts

Prompt 1
Help me set up ComfyUI and load the Krea2-Turbo_Mac.json workflow on my Mac.
Prompt 2
Explain which Krea 2 model files I need to download and where they go.
Prompt 3
Walk me through switching to the lower memory version of Krea 2 for my Mac.
Prompt 4
What settings should I avoid changing in this Krea 2 workflow and why?

Frequently asked questions

What is krea2-turbo-mac?

A ready-made ComfyUI workflow and troubleshooting guide for running the Krea 2 AI image generator locally on Apple Silicon Macs.

How hard is krea2-turbo-mac to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is krea2-turbo-mac for?

Mainly vibe coder.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.