mlc-ai / web-stable-diffusion

Bringing stable diffusion models to web browsers. Everything runs inside the browser with no server support.
https://mlc.ai/web-stable-diffusion
Apache License 2.0
3.51k stars 220 forks source link

Update stable diffusion log_db (database) for the newly introduced purity flag #40

Closed felixslu closed 1 year ago

felixslu commented 1 year ago

hi,MLC Team! Could you have time to update the stable diffusion log_db ? Because, we can not get auto-tunning params for newly introduced purity flag. We get error below when do "ms.database.create" ops.

/workspace/tvm/src/node/serialization.cc:375: JSONReader: cannot find field purity

Michellejia commented 1 year ago

I have the same error. Would really appreciate it if you could update the folder!

MasterJH5574 commented 1 year ago

Hi @felixslu and @Michellejia, thanks for your feedback! The database has been fixed by #42 with local test. I would appreciate if you could try out the build. Sorry for the delaying response.

felixslu commented 1 year ago

Hi @felixslu and @Michellejia, thanks for your feedback! The database has been fixed by #42 with local test. I would appreciate if you could try out the build. Sorry for the delaying response.

Thanks a lot! We run it on our target device now after your updates!

Could you guide us to auto tune the SD v1.5 model as mentioned in this issue? https://github.com/mlc-ai/web-stable-diffusion/issues/39 because we want to deploy it on other devices,such as mobile phones.

tqchen commented 1 year ago

Closing for now as original issue is resolved, feel free to open a new issue

Civitasv commented 1 year ago

The database has been fixed by #42 with local test.

Hello, @MasterJH5574. Could you please share the script you are using? I would like to obtain the tune records myself.