CivitAI → ComfyUI version history - 13 versions
CivitAI → ComfyUI by khellendros74
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.1.7
Released May 31, 2026 - 40.2 KBWorks with firefox 140.0 and later, android 142.0 and laterNew: Tag row click in context menu now respects the configured workflow mode — All sends every workflow in the tag, Random picks one at random, Sequential cycles through the tag's workflows independently per tag (each tag keeps its own index), Static disables the tag row click entirely with a greyed label and tooltip directing you to pick a workflow directly
Fix: Multi-send button state — when sending multiple workflows from a tag, the button no longer flickers green between sends or gets stuck green. A pending counter per button (WeakMap) ensures showBtnSuccess only fires once all sends have completedSource code released under Mozilla Public License 2.0
Older versions
Version 1.1.6
Released May 29, 2026 - 39.57 KBWorks with firefox 140.0 and later, android 142.0 and laterFix: Submenu no longer hides under the main menu — it now positions against the main menu's bounding box, opening to the right of it (or to the left when near the screen edge), so workflow names are fully visible
Fix: Submenu stays open after hovering the arrow — removed all timers and mouseleave logic. The submenu opens on arrow hover and stays open until you hover a different arrow or close the main menuSource code released under Mozilla Public License 2.0
Version 1.1.5
Released May 28, 2026 - 39.53 KBWorks with firefox 140.0 and later, android 142.0 and laterNew: Import now auto-saves — importing workflows applies immediately to storage without requiring a manual Save Settings click
New: Import backup — before any import, current workflows are automatically downloaded as a timestamped JSON backup (e.g. civitai-comfyui-backup-2025-01-15_1430.json), so nothing is ever lost
New: Import confirmation dialog — shows how many workflows will be added vs replaced before committing, with an option to cancel
Fix: Context menu submenu now only opens when hovering the ▶ arrow, not the entire tag row — clicking the tag row directly still sends all workflows in that tag
Fix: Arrow hit target enlarged (14px, with 8px padding) for easier hoveringSource code released under Mozilla Public License 2.0
Version 1.1.4
Released May 27, 2026 - 39.06 KBWorks with firefox 140.0 and later, android 142.0 and laterNew: Workflow tags — add comma-separated tags to any saved workflow. Tags appear as submenus in the right-click context menu. Clicking a tag row sends all workflows in that tag; the submenu also has an "All [tag]" entry at the top
New: Grey icon state — when no server URL or workflow is configured, buttons show at 30% grey opacity with tooltip "No configuration — open extension settings to set up ComfyUI", distinct from the reddish-grey used when the server is unreachable
Fix: Submenus now close immediately when a selection is made — they were being appended directly to documentElement and not tracked, so removeContextMenu left them orphaned. All open submenus are now tracked in activeSubmenus[] and removed togetherSource code released under Mozilla Public License 2.0
Version 1.1.3
Released May 16, 2026 - 36.78 KBWorks with firefox 140.0 and later, android 142.0 and laterNew: Context menu All workflows — appears at the top of the right-click menu, sends the prompt to every saved workflow in one click
New: Context menu items sorted alphabetically, with Default pinned at the top
Fix: Clicking a named workflow in settings, editing it, then clicking Save Settings now correctly updates that workflow in storage alongside the global settings. Status message confirms which pair was updated
New: Seed mode Static — generates one random seed per click, shared across all workflows sent in that session. Useful with All or Sequential mode to compare styles on identical compositionsSource code released under Mozilla Public License 2.0
Version 1.1.2
Released Apr 17, 2026 - 36.39 KBWorks with firefox 140.0 and later, android 142.0 and laterNew: Seed mode Static — generates one random seed at click time and injects it into every sampler node across all workflows sent in that click. Useful with All or Sequential mode to compare different workflows on the same composition
Seed options are now Default (use workflow value), Random (new seed per workflow per run), Static (one shared seed per click across all workflows)Source code released under Mozilla Public License 2.0
Version 1.1.1
Released Apr 17, 2026 - 36.24 KBWorks with firefox 140.0 and later, android 142.0 and laterNew: Right-click context menu on ComfyUI buttons — shows a styled "Send with workflow" menu listing all saved workflows. Selecting one sends the current prompt using that specific workflow, bypassing the active mode setting. Works on both the prompt button and the tag button
Fix: Context menu now correctly intercepts the right-click before CivitAI's own handlers using stopImmediatePropagation() and capture phase event listeners, preventing the browser native menu from appearing
Fix: SPA navigation — buttons now appear without requiring a page refresh. Intercepts Next.js pushState/replaceState/popstate events and re-runs injection scans after each client-side navigation
Fix: Added an 8s delayed retry scan to handle slow React hydration on first loadSource code released under Mozilla Public License 2.0
Version 1.1.0
Released Apr 16, 2026 - 34.61 KBWorks with firefox 140.0 and later, android 142.0 and laterNew: Server availability indicator — buttons turn greyscale/reddish and become non-clickable when ComfyUI is unreachable. State is checked on page load and refreshed every 30 seconds. Buttons restore automatically when the server comes back
New: Button locked during feedback — after a successful or failed send, the button is disabled for the 3 second feedback window to prevent double-clicks. Respects server availability state when re-enabling
New: civitai.red support — extension now activates on civitai.red in addition to civitai.com, covering all the same page patternsSource code released under Mozilla Public License 2.0
Version 1.0.9
Released Apr 13, 2026 - 34.11 KBWorks with firefox 140.0 and later, android 142.0 and laterNew: Four workflow execution modes — Static (always use one selected workflow), Random (pick randomly from checked workflows on each run), Sequential (cycle through checked workflows in order, looping — each click advances to the next), All (send all checked workflows to ComfyUI in a single click)
New: Named workflow pairs — save a suffix + workflow JSON under a custom name, load it by clicking, delete with ✕ button. The Default entry is always present, protected, and reflects your current saved settings
New: Import / Export workflows — export all saved workflows to a .json file, import them back on any machine. Located in the settings header for quick access
New: Active workflow row highlighted with a purple left border when selected
Fix: Sequential mode now correctly advances the index on each click (index was missing from the storage read call, causing it to always send the first workflow)
Fix: All and Sequential modes were silently falling back to Static due to a mode validation bug in the content scriptSource code released under Mozilla Public License 2.0
Version 1.0.8
Released Apr 12, 2026 - 32.91 KBWorks with firefox 140.0 and later, android 142.0 and laterNew: Workflow management — save named suffix + workflow JSON pairs, load them by clicking, delete unwanted ones. The list always contains a protected Default entry that mirrors the current saved settings
New: Workflow mode — Static (always use a selected workflow, defaults to Default) or Random (pick from checked workflows on each run)
New: Model selection — Default, Random (pick from a selection), or Static (always use a specific model), loaded from your ComfyUI server
New: Seed control — Default (use workflow seed) or Random (new seed on each run)
New: Active workflow row highlighted with purple left border when selected
New: Version number displayed in settings page header
New: Reset defaults button restores server URL and workflow without touching saved pairs
Fix: Positive/negative prompt detection now traces the node graph — injection only targets positive CLIPTextEncode nodes regardless of workflow complexity
Fix: innerHTML replaced with safe DOM API calls throughout settings page
Fix: Default values pre-filled on first install and restored automatically if storage is emptySource code released under Mozilla Public License 2.0
Version 1.0.7
Released Apr 11, 2026 - 30.78 KBWorks with firefox 140.0 and later, android 142.0 and laterFix: CivitAI prompt was no longer being injected — caused by the graph traversal recursively marking positive CLIPTextEncode nodes as negative. Recursion is now scoped to known conditioning passthrough nodes only (ControlNetApplyAdvanced, ConditioningCombine, etc.)
Fix: innerHTML replaced with safe DOM API calls in options page to pass AMO security linting
New: Seed control — Default (use seed from workflow) or Random (generate a new seed on each run). Defaults to Default.
New: Model list grouped by directory with folder headers, making it easier to find models in large collections
New: Error responses from ComfyUI are parsed and displayed meaningfully — missing model name shown instead of raw HTTP status code
New: Failed requests show a red ✕ on the button (mirroring the teal ✓ on success), resets after 3 seconds
New: Default values pre-filled on first install — http://localhost:8188, standard SD1.5 workflow, model mode set to DefaultSource code released under Mozilla Public License 2.0
Version 1.0.6
Released Apr 11, 2026 - 30.6 KBWorks with firefox 140.0 and later, android 142.0 and laterNew: Model selection mode in settings — choose between Default (uses checkpoint from workflow, name displayed automatically), Random (pick from a curated list, one chosen at random on each run), or Static (always use a specific model). Models are loaded directly from your ComfyUI server and grouped by directory.
New: Seed control in settings — Random generates a fresh seed on every send, Workflow preserves the seed defined in your workflow.
New: Default values pre-filled on first install — server URL (http://localhost:8188), a standard SD1.5 txt2img workflow, and model/seed modes set to sensible defaults.
New: Error feedback — failed requests now show a red ✕ on the button (with --mantine-color-red-light background) mirroring the teal checkmark on success, and error messages are parsed from ComfyUI's JSON response to show meaningful info (e.g. missing model name instead of a raw 400 code).
Fix: Positive/negative prompt detection now traces the node graph instead of relying on keyword matching — the negative input of every sampler node is followed upstream to correctly identify all negative conditioning nodes regardless of workflow complexity.
Fix: Button no longer appears next to "Negative prompt" copy icons on ComfyUI-generated image popovers.
Fix: Button injection restored on /images feed popovers that use a simpler DOM layout without a button group wrapper.Source code released under Mozilla Public License 2.0
Version 1.0.3
Released Apr 8, 2026 - 25.45 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under Mozilla Public License 2.0