Skip to content

Commit

Permalink
Update safety_checker_int32_reduceSum.onnx
Browse files Browse the repository at this point in the history
  • Loading branch information
ibelem committed Aug 2, 2024
1 parent 0126183 commit 0a90b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/stable-diffusion-1.5/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ async function loadModel(modelName /*:String*/, executionProvider /*:String*/) {
// Outputs:
// float16 out_images
// bool has_nsfw_concepts
modelPath = Utils.modelPath() + "safety-checker.onnx";
modelPath = Utils.modelPath() + "safety_checker_int32_reduceSum.onnx";
freeDimensionOverrides = {
batch: 1,
channels: 3,
Expand Down

0 comments on commit 0a90b2a

Please sign in to comment.