TheLastBen / fast-stable-diffusion

fast-stable-diffusion + DreamBooth
MIT License
7.48k stars 1.3k forks source link

NameError: name 'os' is not defined #2917

Open goburinking opened 1 week ago

goburinking commented 1 week ago

When I press the play button at Requirements, I get the following error.

NameError Traceback (most recent call last)

in () 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 commented 1 week ago

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

TheLastBen commented 1 week ago

run the cell before it

goburinking commented 1 week ago

TheLastBen, problem solved. Thank you very much.