crowwork OP t1_jcpojd6 wrote on March 18, 2023 at 4:27 PM Reply to comment by WASDx in [P] Web Stable Diffusion by crowwork Explicitly means we need to write js code to request the cache as oppose to browser's automatic caching. https://developer.mozilla.org/en-US/docs/Web/API/Cache Permalink Parent 5
crowwork OP t1_jcourze wrote on March 18, 2023 at 12:43 PM Reply to comment by WASDx in [P] Web Stable Diffusion by crowwork models are stored in the browser cache via an explicit browser cache api. So the model is cached once. Permalink Parent 3
crowwork OP t1_jcpojd6 wrote
Reply to comment by WASDx in [P] Web Stable Diffusion by crowwork
Explicitly means we need to write js code to request the cache as oppose to browser's automatic caching. https://developer.mozilla.org/en-US/docs/Web/API/Cache