8000 added replicate demo by daanelson · Pull Request #7 · albarji/mixture-of-diffusers · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

added replicate demo #7

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

daanelson
Copy link
@daanelson daanelson commented Mar 1, 2023

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. 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0