-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Combined image with WebUI #3
Comments
I'm also looking for this |
I'm not familiar with the differences, but as long as the basic functionality is similar I'm totally fine with both. I just want to avoid renting two GPUs at the same time for a task that can easily be done on a single GPU. Thanks for your great work btw. |
Forge makes more sense. For example forge already supports Flux but Automatic1111 is still lagging. |
I would opt for a combination of "FORGE + ComfyUI + Kohya_ss"
During a training you still could play or prepare a ComfyUI workflow while waiting, and all FLUX models could be shared between all 3 environments. THAT would be my wish from @robballantyne ;-) |
I second this. I'm trying to run both docker-compose manifests for ComfyUI and Forge and despite setting offset ports, I'm getting errors with syncthing supervisor_1 | [start] 2024/11/19 12:56:40 WARNING: Error opening database: resource temporarily unavailable (is another instance of Syncthing running?) so effectively i can only run one docker-compose instance at a time. cross-compat on the same VM would be nice or even a single docker-image. great work btw. you're a mensch for making this for the rest of us 👏👏👏 |
@paulpierre pass This variable takes a comma delimited string of services you don't want to start. This is the first move towards separating the services over several images - Focus has always been on the all-in-one image required by some cloud platforms but it's not ideal when orchestrating locally and some services simply don't make sense on a local machine |
worked 👌 for anyone else wondering, add " |
It is nice to combine Automatic1111 WebUI together with Kohya, mainly to test the models in between training. Is this possible to merge the two docker images into a single one?
The text was updated successfully, but these errors were encountered: