artyfacialintelagent / CloneCleaner

An extension for Automatic1111 to work around Stable Diffusion's "clone problem". It automatically modifies your prompts with random names, nationalities, hair style and hair color to create more variations in generated people.
MIT License
96 stars 7 forks source link

Extension UI is locked? #3

Open enzyme69 opened 1 year ago

enzyme69 commented 1 year ago

I installed CloneCleaner as extension for WebUI, but seems everything is locked. It seems "enabled", but I cannot change any attributes.

Is it possible that I am using "branched" or older version of WebUI?

artyfacialintelagent commented 1 year ago

Hard to say. What version are you on? Please copy the whole version info line at the very bottom of the auto1111 page and paste it here. And can you upload a screenshot?

enzyme69 commented 1 year ago

I don't think the CloneCleaner is really working. I check the metadata and all generation is still only using my original prompt, untweaked.

Screenshot 2023-06-28 at 2 51 22 pm

My WebUI info:

python: 3.10.10  •  torch: 1.13.1  •  xformers: N/A  •  gradio: 3.23.0  •  commit: 22bcc7be  •  checkpoint: [3eab100994]

enzyme69 commented 1 year ago
Error running process: /Users/me/stable-diffusion-webui/extensions/CloneCleaner/scripts/clonecleaner.py1.58s/it]
Traceback (most recent call last):
  File "/Users/me/stable-diffusion-webui/modules/scripts.py", line 417, in process
    script.process(p, *script_args)
TypeError: CloneCleanerScript.process() missing 10 required positional arguments: 'is_enabled', 'gender', 'insert_start', 'declone_weight', 'use_main_seed', 'declone_seed', 'use_components', 'exclude_regions', 'exclude_hairlength', and 'exclude_haircolor'

error message everytime it runs batch

artyfacialintelagent commented 1 year ago

You are running a very old version of Auto1111's webui - your commit is 989 commits behind master!! I'm surprised if you don't have a ton of other issues as well, and you are also missing a bunch of nice new features. Please update to the latest version (v1.4.0) and try again.