ali-vilab / AnyDoor

Official implementations for paper: Anydoor: zero-shot object-level image customization
https://ali-vilab.github.io/AnyDoor-Page/
MIT License
4.01k stars 366 forks source link

fix bug with pytorch lightning, "pytorch_lightning.utilities.distributed" not found #62

Open bbytiger opened 10 months ago

bbytiger commented 10 months ago

getting "pytorch_lightning.utilities.distributed" not found when running run_inference.py

see https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/11458 for suggested fix

CLAassistant commented 10 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

XavierCHEN34 commented 10 months ago

Is it caused by different Pytorch lightening version?