divamgupta / stable-diffusion-tensorflow

Stable Diffusion in TensorFlow / Keras
Other
1.57k stars 227 forks source link

tensorflow.js #57

Open MatPoliquin opened 1 year ago

MatPoliquin commented 1 year ago

Anyone tried these models (after exporting them) with tensorflow.js?

andreclaudino commented 1 year ago

No, I am planning in using thet in a JS environment. Do you have any results/suggestions that I can use to accelerate my plans?

stephenjason89 commented 1 year ago

Also interested in this

divamgupta commented 1 year ago

https://github.com/mlc-ai/web-stable-diffusion Check this out

On Tue, Mar 28, 2023 at 10:02 PM Stephen Jason Wang < @.***> wrote:

Also interested in this

— Reply to this email directly, view it on GitHub https://github.com/divamgupta/stable-diffusion-tensorflow/issues/57#issuecomment-1487841788, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAONR5KIV5M665F4VT34M63W6OJ2NANCNFSM6AAAAAAR6PZMKU . You are receiving this because you are subscribed to this thread.Message ID: @.*** com>

stephenjason89 commented 1 year ago

@divamgupta thank you for the link It is really early for this and it only works on chrome canary with this flag at the moment

/Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary --enable-dawn-features=disable_robustness

I hope it gets implemented everywhere soon