Skip to content

Commit

Permalink
Update buddy-stablediffusion-main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Tars authored Oct 27, 2024
1 parent 5368e98 commit 53aef9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/BuddyStableDiffusion/buddy-stablediffusion-main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ int main() {
MemRef<float, 1> timestep({1});
// Define vae parameters
MemRef<float, 4> resultVae({1, 3, 512, 512});
MemRef<float, 1> arg0_vae({49490179});
MemRef<float, 1> arg0_vae({49490199});

// Loading model parameters
printLogLabel();
Expand Down Expand Up @@ -424,4 +424,4 @@ int main() {
}

return 0;
}
}

0 comments on commit 53aef9b

Please sign in to comment.