jtydhr88 / sd-canvas-editor

A custom extension for sd-webui that integrated a full capability canvas editor which you can use layer, text, image, elements, etc
148 stars 11 forks source link

This extension is always communicating with "api.polotno.dev" and thus requires internet connection to run locally #16

Closed ye7iaserag closed 11 months ago

ye7iaserag commented 11 months ago

Basically title, webui is designed to run fully local, why is the extension fetching js files from polotno.dev which in turn does http requests to api.polotno.dev?

jtydhr88 commented 11 months ago

No special reason, I just follow the framework document which required api key, see https://polotno.com/docs/overview, I think the Polotno needs check the api key is valid. Here is the Polotno project official GitHub https://github.com/polotno-project/polotno-studio, please open its issue and I think it is the best place to get answer which your concern. I will close this issue for now.