Skip to content

Commit

Permalink
Use jpg for template workflow thumbnail (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei authored Oct 2, 2024
1 parent 861bcab commit 8b2ef3c
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
Binary file added public/templates/default.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/templates/default.png
Binary file not shown.
Binary file added public/templates/flux_schnell.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/templates/flux_schnell.png
Binary file not shown.
Binary file added public/templates/image2image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/templates/image2image.png
Binary file not shown.
Binary file added public/templates/upscale.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/templates/upscale.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/templates/TemplateWorkflowsContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@click="loadWorkflow(template)"
>
<img
:src="`/templates/${template}.png`"
:src="`/templates/${template}.jpg`"
class="w-64 h-64 rounded-lg object-cover"
/>
<a>
Expand Down

0 comments on commit 8b2ef3c

Please sign in to comment.