-
Is it possible to install this extension to sdwebui without actually using the UI? For example, by manually building this extension and copying contents into the extensions folder for sdwebui? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Yes, you can download a zip here on github (or use git clone) and drop the folder into sdwebui > extensions. The webui installer doesn't do much more than that anyway afaik (at least in this case). You can then use the webui-user-dreambooth.sh/.bat to start everything (after copying it into the main folder). That should install all necessary dependencies and then start up normally. |
Beta Was this translation helpful? Give feedback.
-
Can Dreambooth be run without the WebUI? If so, I would like to train models with various parameters using a bash script. |
Beta Was this translation helpful? Give feedback.
Yes, you can download a zip here on github (or use git clone) and drop the folder into sdwebui > extensions. The webui installer doesn't do much more than that anyway afaik (at least in this case).
You can then use the webui-user-dreambooth.sh/.bat to start everything (after copying it into the main folder). That should install all necessary dependencies and then start up normally.