# ComfyUI_OOTDiffusion **Repository Path**: ai_fudao/ComfyUI_OOTDiffusion ## Basic Information - **Project Name**: ComfyUI_OOTDiffusion - **Description**: 基于OOTDiffusion的工作流 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2024-02-22 - **Last Updated**: 2024-10-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 试衣工作流 # 基于OOTDiffusion的工作流 * OOTD_HD只允许上半身试穿; * OOTD_DC允许上半身/下半身/全身试穿; # 节点定义 节点名称位于image下的【OOTD_HD上半身试穿】: ![](./images/demo.png) 【OOTD_DC上半身/下半身/全身试穿】: ![](./images/lower.png) # 节点安装 如果出现这个错误TypeError: float() argument must be a string or a real number, not 'Image' 确保numpy==1.26.3 如果inplace_abn安装失败,python3.10环境尝试自行安装节点代码下的whl安装包, pip install inplace_abn-1.1.0-cp310-cp310-win_amd64.whl 感谢[[OOTDiffusion](https://github.com/levihsu/OOTDiffusion)]团队。