-
Notifications
You must be signed in to change notification settings - Fork 7
Description
When using the plug-in with Automatic1111 v1.7 the following appears in the log window:
I:\zzz_stablediffusion\stable-diffusion-webui\extensions\CloneCleaner\scripts\clonecleaner.py:60: GradioDeprecationWarning: The style method is deprecated. Please set these arguments in the constructor instead.
gender.style(container=False, item_container=False)
I:\zzz_stablediffusion\stable-diffusion-webui\extensions\CloneCleaner\scripts\clonecleaner.py:60: GradioDeprecationWarning: The item_container parameter is deprecated.
gender.style(container=False, item_container=False)
I:\zzz_stablediffusion\stable-diffusion-webui\extensions\CloneCleaner\scripts\clonecleaner.py:72: GradioDeprecationWarning: The style method is deprecated. Please set these arguments in the constructor instead.
declone_seed.style(container=False)
I:\zzz_stablediffusion\stable-diffusion-webui\extensions\CloneCleaner\scripts\clonecleaner.py:72: GradioDeprecationWarning: Unknown style parameter: container
declone_seed.style(container=False)