Skip to content

GradioDepreciation warning with Automatic1111 v1.7 #18

@jonk999

Description

@jonk999

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions