ComfyUI plugin of https://github.com/ArcherFMY/SD-T2I-360PanoImage
- text-to-panoimage pipeline
- image-to-panoimage pipeline
-
Install ComfyUI following https://github.com/comfyanonymous/ComfyUI
-
Install this plugin by the following commands.
cd ComfyUI/custom_nodes git clone https://github.com/ArcherFMY/Diffusion360_ComfyUI cd Diffusion360_ComfyUI pip install -r requirements.txt
Note that I recommend to install 0.20.0<= diffusers <= 0.26.0. The higher diffusers version will get an over-saturated SR result.
Download models from HF. Rename the folder sd-t2i-360panoimage
to diffusion360
and put the folder into models/diffusers
.
${ComfyUI_ROOT}
|-- models
|-- diffusers
|-- diffusion360
|-- sd-base
|-- sr-base
|-- sr-control
|-- sd-i2p
|-- RealESRGAN_x2plus.pth
|...
Load workflows from the folder workflows/
${This_Repo_ROOT}
|-- workflows
|-- Text2Pano.json ## text-to-pano pipeline
|-- Image2Pano_load_image.json ## image-to-pano pipeline, load a square image from local.
|-- Image2Pano_gen_image.json ## text-to-pano pipeline, generate a square image from a certain SD model. (only support batchsize=1)