Skip to content

Commit

Permalink
Explicitely .show() the grid when generation completed
Browse files Browse the repository at this point in the history
  • Loading branch information
tpaviot committed Jul 25, 2023
1 parent a833db6 commit ac87b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/RAFT-diffusion/SD256-RAFT.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@
"\n",
" grid = image_grid(image_list, len(prompts),num_images_per_prompt)\n",
" grid.save(\"trained.png\")\n",
" grid"
" grid.show()"
]
}
],
Expand Down

0 comments on commit ac87b5b

Please sign in to comment.