I also changed the port to 3010
Next step in the tutorial says to save and webui-user.sh and then shut down the terminal - NOTE: at this stage in the process there is no terminal running, so I can't shut one down. However, I continue with the tutorial.
Next step is to launch the UI so, in the correct dir I start the relauncher.
I have gradio link now and can see the UI.
I follow the instructions and yes, I can generate images.
Next is to install Dreambooth from the extensions tab in the UI.
The one available is
"Dreambooth training based on Shivam Shiaro's repo, optimized for lower-VRAM GPUs.
Added: 2022-11-07"
NOTE: this is not the latest Dreambooth on Github
However, I install it and yes we see
"Installed into /workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension. Use Installed tab to restart." in the UI.
Then I restart my terminal.
At this point I'm presented with a new gradio link for the UI.
Below that I get this error:
Error executing callback app_started_callback for /workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/scripts/api.py
Traceback (most recent call last):
File "/workspace/stable-diffusion-webui/modules/script_callbacks.py", line 101, in app_started_callback
c.callback(demo, app)
File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/scripts/api.py", line 524, in dreambooth_api
model_cfg: DreamboothConfig = Body(description="The config to save"),
NameError: name 'DreamboothConfig' is not defined