ebsynth_utility
ebsynth_utility copied to clipboard
errors when startup and reloading,
up-to-date version. sd startup and reloading errors, and ebsynth_utility failed at step 1..
===================================================
D:\stable-diffusion\stable-diffusion-webui\modules\gradio_extensons.py:25: GradioUnusedKwargWarning: You have unused kwarg parameters in Slider, please remove them: {'minumum': 0}
res = original_IOComponent_init(self, *args, **kwargs)
D:\stable-diffusion\stable-diffusion-webui\extensions\ebsynth_utility\scripts\ui.py:11: GradioDeprecationWarning: The style
method is deprecated. Please set these arguments in the constructor instead.
with gr.Row().style(equal_height=False):
D:\stable-diffusion\stable-diffusion-webui\modules\gradio_extensons.py:25: GradioUnusedKwargWarning: You have unused kwarg parameters in Button, please remove them: {'full_width': True}
res = original_IOComponent_init(self, *args, **kwargs)
===================================================