Giter Club home page Giter Club logo

comfyui-ootdiffusion's Introduction

ComfyUI OOTDiffusion

A ComfyUI custom node that simply integrates the OOTDiffusion functionality.

一个简单接入 OOTDiffusion 的 ComfyUI 节点。

Instruction 指南

根据 https://git-lfs.com 安装 git lfs:

Linux:

sudo apt install git-lfs

git lfs 初始化:

git lfs install

拉取 Huggingface 库至 ComfyUI 根目录下的 models/OOTDiffusion 目录:

git clone https://huggingface.co/levihsu/OOTDiffusion models/OOTDiffusion

拉取 Huggingface 时大约会下载 8 个模型,假如断开连接,可以使用下面命令恢复下载:

cd models/OOTDiffusion
git lfs fetch
git checkout main

创建环境并下载依赖:

conda create -n ootd
conda activate ootd
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
conda install cudatoolkit-dev -c conda-forge

pip install -r custom_nodes/ComfyUI-OOTDiffusion/requirements.txt

安装 custom_nodes/ComfyUI-OOTDiffusion 目录下的 requirements.txt。

启动 ComfyUI 即可。

节点

LoadOOTDPipeline: 加载 OOTD Pipeline

OOTDGenerate: 生成图像

示例图片

衣服 1

模特 1

comfyui-ootdiffusion's People

Contributors

iyume avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.