sdwebui-w-horde / sd-webui-stable-horde-worker

Stable Horde Unofficial Worker Bridge as Stable Diffusion WebUI (AUTOMATIC1111) Extension
GNU Affero General Public License v3.0
60 stars 18 forks source link

Fixed gradio warnings #121

Closed gabriel20xx closed 5 months ago

gabriel20xx commented 5 months ago

Description

These are the warnings, they occur on start: /home/user/stable-diffusion-webui/extensions/sd-webui-stable-horde-worker/scripts/script.py:104: GradioDeprecationWarning: The style method is deprecated. Please set these arguments in the constructor instead. with gr.Row().style(equal_height=False): /home/user/stable-diffusion-webui/extensions/sd-webui-stable-horde-worker/scripts/script.py:236: GradioDeprecationWarning: The style method is deprecated. Please set these arguments in the constructor instead. ).style(grid=4) /home/user/stable-diffusion-webui/extensions/sd-webui-stable-horde-worker/scripts/script.py:236: GradioDeprecationWarning: The 'grid' parameter will be deprecated. Please use 'columns' in the constructor instead. ).style(grid=4)

Type of changes

Please check the following items before submitting your pull request