Nodes Browser
ComfyDeploy: How ComfyUI-PromptConverter works in ComfyUI?
What is ComfyUI-PromptConverter?
A ComfyUI custom node that converts prompts between different AI image generation models.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI-PromptConverter
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
Prompt Converter
A ComfyUI custom node that converts prompts between different AI image generation models.
Supported Models
- NovelAI (NAI)
- PonyXL (e621 format)
- Animagine
- Illustrious
Features
- Converts tags between different formats
- Supports weight syntax conversion
- Auto quality tags for each model
- Rating tag support
- Tag sorting based on each model's preferred order
Installation
- Clone this repository to your ComfyUI custom_nodes folder:
cd ComfyUI/custom_nodes
git clone https://github.com/vkff5833/ComfyUI-PromptConverter
- Install required packages:
pip install -r requirements.txt
Usage
Node interface with input text area and settings
- Input your prompt text in any supported format
- Select desired rating (safe/sensitive/questionable/explicit)
- Configure options:
- Unique: Remove duplicate tags
- Auto quality tags: Add recommended quality tags
- Remove weights: Strip all tag weights
- Connect outputs to your workflow
License
MIT License
プロンプトコンバーター
異なるAI画像生成モデル間でプロンプトを変換するComfyUIカスタムノードです。
対応モデル
- NovelAI (NAI)
- PonyXL (e621形式)
- Animagine
- Illustrious
機能
- 異なる形式間でのタグ変換
- 重み付け構文の変換
- モデルごとの自動品質タグ
- レーティングタグのサポート
- モデルごとの推奨順序でのタグソート
インストール方法
- このリポジトリをComfyUIのcustom_nodesフォルダにクローンします:
cd ComfyUI/custom_nodes
git clone https://github.com/vkff5833/ComfyUI-PromptConverter
- 必要なパッケージをインストールします:
pip install -r requirements.txt
使用方法
入力テキストエリアと設定を備えたノードインターフェース
- 対応形式のプロンプトテキストを入力
- レーティングを選択 (safe/sensitive/questionable/explicit)
- オプションを設定:
- Unique: 重複タグを削除
- Auto quality tags: 推奨品質タグを追加
- Remove weights: すべてのタグの重み付けを削除
- ワークフローに出力を接続
ライセンス
MIT License