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

AttributeError: 'NoneType' object has no attribute 'strip' #87

Open
venshine opened this issue Oct 18, 2023 · 0 comments
Open

AttributeError: 'NoneType' object has no attribute 'strip' #87

venshine opened this issue Oct 18, 2023 · 0 comments

Comments

@venshine
Copy link

venshine commented Oct 18, 2023

      File "/home/venshine/stable-diffusion-webui2/extensions/batch-face-swap/scripts/batch_face_swap.py", line 457, in generateImages
        geninfo = generation_parameters_copypaste.parse_generation_parameters(geninfo)
      File "/home/venshine/stable-diffusion-webui2/modules/generation_parameters_copypaste.py", line 228, in parse_generation_parameters
        *lines, lastline = x.strip().split("\n")
    AttributeError: 'NoneType' object has no attribute 'strip'

What should I do?

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