chrisgoringe / Styles-Editor

Simple editor for styles in Automatic1111
Apache License 2.0
87 stars 7 forks source link

unable to locate the "Style Editor" tab #36

Closed flare777 closed 1 year ago

flare777 commented 1 year ago

hello, I was getting the same error as #20, I referred to the article and updated the gradio version to his 3.23.0 but still the same error. Is it a problem with another module?

image

styles.csv

chrisgoringe commented 1 year ago

Minimum gradio version is 3.30.0. In #20 I wrote:

venv/Scripts/activate.bat
pip install gradio==3.31.0 --upgrade
chrisgoringe commented 1 year ago

Installer now checks for gradio version

flare777 commented 1 year ago

I ran an update, but I'm still at version 3.23.0 of gradio. Attach the execution result. thank you.

Execution result.txt

chrisgoringe commented 1 year ago

The execution results shows you at 3.31.0

flare777 commented 1 year ago

In SD UI, there is no change. Attached is the SD execution result. thank you.

image SD Execution result.txt

flare777 commented 1 year ago

The gradio update was successful. However, the gradio version displayed in the SD UI is still old. Is this because the gradio update seems to have succeeded at first glance but actually failed? Or did the update succeed but the version displayed in the UI is still old for some other reason? I've done some research on my own, but haven't found a solution yet.

thank you.

flare777 commented 1 year ago

solved. I solved it by deleting all the SD and doing a clean install. thank you.