Historial de versiones de CivitAI → ComfyUI - 8 versiones
CivitAI → ComfyUI por khellendros74
Historial de versiones de CivitAI → ComfyUI - 8 versiones
¡Ten cuidad con las versiones antiguas! Se suelen mostrar para pruebas y a modo de referencia.Deberías usar siempre la última versión disponible de un complemento.
Última versión
Versión 1.1.2
Lanzada el 17 de abr. de 2026 - 36,39 KBCompatible con firefox 140.0 y superiores, android 142.0 y superioresNew: 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)Se publicó el código fuente bajo la licencia Mozilla Public License 2.0
Versiones antiguas
Versión 1.1.1
Lanzada el 17 de abr. de 2026 - 36,24 KBCompatible con firefox 140.0 y superiores, android 142.0 y superioresNew: 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 loadSe publicó el código fuente bajo la licencia Mozilla Public License 2.0
Versión 1.1.0
Lanzada el 16 de abr. de 2026 - 34,61 KBCompatible con firefox 140.0 y superiores, android 142.0 y superioresNew: 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 patternsSe publicó el código fuente bajo la licencia Mozilla Public License 2.0
Versión 1.0.9
Lanzada el 13 de abr. de 2026 - 34,11 KBCompatible con firefox 140.0 y superiores, android 142.0 y superioresNew: 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 scriptSe publicó el código fuente bajo la licencia Mozilla Public License 2.0
Versión 1.0.8
Lanzada el 12 de abr. de 2026 - 32,91 KBCompatible con firefox 140.0 y superiores, android 142.0 y superioresNew: 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 emptySe publicó el código fuente bajo la licencia Mozilla Public License 2.0
Versión 1.0.7
Lanzada el 11 de abr. de 2026 - 30,78 KBCompatible con firefox 140.0 y superiores, android 142.0 y superioresFix: 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 DefaultSe publicó el código fuente bajo la licencia Mozilla Public License 2.0
Versión 1.0.6
Lanzada el 11 de abr. de 2026 - 30,6 KBCompatible con firefox 140.0 y superiores, android 142.0 y superioresNew: 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.Se publicó el código fuente bajo la licencia Mozilla Public License 2.0
Versión 1.0.3
Lanzada el 8 de abr. de 2026 - 25,45 KBCompatible con firefox 140.0 y superiores, android 142.0 y superioresSe publicó el código fuente bajo la licencia Mozilla Public License 2.0