We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
opts.enable_emphasis is missing
No response
webui 1.8 txt2vid -2024.5.24
torch: 2.1.2+cu121 • xformers: 0.0.23.post1 • gradio: 3.41.2version:
24GB
Local PC setup (Linux)
?
clip_hardcode.py AttributeError: 'Options' object has no attribute 'enable_emphasis'
The problem was solved by adding the following code to text2vid.py
shared.opts.add_option("enable_emphasis", shared.OptionInfo( False, "enable_emphasis", gr.Checkbox, {'interactive':True, 'visible':True}, section=section))
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Can confirm, this fixed the issue for me, too. Thanks!
No branches or pull requests
Is there an existing issue for this?
Are you using the latest version of the extension?
What happened?
opts.enable_emphasis is missing
Steps to reproduce the problem
What should have happened?
No response
WebUI and Deforum extension Commit IDs
webui 1.8
txt2vid -2024.5.24
Torch version
torch: 2.1.2+cu121 • xformers: 0.0.23.post1 • gradio: 3.41.2version:
What GPU were you using for launching?
24GB
On which platform are you launching the webui backend with the extension?
Local PC setup (Linux)
Settings
?
Console logs
Additional information
The problem was solved by adding the following code to text2vid.py
The text was updated successfully, but these errors were encountered: