-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: No longer works in SD Forge after Forge upgraded to Gradio 4. #434
Comments
sd-webui-ar 这个插件 按钮继承 ToolButton>gr.Button 我搞两天了也没搞明白 |
Still fails without sd-webui-ar enabled. There is no EasyPhoto Tab but there is an accordion tab with "Dynamic Lora Weights (EasyPhoto builtin)" Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] Running on local URL: http://127.0.0.1:7860 To create a public link, set |
The error in the log indicates an issue with the Gallery object in the EasyPhoto extension not having a style attribute. This is likely due to an API change or incompatibility in the Forge upgraded Gradio 4 library. |
can some one fix this to get it work for webui forge |
Doesn't show up on forge. |
https://github.com/skyline9394/webui-forge-EasyPhoto please try got fix the code with chatgpt is only one file have change easyphoto_ui.py download it and replace it restart webui only work on Gradio 4 edit: i have edit webui\modules\sd_models_config.py at this code to last line `` # Example definition of config_default config_default = { config_sdxl = { |
I had the same issues. Nothing listed above works. ControlNet preprocessor location: C:\AI\FORGE\webui_forge_cu121_torch231\webui\models\ControlNetPreprocessor *** Error loading script: easyphoto_infer.py *** Error loading script: easyphoto_train.py *** Error loading script: easyphoto_tryon_infer.py *** Error loading script: easyphoto_ui.py *** Error loading script: sdwebui.py Loading additional modules ... done. To create a public link, set |
Is there an existing issue for this?
Is EasyPhoto the latest version?
What happened?
https://github.com/lllyasviel/stable-diffusion-webui-forge upgraded to Gradio 4 + WebUI 1.10. This has broken a number of Extensions including EasyPhoto.
Steps to reproduce the problem
What should have happened?
No tab visible
Commit where the problem happens
webui:
EastPhoto:
What browsers do you use to access the UI ?
Brave
Command Line Arguments
List of enabled extensions
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: