Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
thecooltechguy committed Mar 11, 2024
1 parent 10900e3 commit d029408
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.

Large diffs are not rendered by default.

Binary file added web/dist/assets/thumbnail-Btdrreby.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion web/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ComfyUI Launcher</title>
<script type="module" crossorigin src="/assets/index-UYC9bGsg.js"></script>
<script type="module" crossorigin src="/assets/index-DmjnsyUh.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BcHurkhF.css">
</head>
<body>
Expand Down
Binary file not shown.
3 changes: 1 addition & 2 deletions web/src/components/NewWorkflowUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import animateDiffThumbnail from '@/assets/workflow_templates/animate_diff/thumb
import svdThumbnail from '@/assets/workflow_templates/svd/thumbnail.webp'
import upscaleThumbnail from '@/assets/workflow_templates/upscale/thumbnail.webp'
import img2imgThumbnail from '@/assets/workflow_templates/img2img/thumbnail.webp'
import vid2vidThumbnail from '@/assets/workflow_templates/vid2vid/thumbnail.mp4'
import vid2vidThumbnail from '@/assets/workflow_templates/vid2vid/thumbnail.webp'
import img2vidThumbnail from '@/assets/workflow_templates/img2vid_svd/thumbnail.webp'
import { useQuery } from '@tanstack/react-query'

Expand Down Expand Up @@ -55,7 +55,6 @@ const workflowTemplates: WorkflowTemplateItem[] = [
title: 'Video to Video (vid2vid)',
description: 'Stylize any input video (e.g. anime style)',
thumbnail: vid2vidThumbnail,
isThumbnailVideo: true,
credits:
'https://comfyworkflows.com/workflows/84e00774-4a21-4555-b4dd-063eec3e604a',
},
Expand Down

0 comments on commit d029408

Please sign in to comment.