Skip to content

Commit

Permalink
Fix typo in stable_diffusion.js (mlc-ai#12)
Browse files Browse the repository at this point in the history
intialize -> initialize
  • Loading branch information
eltociear authored Mar 17, 2023
1 parent 5a1c325 commit 1e490cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/stable_diffusion.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ class StableDiffusionInstance {
new EmccWASI(),
this.logger
);
// intialize WebGPU
// initialize WebGPU
try {
const output = await tvmjs.detectGPUDevice();
if (output !== undefined) {
Expand Down

0 comments on commit 1e490cb

Please sign in to comment.