fast-stable-diffusion icon indicating copy to clipboard operation
fast-stable-diffusion copied to clipboard

NameError: name 'os' is not defined

Open goburinking opened this issue 1 year ago • 3 comments

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

goburinking avatar Sep 01 '24 07:09 goburinking

I need to solve the problem, can someone please help me. NameError: name 'capture' is not defined

goburinking avatar Sep 01 '24 07:09 goburinking

run the cell before it

TheLastBen avatar Sep 01 '24 10:09 TheLastBen

TheLastBen, problem solved. Thank you very much.

goburinking avatar Sep 01 '24 11:09 goburinking