The workflows listed on the official github are combined into one.
12 workflows examples are included.
####################
ComfyUI_IPAdapter_plus
https://github.com/cubiq/ComfyUI_IPAdapter_plus
https://github.com/cubiq/ComfyUI_IPAdapter_plus/tree/main/examples
####################################

トラブルシューティング
https://github.com/Gourieff/comfyui-reactor-node#troubleshooting より転載
I. (Windows ユーザー向け) 何らかの理由で Insightface をまだビルドできない場合、または Visual Studio または VS C++ ビルド ツールをインストールしたくない場合は、次の操作を実行してください。
(ComfyUI Portable) ルートフォルダからPythonのバージョンを確認します。CMD
を実行して次のように入力します。python_embeded\python.exe -VPython 3.10またはPython 3.11 (前の手順で 3.11 が表示された場合) またはPython 3.12 (前の手順で 3.12 が表示された場合) 用のビルド済み Insightface パッケージをダウンロードし、stable-diffusion-webui (A1111 または SD.Next) ルート フォルダー (「webui-user.bat」ファイルがある場所) または ComfyUI Portable を使用する場合は ComfyUI ルート フォルダーに配置します。
ルート フォルダーから次を実行します:
(SD WebUI) CMDと
.\venv\Scripts\activate(ComfyUI Portable) CMDを実行
次に、PIP を更新します。
(SDウェブUI)
python -m pip install -U pip(ComfyUI ポータブル)
python_embeded\python.exe -m pip install -U pip
次に、Insightface をインストールします。
(SD WebUI)
pip install insightface-0.7.3-cp310-cp310-win_amd64.whl(3.10 の場合) またはpip install insightface-0.7.3-cp311-cp311-win_amd64.whl(3.11 の場合) またはpip install insightface-0.7.3-cp312-cp312-win_amd64.whl(3.12 の場合)(ComfyUI Portable)
python_embeded\python.exe -m pip install insightface-0.7.3-cp310-cp310-win_amd64.whl(3.10 用) またはpython_embeded\python.exe -m pip install insightface-0.7.3-cp311-cp311-win_amd64.whl(3.11 用) またはpython_embeded\python.exe -m pip install insightface-0.7.3-cp312-cp312-win_amd64.whl(3.12 用)
楽しむ!
II. 「AttributeError: 'NoneType' オブジェクトには属性 'get' がありません」
このエラーは、モデルファイルに何らかの問題がある場合に発生する可能性があります。inswapper_128.onnx
ここから手動でダウンロードして、ComfyUI\models\insightface既存のもの と置き換えてみてください
III. 「reactor.execute() に予期しないキーワード引数 'reference_image' が取得されました」
これは、最新のアップデートで入力ポイントが変更されたことを意味します。
現在のReActorノードをワークフローから削除し、再度追加します。
IV. ControlNet Aux Node の IMPORT 失敗エラー (ReActor Node 使用時)
ComfyUIが実行中の場合は閉じます
ComfyUI ルート フォルダーに移動し、そこで CMD を開いて次を実行します。
python_embeded\python.exe -m pip uninstall -y opencv-python opencv-contrib-python opencv-python-headlesspython_embeded\python.exe -m pip install opencv-python==4.7.0.72
それでおしまい!
V. future-0.18.3 のインストール中に「ModuleNotFoundError: 'basicsr' という名前のモジュールがありません」または「サブプロセスがエラーで終了しました」というエラーが発生する
これをComfyUIのルートに配置して実行します:
python_embeded\python.exe -m pip install future-0.18.3-py3-none-any.whlそれから:
python_embeded\python.exe -m pip install basicsr
git cloneVI.リポジトリにアクセスしようとすると、「致命的: fetch-pack: 無効なインデックス パック出力」というエラーが発生する
クローンを試みます--depth=1(最後のコミットのみ):
git clone --depth=1 https://github.com/Gourieff/comfyui-reactor-node
次に、残りを取得します (必要な場合)。
git fetch --unshallowDescription
FAQ
Looks like we don't have an active mirror for this file right now.
CivArchive is a community-maintained index — we catalog mirrors that volunteers upload to HuggingFace, torrents, and other public hosts. Looks like no one has uploaded a copy of this file yet.
Some files do get recovered over time through contributions. If you're looking for this one, feel free to ask in Discord, or help preserve it if you have a copy.

