Open Hxd1995 opened 3 months ago
@Hxd1995 , Thanks for your interest. AsyncDiff can be used on img2img models. We have supported super-resolution (Stable Diffusion x4 Upscaler) and inpainting models (Stable Diffusion XL Inpainting).
You can try them using the following scripts.
CUDA_VISIBLE_DEVICES=0,1 python -m torch.distributed.run --nproc_per_node=2 --run-path examples/run_sd_upscaler.py
CUDA_VISIBLE_DEVICES=0,1 python -m torch.distributed.run --nproc_per_node=2 --run-path examples/run_sdxl_inpaint.py
Thank for your repo,Can this method be used on img2img, such like diffusers/stable-diffusion-xl-1.0-inpainting-0.1?Looking forward to your reply,thanks!