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

init image error codes #132

Open
cupcakev3 opened this issue Apr 18, 2023 · 0 comments
Open

init image error codes #132

cupcakev3 opened this issue Apr 18, 2023 · 0 comments

Comments

@cupcakev3
Copy link

KeyError Traceback (most recent call last)
in <cell line: 184>()
200 prompt = f"{prev_prompt}, {prompt}"
201 if rec.get('frame0_fpath') is None:
--> 202 init_image = list(get_image_for_prompt(
203 prompt,
204 height=height,

1 frames
/usr/lib/python3.9/os.py in getitem(self, key)
677 except KeyError:
678 # raise KeyError with the original key value
--> 679 raise KeyError(key) from None
680 return self.decodevalue(value)
681

KeyError: 'STABILITY_KEY'

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