Hey, I would like to implement the following scenario:
Based on a realistic image (e.g. a cat), I would like to generate the image with the same image composition in a different style (e.g. comic).
The workflow is the following:
- Generate an image with the “Leonardo Generate an Image” Module
- Get the generation of images
- Generate an Image using Image to Image Guidance
- Get the genration of images made using Image to Image Guidance
You fine the Leonardo Documentation here: Generate Images Using Image Guidance
My Problem is step 3. (see Screenshot)
Do you know a way to solve this? My problem is also that I’m not sure if I reach my goal with this solution. Because I do not provide the API with a style reference or anything similar.
Do you know any solutions how I send an image to Leonardo and get an image in different style back?