sd-webui-nudenet-nsfw-censor icon indicating copy to clipboard operation
sd-webui-nudenet-nsfw-censor copied to clipboard

Gradio Deprecation Warning

Open tilkinsc opened this issue 1 year ago • 4 comments

C:\Users\Matrix\forge\webui\extensions\sd-webui-nudenet-nsfw-censor\scripts\nudenet_nsfw_censor_scripts\post_processing_script.py:64: GradioDeprecationWarning: unexpected argument for Image: tool
  input_mask = gr.Image(
C:\Users\Matrix\forge\webui\extensions\sd-webui-nudenet-nsfw-censor\scripts\nudenet_nsfw_censor_scripts\post_processing_script.py:64: GradioDeprecationWarning: unexpected argument for Image: brush_color
  input_mask = gr.Image(
Model selected: {'checkpoint_info': {'filename': 'C:\\Users\\Matrix\\forge\\webui\\models\\Stable-diffusion\\photorealistic.safetensors', 'hash': '92217f64'}, 'additional_modules': [], 'unet_storage_dtype': None}

tilkinsc avatar Aug 15 '24 03:08 tilkinsc

I'm aware of that but I don't want to fix it until AUTO decides when we are going to upgrade Graido

w-e-w avatar Aug 15 '24 03:08 w-e-w

Is this breaking?

tilkinsc avatar Aug 15 '24 05:08 tilkinsc

of course not warnings are warnings and not error or exception deprecation warning simply means that in future versions, this will not be supported

also what version webui 1.10.1 with gradio 3.41.2 workls fine it doesn't even show warnings

w-e-w avatar Aug 15 '24 07:08 w-e-w

Previously I was depending on update.bat to keep me current, and now since I have run --reinstall-xformers and --reinstall-torch everything has broken down and is mega slow. I still get these warnings, and plenty of other warnings. I have another issue posted for more on that.

tilkinsc avatar Aug 15 '24 07:08 tilkinsc