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

FreePromptEditing:TypeError: SelfAttentionControlEdit.__init__() got multiple values for argument 'self_replace_steps' #358

Open
ersanliqiao opened this issue Apr 11, 2024 · 1 comment

Comments

@ersanliqiao
Copy link

what's the problem

@Bingyan-Liu
Copy link
Collaborator

This error is likely due to an incorrect parameter passed to self_replace_steps. Please check if your self_replace_steps is a floating-point number between 0 and 1, e.g. self_replace_steps = 0.8. self_replace_steps cannot be a list or a tuple.

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

2 participants