Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Tars committed Jan 2, 2025
1 parent c93e481 commit fe701ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ int main() {
resultVae.getData()[i] = resultVae.getData()[i] * 255;
}
intptr_t sizes[4] = {1, 3, 512, 512};
Image<float, 4> img(resultVae, sizes);
Image<float, 4> img(resultVae.getData(), sizes);

const std::string Imgfilename =
"../../build/examples/BuddyStableDiffusion/" + image_name + ".bmp";
Expand Down

0 comments on commit fe701ef

Please sign in to comment.