acheong08 / Diffusion-ColabUI

Choose your diffusion models and spin up a WebUI on Colab in one click
Apache License 2.0
419 stars 62 forks source link

error #101

Closed PutraCoud closed 1 year ago

PutraCoud commented 1 year ago

fatal: destination path 'stable-diffusion-webui' already exists and is not an empty directory. /content/stable-diffusion-webui Already up to date. Already on 'v2' Your branch is up to date with 'origin/v2'. /content

NameError Traceback (most recent call last)

in 124 get_ipython().system('COMMANDLINE_ARGS="{other_args} {vae_args} {vram} --gradio-auth {gradio_username}:{gradio_password} {output_path}" REQS_FILE="requirements.txt" python launch.py') 125 --> 126 install_deps() 127 run_webui() 128 #@markdown # Common issues in install_deps() 89 90 # Get models ---> 91 for model in customModels: 92 custom_model(model[0], model[1], model[2]) 93 if use_hypernetworks: NameError: name 'customModels' is not defined
acheong08 commented 1 year ago

Did you forget to define the models?

acheong08 commented 1 year ago

It's in the cell above

PutraCoud commented 1 year ago

i did, that happen after restarting webui

acheong08 commented 1 year ago

Restarting the UI means you have to set the models again. Python variables get cleared by colab

PutraCoud commented 1 year ago

oops thank you

just one thing, it happen everytime i use webui, it's always showing *C and then just turned off, what was that ?

acheong08 commented 1 year ago

Ran out of RAM.

acheong08 commented 1 year ago

It's a limit by Google. I can't fix it

PutraCoud commented 1 year ago

Thank you for answering 🙏