https://github.com/vkff5833/ComfyUI-PromptConverter
https://github.com/vkff5833/ComfyUI-PromptConverter
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vkff5833/ComfyUI-PromptConverter
- Owner: vkff5833
- License: mit
- Created: 2024-11-19T21:07:37.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T07:51:51.000Z (4 months ago)
- Last Synced: 2024-12-05T08:33:24.050Z (4 months ago)
- Language: Python
- Size: 3.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-PromptConverter**
README
# 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
1. Clone this repository to your ComfyUI custom_nodes folder:
```bash
cd ComfyUI/custom_nodes
git clone https://github.com/vkff5833/ComfyUI-PromptConverter
```2. Install required packages:
```bash
pip install -r requirements.txt
```## Usage

*Node interface with input text area and settings*1. Input your prompt text in any supported format
2. Select desired rating (safe/sensitive/questionable/explicit)
3. Configure options:
- Unique: Remove duplicate tags
- Auto quality tags: Add recommended quality tags
- Remove weights: Strip all tag weights
4. Connect outputs to your workflow## License
MIT License
---
# プロンプトコンバーター
異なるAI画像生成モデル間でプロンプトを変換するComfyUIカスタムノードです。
## 対応モデル
- NovelAI (NAI)
- PonyXL (e621形式)
- Animagine
- Illustrious## 機能
- 異なる形式間でのタグ変換
- 重み付け構文の変換
- モデルごとの自動品質タグ
- レーティングタグのサポート
- モデルごとの推奨順序でのタグソート## インストール方法
1. このリポジトリをComfyUIのcustom_nodesフォルダにクローンします:
```bash
cd ComfyUI/custom_nodes
git clone https://github.com/vkff5833/ComfyUI-PromptConverter
```2. 必要なパッケージをインストールします:
```bash
pip install -r requirements.txt
```## 使用方法

*入力テキストエリアと設定を備えたノードインターフェース*1. 対応形式のプロンプトテキストを入力
2. レーティングを選択 (safe/sensitive/questionable/explicit)
3. オプションを設定:
- Unique: 重複タグを削除
- Auto quality tags: 推奨品質タグを追加
- Remove weights: すべてのタグの重み付けを削除
4. ワークフローに出力を接続## ライセンス
MIT License