Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey @albarji ! 👋
Really great work with mixture of diffusers! I like the approach you took to composing a scene. This pull request has a link to a demo that's running Mixture of Diffusers in a docker environment. View it here: https://replicate.com/daanelson/mixture-of-diffusers
We're using an open source tool called Cog to make this process easier. The demo on Replicate comes with an API, so people can easily run your model from their code:
import replicate
model = replicate.models.get("daanelson/mixture-of-diffusers")
model.predict(prompt="")
The implementation for adding your model to Replicate can be found here, happy to merge that into your main repo as well if you'd like.
We'd like to transfer the Replicate page ownership to your account (simply register with your github username) so you can modify and push updates to it, let me know if you're interested.
In case you're wondering who I am, I'm from Replicate, where we're trying to make machine learning reproducible. We got frustrated that we couldn't run all the really interesting ML work being done. So, we're going around implementing models we like. 😊