stablediffusion icon indicating copy to clipboard operation
stablediffusion copied to clipboard

Add Replicate Demo

Open ArielReplicate opened this issue 3 years ago • 0 comments

Hey ! 👋

Thanks for another great project !

This pull request makes it possible to run your model up-scaling model inside a Docker environment, which makes it easier for other people to run it. We're using an open source tool called Cog to make this process easier.

This also means we can make a web page where other people can run your model! View it here: https://replicate.com/arielreplicate/stable_diffusion2_upscaling

Replicate also have an API, so people can easily run your model from their code:

import replicate
model = replicate.models.get("[arielreplicate/stable_diffusion2_upscaling]")
model.predict(...)

If you'd like to modify the Replicate page, let me know and I can transfer ownership to your account.

If you'r interested I can help in making online demos for the other capabilities in this repo like img2img and txt2img. Feel free to contact me.

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 round implementing models we like. 😊

ArielReplicate avatar Dec 23 '22 08:12 ArielReplicate