CivArchive
    【All in One】IPAdapter plus compilation - Official github reference | ComfyUI |workflow | controlnet | video | faceswap - v1.0
    Preview 9342785Preview 9342693Preview 9342821Preview 9342825Preview 9342505Preview 9342811Preview 9342812Preview 9342488Preview 9342489Preview 9342491Preview 9342495Preview 9342501Preview 9342498Preview 9342497Preview 9342500Preview 9342499Preview 9342502Preview 9345358

    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

    examples

    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++ ビルド ツールをインストールしたくない場合は、次の操作を実行してください。

    1. (ComfyUI Portable) ルートフォルダからPythonのバージョンを確認します。CMD
      を実行して次のように入力します。python_embeded\python.exe -V

    2. Python 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 ルート フォルダーに配置します。

    3. ルート フォルダーから次を実行します:

      • (SD WebUI) CMDと.\venv\Scripts\activate

      • (ComfyUI Portable) CMDを実行

    4. 次に、PIP を更新します。

      • (SDウェブUI)python -m pip install -U pip

      • (ComfyUI ポータブル)python_embeded\python.exe -m pip install -U pip

    5. 次に、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 用)

    6. 楽しむ!

    II. 「AttributeError: 'NoneType' オブジェクトには属性 'get' がありません」

    このエラーは、モデルファイルに何らかの問題がある場合に発生する可能性があります。inswapper_128.onnx

    ここから手動でダウンロードして、ComfyUI\models\insightface既存のもの と置き換えてみてください

    III. 「reactor.execute() に予期しないキーワード引数 'reference_image' が取得されました」

    これは、最新のアップデートで入力ポイントが変更されたことを意味します。
    現在のReActorノードをワークフローから削除し、再度追加します。

    IV. ControlNet Aux Node の IMPORT 失敗エラー (ReActor Node 使用時)

    1. ComfyUIが実行中の場合は閉じます

    2. ComfyUI ルート フォルダーに移動し、そこで CMD を開いて次を実行します。

      • python_embeded\python.exe -m pip uninstall -y opencv-python opencv-contrib-python opencv-python-headless

      • python_embeded\python.exe -m pip install opencv-python==4.7.0.72

    3. それでおしまい!

    リアクター+コントロールネット

    V. future-0.18.3 のインストール中に「ModuleNotFoundError: 'basicsr' という名前のモジュールがありません」または「サブプロセスがエラーで終了しました」というエラーが発生する

    git cloneVI.リポジトリにアクセスしようとすると、「致命的: fetch-pack: 無効なインデックス パック出力」というエラーが発生する

    クローンを試みます--depth=1(最後のコミットのみ):

     git clone --depth=1 https://github.com/Gourieff/comfyui-reactor-node
    

    次に、残りを取得します (必要な場合)。

     git fetch --unshallow

    Description

    Workflows
    SD 1.5

    Details

    Downloads
    562
    Platform
    CivitAI
    Platform Status
    Deleted
    Created
    4/24/2025
    Updated
    5/6/2025
    Deleted
    4/24/2025

    Files

    AllInOneIpadapterPlusCompilation_v10.zip