TheLastBen / fast-stable-diffusion

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

Paperspace Last Cell Error #2152

Closed Wyeel closed 1 year ago

Wyeel commented 1 year ago

Hello, I'm getting this error on Paperspace when trying to run the last cell. I've tried restarting the machine and changing it as well to no avail:

TypeError Traceback (most recent call last) Cell In [7], line 13 7 Ngrok_token = "" 9 # Offers better gradio responsivity, get your token here https://dashboard.ngrok.com/get-started/your-authtoken 10 11 12 #----------------- ---> 13 configf=sdui(User, Password, Ngrok_token, model) if 'model' in locals() else sdui(User, Password, Ngrok_token, "") 14 get_ipython().system('python /notebooks/sd/stable-diffusion-webui/webui.py $configf')

TypeError: sdui() takes 3 positional arguments but 4 were given

TheLastBen commented 1 year ago

use the latest notebook by copying it from the folder "latest_notebooks" to the main workspace (overwrite existing)

Wyeel commented 1 year ago

I couldn't copy overwrite as it just kept saying error similar name (without an option to overwrite). Did some renaming and just used the new notebook and works fine, thanks!

TheLastBen commented 1 year ago

you can simply remove the old notebooks and copy the new ones