AUTOMATIC1111 / stable-diffusion-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
139.57k stars 26.46k forks source link

[Bug]: CLIP interrogate not working #11973

Open amoomehrshad opened 1 year ago

amoomehrshad commented 1 year ago

Is there an existing issue for this?

What happened?

hi guys pls help me i get an error when i click on interrogate clip *** Error interrogating Traceback (most recent call last): File "C:\Users\A\Desktop\A1111\modules\interrogate.py", line 193, in interrogate self.load() File "C:\Users\A\Desktop\A1111\modules\interrogate.py", line 121, in load self.blip_model = self.load_blip_model() File "C:\Users\A\Desktop\A1111\modules\interrogate.py", line 101, in load_blip_model blip_model = models.blip.blip_decoder(pretrained=files[0], image_size=blip_image_eval_size, vit='base', med_config=os.path.join(paths.paths["BLIP"], "configs", "med_config.json")) IndexError: list index out of range

Steps to reproduce the problem

  1. Go to ....
  2. Press ....
  3. ... sdf

What should have happened?

sdf

Version or Commit where the problem happens

v1.2.3

What Python version are you running on ?

Python 3.10.x

What platforms do you use to access the UI ?

Windows

What device are you running WebUI on?

Other GPUs

Cross attention optimization

V1

What browsers do you use to access the UI ?

No response

Command Line Arguments

sdf

List of extensions

sdf

Console logs

sdf

Additional information

esdf

Pervertica commented 8 months ago

I get this exact error. have you fixed it?