Where to find the tab of edit_friendly_ddpm_inversion?

#2
by hdawod - opened

Hi,
Where to find the tab of edit_friendly_ddpm_inversion in my local Stable diffusion?

hi @hdawod , to run locally you can clone this repo and install the requirments and run it

git clone https://huggingface.co/spaces/LinoyTsaban/edit_friendly_ddpm_inversion
cd edit_friendly_ddpm_inversion
...
pip install -r requirements .txt
gradio app.py

Sign up or log in to comment