cure-lab / PnPInversion

[ICLR2024] Official repo for paper "PnP Inversion: Boosting Diffusion-based Editing with 3 Lines of Code"
212 stars 5 forks source link

Some question about environment #4

Closed wangzhen-ing closed 8 months ago

wangzhen-ing commented 8 months ago

Hello, I would like to ask, if I want to run run_editing_pnp.py, do I need to configure the environment first according to the official plug-and-play environment, and then install environment/pnp_requirements.txt in your code?

juxuan27 commented 8 months ago

Hi, in fact, both ways are fine. You can setup the environment with either the official plug-and-play environment or environment/pnp_requirements.txt. We just give out the environment/pnp_requirements.txt for ease of use. The code in our repo are basically the same as the official plug-and-play thus have same environment requirements.

wangzhen-ing commented 8 months ago

Hi, in fact, both ways are fine. You can setup the environment with either the official plug-and-play environment or environment/pnp_requirements.txt. We just give out the environment/pnp_requirements.txt for ease of use. The code in our repo are basically the same as the official plug-and-play thus have same environment requirements.

thank you very much for your answer!