Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StyleSelectorXL styles not loading #28

Open
Robbdeeze opened this issue Oct 10, 2023 · 0 comments
Open

StyleSelectorXL styles not loading #28

Robbdeeze opened this issue Oct 10, 2023 · 0 comments

Comments

@Robbdeeze
Copy link

Not loading, I added a lot of styles and now it's not loading. FYI I'm using a Google Collab folder.

Heres the error

Loading weights [31e35c80fc] from /content/gdrive/MyDrive/sd/stable-diffusion-webui/models/Stable-diffusion/sd_xl_base_1.0.safetensors
*** Error calling: /content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/StyleSelectorXL/scripts/StyleSelectorXL.py/ui
Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/scripts.py", line 402, in wrap_call
return func(*args, **kwargs)
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/StyleSelectorXL/scripts/StyleSelectorXL.py", line 139, in ui
value=False, label="Generate All Styles In Order", info="To Generate Your Prompt in All Available Styles, Its Better to set batch count to " + str(len(self.styleNames)) + " ( Style Count)")
TypeError: object of type 'NoneType' has no len()


*** Error calling: /content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/StyleSelectorXL/scripts/StyleSelectorXL.py/ui
Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/scripts.py", line 402, in wrap_call
return func(*args, **kwargs)
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/StyleSelectorXL/scripts/StyleSelectorXL.py", line 139, in ui
value=False, label="Generate All Styles In Order", info="To Generate Your Prompt in All Available Styles, Its Better to set batch count to " + str(len(self.styleNames)) + " ( Style Count)")
TypeError: object of type 'NoneType' has no len()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant