diff --git a/web/public/example-workflows/automatic-inpainting-seg.webp b/web/public/example-workflows/automatic-inpainting-seg.webp new file mode 100644 index 0000000..2672f32 Binary files /dev/null and b/web/public/example-workflows/automatic-inpainting-seg.webp differ diff --git a/web/public/example-workflows/txt2img-controlnet.webp b/web/public/example-workflows/txt2img-controlnet.webp new file mode 100644 index 0000000..ea73dbb Binary files /dev/null and b/web/public/example-workflows/txt2img-controlnet.webp differ diff --git a/web/public/example-workflows/txt2img-sdxl-turbo.webp b/web/public/example-workflows/txt2img-sdxl-turbo.webp new file mode 100644 index 0000000..5d92bac Binary files /dev/null and b/web/public/example-workflows/txt2img-sdxl-turbo.webp differ diff --git a/web/src/app/(app)/examples/page.tsx b/web/src/app/(app)/examples/page.tsx index b05de19..e84c2d3 100644 --- a/web/src/app/(app)/examples/page.tsx +++ b/web/src/app/(app)/examples/page.tsx @@ -48,12 +48,39 @@ const exampleWorkflows: exampleWorkflow[] = [ }, { title: "Upscale and Add Detail SDXL", - description: "Upscale and Add Details to your creations", + description: "Upscale and Add Details to your creations.", previewURL: 'https://www.comfydeploy.com/share/comfy-deploy-example-upscale-and-add-detail-sdxl', image: { src: '/example-workflows/upscale.webp', alt: 'Upscale and Add Detail SDXL', } + }, + { + title: "Txt2Img SDXL Turbo", + description: "Try SDXL turbo and generate images since 1 step in seconds.", + previewURL: 'https://www.comfydeploy.com/share/comfy-deploy-example-txt2img-sdxl-turbo', + image: { + src: '/example-workflows/txt2img-sdxl-turbo.webp', + alt: 'Txt2Img SDXL Turbo', + } + }, + { + title: "Img2Img SDXL Controlnet", + description: "This workflow uses canny. Generate lines of you original image and create variations.", + previewURL: 'https://www.comfydeploy.com/share/comfy-deploy-example-img2-img-sdxl-controlnet', + image: { + src: '/example-workflows/txt2img-controlnet.webp', + alt: 'Img2Img SDXL Controlnet', + } + }, + { + title: "Automatic Inpainting (SEG)", + description: "Type what do you want to select and change that area with your prompt.", + previewURL: 'https://www.comfydeploy.com/share/comfy-deploy-example-automatic-inpainting-clip-seg', + image: { + src: '/example-workflows/automatic-inpainting-seg.webp', + alt: 'Img2Img SDXL Controlnet', + } } ]; @@ -67,7 +94,7 @@ async function Examples() {

Text to Image, Image to Image, IPAdapter, and more. Here are some examples that you can use to deploy your workflow.

-
+
{exampleWorkflows.map(workflow => { return