s0md3v / sd-webui-roop

roop extension for StableDiffusion web-ui
GNU Affero General Public License v3.0
3.37k stars 859 forks source link

GradioDeprecationWarning #259

Open hpx502766238 opened 1 year ago

hpx502766238 commented 1 year ago

/home/hpx502766238/stable-diffusion-webui/extensions/sd-webui-roop/scripts/faceswap.py:38: GradioDeprecationWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components img = gr.inputs.Image(type="pil") /home/hpx502766238/stable-diffusion-webui/modules/gradio_extensons.py:25: GradioDeprecationWarning: optional parameter is deprecated, and it has no effect res = original_IOComponent_init(self, *args, **kwargs) /home/hpx502766238/stable-diffusion-webui/extensions/sd-webui-roop/scripts/faceswap.py:55: GradioDeprecationWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components upscaler_name = gr.inputs.Dropdown( /home/hpx502766238/stable-diffusion-webui/extensions/sd-webui-roop/scripts/faceswap.py:74: GradioDeprecationWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components model = gr.inputs.Dropdown( /home/hpx502766238/stable-diffusion-webui/extensions/PBRemTools/scripts/main.py:47: GradioDeprecationWarning: The style method is deprecated. Please set these arguments in the constructor instead. gallery = gr.Gallery(label="outputs", show_label=True, elem_id="gallery").style(grid=2, object_fit="contain") /home/hpx502766238/stable-diffusion-webui/extensions/PBRemTools/scripts/main.py:47: GradioDeprecationWarning: The 'grid' parameter will be deprecated. Please use 'columns' in the constructor instead. gallery = gr.Gallery(label="outputs", show_label=True, elem_id="gallery").style(grid=2, object_fit="contain")