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

Fixed seed causes error #271

Closed
lendrick opened this issue Feb 24, 2023 · 0 comments
Closed

Fixed seed causes error #271

lendrick opened this issue Feb 24, 2023 · 0 comments

Comments

@lendrick
Copy link

When you run with a fixed seed, you get an error about the seed not being an integer.

Changing line 64 of dynamic_prompting.py to this:

all_seeds = [int(p.seed)] * num_seeds

fixes the issue.

adieyal added a commit that referenced this issue Feb 26, 2023
Moved into helpers.py
Ensured that seeds are integers
Fixef subseed implementation

Fixes #271
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