FLEX-workflow
詳細
ファイルをダウンロード
モデル説明
Flex.2-preview の ComfyUI 用インストールガイド
***プロワークフロー用に最初の画像を提供していただけるとありがたいです。
👍 を忘れないでください。
(私の経験では、ここでのインペイントの結果は以下で得られました: /model/1108146/fluxfill-devgguf および、ControlNetは以下で: /model/1488208/flux1-dev-controlnet-union-pro-20fp8 よりプロフェッショナルですが、このモデルは非常に柔軟であるため優れた機能を備えています)
必要なファイルとインストール場所
ディフュージョンモデル
- flex.2-preview.safetensors をダウンロードして配置してください
ComfyUI/models/diffusion_models/
テキストエンコーダー
次のファイルを ComfyUI/models/text_encoders/ に配置してください:
- CLIP-L: [clip_l.safetensors]
- T5XXL オプション:
- オプション1(FP8):[t5xxl_fp8_e4m3fn_scaled.safetensors]
- オプション2(FP16):[t5xxl_fp16.safetensors]
VAE
- ダウンロードリンク: [ae.safetensors]
- ComfyUI/models/vae/
必須カスタムノード
追加のFlexTools機能を有効にするには、以下のリポジトリを custom_nodes ディレクトリにクローンしてください:
cd ComfyUI/custom_nodes
git clone https://github.com/ostris/ComfyUI-FlexTools
🛠️ ComfyUI 用 FlexTools & OllamaGemini 設定ガイド
📥 1. 必要なカスタムノードをクローンする
ComfyUIのcustom_nodesディレクトリに移動します:
cd /path/to/ComfyUI/custom_nodes
ComfyUI用FlexToolsをクローンします:
git clone https://github.com/ostris/ComfyUI-FlexTools
ComfyUI用OllamaGemini拡張機能をクローンします:
git clone https://github.com/al-swaiti/ComfyUI-OllamaGemini.git
🔑 2. APIキーの設定
### ✨ APIキーの取得
- Gemini APIキー → [Google MakerSuite](https://makersuite.google.com/app/apikey)
- OpenAI APIキー → [OpenAIアカウント](https://platform.openai.com/account/api-keys)
- Anthropic Claudeキー → [Anthropicコンソール](https://console.anthropic.com/)
- Qwen APIキー → [Qwen公式サイト](https://qwen.aliyun.com/)
- (オプション)ローカルOllamaURL → http://localhost:11434(デフォルト)
---
### ⚙️ config.json
1. OllamaGemini拡張フォルダに移動します:
cd /path/to/ComfyUI/custom_nodes/ComfyUI-OllamaGemini
2. config.json を作成または編集します:
```json { "GEMINI_API_KEY": "your_gemini_api_key", "OPENAI_API_KEY": "your_openai_api_key", "ANTHROPIC_API_KEY": "your_claude_api_key", "OLLAMA_URL": "http://localhost:11434", "QWEN_API_KEY": "your_qwen_api_key" } ```
3. ファイルを保存します。
---
🚀 設定完了!
- ComfyUIを再起動してください。
- UI上で FlexTools と OllamaGemini のノードが利用可能であることを確認してください。
強化された機能をお楽しみください!🎉
ディレクトリ構造
ComfyUI/ ├── models/ │ ├── diffusion_models/ │ │ └── flex.2-preview.safetensors │ ├── text_encoders/ │ │ ├── clip_l.safetensors │ │ ├── t5xxl_fp8_e4m3fn_scaled.safetensors # オプション1(FP8) │ │ └── t5xxl_fp16.safetensors # オプション2(FP16) │ └── vae/ │ └── ae.safetensors └── custom_nodes/ └── ComfyUI-FlexTools/ # git clone https://github.com/ostris/ComfyUI-FlexTools





