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

Flavors with a backslash can't be generated #8

Open
Mistborn-First-Era opened this issue Oct 27, 2022 · 0 comments
Open

Flavors with a backslash can't be generated #8

Mistborn-First-Era opened this issue Oct 27, 2022 · 0 comments

Comments

@Mistborn-First-Era
Copy link

I might just be goofing somewhere but anytime I get to a flavor with a " / " in it my image generation crashes. Here is the error.

Error completing request[55:51,  5.15it/s]
Arguments: ('', '', 'None', 'None', 20, 0, False, False, 1, 1, 7, -1.0, -1.0, 0, 0, 0, False, 512, 512, False, 0.7, 0, 0, 4, 0.9, 5, '0.0001', False, 'None', '', 0.1, False, False, False, None, '', 1, '', 0, '', True, False, False, 1.0, 1.0, 'a painting in', 'style', 'picture frame, portrait photo', [<tempfile._TemporaryFileWrapper object at 0x0000016D0B4B9180>]) {}
Traceback (most recent call last):
  File "C:\Users\Name\stable-diffusion-webui\modules\ui.py", line 221, in f
    res = list(func(*args, **kwargs))
  File "C:\Users\Name\stable-diffusion-webui\webui.py", line 63, in f
    res = func(*args, **kwargs)
  File "C:\Users\Name\stable-diffusion-webui\modules\txt2img.py", line 45, in txt2img
    processed = modules.scripts.scripts_txt2img.run(p, *args)
  File "C:\Users\Name\stable-diffusion-webui\modules\scripts.py", line 286, in run
    processed = script.run(p, *script_args)
  File "C:\Users\Name\stable-diffusion-webui\extensions\stable-diffusion-webui-inspiration\scripts\inspiration.py", line 52, in run
    os.mkdir(artist_path)
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\Name\\stable-diffusion-webui\\extensions\\stable-diffusion-webui-inspiration\\inspiration\\flavors\\f/1.4'

I am using the new v2 list as well if that matters.

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