👗How to Create a Clothing Restyler App (IP Adapter, ControlNet + GPT Vision)

In this video we show you how to create a workflow that allows you to design new fashion trends in the blink of an eye! Using a combination of Controlnet, IP Adapter and GPT Vision, this mini-app can

Check out the example glif here!

Step by step

  1. Click Build to start a new glif project.

  2. Add two Image Input Blocks.

  3. Label one "Original Image" and the other "Style Image".

  4. Add a Multipick Input Block.

  5. List the integers 0.0 to 1.0 incrementally by 0.1 each step in the previous block.

  6. Add a Glif Block.

  7. Switch the Glif Block to GPT Vision.

  8. Add the parameters outlined below.

  9. Add an LLM Block and under "Advanced", select Claude 3.5 Sonnet.

  10. Adjust the LLM to the below parameters.

  11. (Optional) Add Several Text Combine Blocks to set values for the IPA Strength (1), Mask Blur (30), and Target (outfit).

  12. (Optional) Add a Text Combine Block for the prompt: bizarre fashion photograph of person wearing [style description], shot on film.

  13. Add a ComfyUI Block.

  14. Input below JSON into ComfyUI Block.

  15. Publish the glif!

Text Prompt

You're a fashion designer, taking inspiration from all sorts of images. Today you want to create a unisex outfit inspired by this image. Write a brief description of the outfit, focus on the style, theme, colors and fabrics and materials (bizarre is good!). This is for a high end weirdo fashion brand, so any and all materials are possible, you can even go sci-fi. Just go, write a 6-7 word sentence, no more, no yapping:

Image URL

[Style Image]

maxTokens

100

Last updated