TheLastBen / fast-stable-diffusion

fast-stable-diffusion + DreamBooth
MIT License
7.55k stars 1.31k forks source link

NameError: name 'os' is not defined #2917

Open goburinking opened 2 months ago

goburinking commented 2 months 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 2 months ago

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

TheLastBen commented 2 months ago

run the cell before it

goburinking commented 2 months ago

TheLastBen, problem solved. Thank you very much.