SCANNING● LIVE DATAUTC 2026-05-09 00:00:00
VENDORS 21RECEIPTS 26CRITICAL 57D 7 NEWv0.9.4-rc1
gotnerfedgotnerfed
§ 01 · MIGRATION ASSISTANT · MIDJOURNEY

Got nerfed by Midjourney?

1 critical receipt logged. Below: open-source replacements you can switch to today + tracked paid competitors ranked by who’s least likely to nerf you next. Step-by-step guides walk you through the actual install + config + API-key transfer — that part’s a Personal-tier feature.

Midjourney Nerf Index36·30-day re-nerf forecast67%·critical receipts1·last critical76 days ago
§ 02OPEN-SOURCE REPLACEMENTS4

Self-hosted, free, or freemium tools that cover the same workflow. Every entry is real software with a public repo and an active community.

Stable Diffusion WebUI (Automatic1111)FREE / OSS145k★AGPL-3.0

Default Midjourney replacement if you have a GPU. Largest community + extension library.

  • Most-used SD frontend
  • Massive extension ecosystem
  • img2img, ControlNet, LoRA training
git clone, run webui-user.bat / webui.sh
! caveat: Needs 8GB+ VRAM for usable speeds. Setup is fiddly.
ComfyUIFREE / OSS65k★GPL-3.0

When you want full control over the diffusion pipeline. Power-user choice.

  • Node-based image/video pipeline
  • SDXL, Flux, video diffusion models
  • Reproducible workflows you can share as JSON
git clone + Python deps
! caveat: Steep learning curve vs A1111.
FooocusFREE / OSS42k★GPL-3.0

If you want Midjourney's simplicity without ComfyUI's complexity.

  • Midjourney-feel UX (one prompt, presets)
  • Built-in style library
  • Minimal config — just run
Download zip, run run.bat / run.sh
! caveat: Less customizable than A1111/ComfyUI.
InvokeAIFREE / OSS24k★Apache-2.0

Cleanest UI in the SD ecosystem. Best for design-pipeline use.

  • Polished web UI
  • Canvas/inpainting workflow
  • Studio-grade install experience
Installer .exe / .pkg / launcher script
§ 03TRACKED PAID COMPETITORS1

Other paid tools we track in the same category, ranked by current Nerf Index. Lowest = least likely to nerf you next.

#1Runway24 · clean 12 vs Midjourney

1 major change on record.

critical · 0last 90d · 230d re-nerf · 69%
PERSONAL · $9/moStep-by-step migration playbook

Midjourney ComfyUI

6 steps·~30 min·low risk·built for macOS · Linux · WSL·last revised 2026-05-12
What’s free $0
  • OSS replacement recommendations (§ 02)
  • Paid competitor rankings (§ 03)
  • Nerf Index + 30d re-nerf forecast
  • Receipts + sources for every silent change
Step 01Install ComfyUI2 min
On macOS / Linux / WSL:
git clone + Python deps

ComfyUI installs as a single package. If you already have pipx or your platform’s equivalent, use that instead — it handles its own virtualenv so it won’t pollute your system Python.

Step 02Transfer your Midjourney API key3 min

Pull your existing key from Midjourney’s config and export it into ComfyUI’s environment. Both tools authenticate against the same billing — no second subscription needed.

# In Midjourney: Settings -> API / Developer -> copy your existing key, then in your shell:export MIDJOURNEY_API_KEY="sk-..."# ComfyUI reads this env var on launch
Step 03Port your config — (from → to)5 min

Midjourney respects an implicit ruleset. ComfyUI reads its own config at repo root. The two formats are 1:1 mappable for the common flags — model, max-tokens, edit-format, auto-commits. Run the converter we ship to do it automatically, or copy the diff below by hand.

# MidjourneyComfyUI- model: legacy-model-name- approval-required: true- editor: native+ model: anthropic/claude-3-5-sonnet-20241022+ auto-commits: true+ edit-format: diff
Step 04Verify the switch — 3-prompt smoke test5 min

Run our verification suite against your real repo. We compare token usage + edit quality between Midjourney’s last response and ComfyUI’s first response on the same three prompts. If output diverges by >20% you’ll get a structured diff.

# Run the same 3 prompts in both Midjourney and ComfyUI:# 1) "List the files in this project and summarize what it does."# 2) "Add a doc comment to the largest function in this codebase."# 3) "What would break if we removed the top-level error handler?"# Eyeball outputs - if ComfyUI is comparable, you are migrated.
Step 05Cancel Midjourney · Midjourney billing2 min

Direct link to the cancel-tier page (yes, they hide it three menus deep). Includes the exact email template to send if they try to bill you a partial month.

Step 06Rollback path — if ComfyUI doesn't fit10 min

Reverse playbook to undo the switch within 14 days without losing config history. Restores billing and reverts your repo’s .gitignore so cache directories don’t end up in your tree.

# If ComfyUI does not fit, undo within 14 days of cancellation:# 1) Sign back in to your Midjourney account (it stays dormant 14-30d)# 2) Reactivate the subscription from the billing page# 3) Your config history is preserved during the dormant window
FAIR USEThe recommendation lists above (§ 02, § 03) stay free forever — including this one.See all Personal-tier benefits →