ototadana / sd-face-editor

Face Editor for Stable Diffusion
MIT License
1.03k stars 86 forks source link

gradio version incompatible #122

Closed creeponsky closed 1 year ago

creeponsky commented 1 year ago

First of all, thank your project! I suggest should give a requirement.txt, when I download the face-editor in sd-webui and run, it show error : AttributeError: 'Dropdown' object has no attribute 'input', so I clone this project and install the gradio==3.52 , the error is gone. But if i update the sd-webui's gradio(it's 3.23) to 3.52,other scripts will error.so, I hope have the requirements.txt or some others, and maybe the gradio can downgrade or other solution I don't know?Thanks your

creeponsky commented 1 year ago

oops, I upgrade my sdwebui to 1.4(before is 1.0),the lastest sd webui's gradio version is 3.23! It can work with sd-face-editor,!