Firefox 浏览器附加组件
  • 扩展
  • 主题
    • 适用于 Firefox
    • 字典和语言包
    • 其他浏览器网站
    • 适用于 Android 的附加组件
登录
附加组件图标

CivitAI → ComfyUI 版本历史 - 9 个版本

CivitAI → ComfyUI 作者: khellendros74

目前尚无评分
0 / 5 星
5
0
4
0
3
0
2
0
1
0
CivitAI → ComfyUI 版本历史 - 9 个版本
  • 小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。

  • 最新版本

    版本 1.1.3

    发布于 2026年5月16日 - 36.78 KB
    适用于 firefox 140.0 及更高版本, android 142.0 及更高版本
    New: 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 compositions

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载 Firefox 并安装扩展
    下载文件
  • 较早版本

    版本 1.1.2

    发布于 2026年4月17日 - 36.39 KB
    适用于 firefox 140.0 及更高版本, android 142.0 及更高版本
    New: 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)

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.1.1

    发布于 2026年4月17日 - 36.24 KB
    适用于 firefox 140.0 及更高版本, android 142.0 及更高版本
    New: 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 load

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.1.0

    发布于 2026年4月16日 - 34.61 KB
    适用于 firefox 140.0 及更高版本, android 142.0 及更高版本
    New: 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 patterns

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0.9

    发布于 2026年4月13日 - 34.11 KB
    适用于 firefox 140.0 及更高版本, android 142.0 及更高版本
    New: 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 script

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0.8

    发布于 2026年4月12日 - 32.91 KB
    适用于 firefox 140.0 及更高版本, android 142.0 及更高版本
    New: 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 empty

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0.7

    发布于 2026年4月11日 - 30.78 KB
    适用于 firefox 140.0 及更高版本, android 142.0 及更高版本
    Fix: 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 Default

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0.6

    发布于 2026年4月11日 - 30.6 KB
    适用于 firefox 140.0 及更高版本, android 142.0 及更高版本
    New: 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.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0.3

    发布于 2026年4月8日 - 25.45 KB
    适用于 firefox 140.0 及更高版本, android 142.0 及更高版本

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
转至 Mozilla 主页

附加组件

  • 关于
  • Firefox 附加组件博客
  • 扩展工坊
  • 开发者中心
  • 开发者政策
  • 社区博客
  • 论坛
  • 报告缺陷
  • 评价指南

浏览器

  • Desktop
  • Mobile
  • Enterprise

产品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隐私
  • Cookie
  • 法律

除非另有注明,否则本网站上的内容可按知识共享 署名-相同方式共享 3.0 或更新版本使用。