ebsynth_utility icon indicating copy to clipboard operation
ebsynth_utility copied to clipboard

errors when startup and reloading,

Open seset opened this issue 1 year ago • 1 comments

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)

===================================================

seset avatar Sep 28 '23 00:09 seset