torch torchvision torchaudio diffusers==0.26.0 accelerate xformers triton transformers realesrgan==0.3.0 py360convert numpy==1.23.5
ComfyUI plugin of https://github.com/ArcherFMY/SD-T2I-360PanoImage
“`
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)