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
When I press the play button at Requirements, I get the following error.
NameError Traceback (most recent call last) in <cell line: 5>() 3 print('Installing requirements...') 4 ----> 5 with capture.capture_output() as cap: 6 get_ipython().run_line_magic('cd', '/content/') 7 get_ipython().system('wget -q -ihttps://raw.githubusercontent.com/TheLastBen/fast-stable-diffusion/main/Dependencies/A1111.txt')
NameError: name 'capture' is not defined
The text was updated successfully, but these errors were encountered:
I need to solve the problem, can someone please help me. NameError: name 'capture' is not defined
Sorry, something went wrong.
run the cell before it
TheLastBen, problem solved. Thank you very much.
No branches or pull requests
When I press the play button at Requirements, I get the following error.
NameError Traceback (most recent call last)
in <cell line: 5>()
3 print('Installing requirements...')
4
----> 5 with capture.capture_output() as cap:
6 get_ipython().run_line_magic('cd', '/content/')
7 get_ipython().system('wget -q -ihttps://raw.githubusercontent.com/TheLastBen/fast-stable-diffusion/main/Dependencies/A1111.txt')
NameError: name 'capture' is not defined
The text was updated successfully, but these errors were encountered: