Running on other cloud providers

Hey @Raj_Dhakad, welcome to the forums! Sorry for the delay while I’ve been travelling, and thanks for that interesting feedback on the other providers.

Yeah, I think we could adapt docker-diffusers-api to Replicate too. We’d probably need to bypass a lot of the Replicate specific features, so, no cog file, and probably no typed arguments (we know all the types we take for callInputs, but the modelInputs are for the most part not touched at all and parsed straight to the appropriate diffusers pipeline) - instead we’ll just take a long JSON string with everything, which should be ok.

So, the short answer is this is very possible, but unfortunately I’m a bit pressured for time at the moment and can’t say when I’ll have a chance to work on this. I’ve added it to my list though and will keep you posted here. If it’s something you’d like to try on your own, I’ll be around for guidance. I’ve opened a new topic [WIP] Can we get this working on Replicate? where we can discuss further :pray:

1 Like