-
Notifications
You must be signed in to change notification settings - Fork 6.4k
-
Hi, I wonder if text prompt is necessary? Take style transfer for example, must the text prompt be provided?
Can I use one image for the source and another image for the target style without any text info?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
Hi, your question is too broad, there are tons of models and it depends on which one you're referring. The only one that I know that could work with what you are describing is using a distilled SDXL model or lora with IP Adapters and img2img, but that's kind of old, nowadays you can use an edit model and for those models you need to ask the model what do you want, for example: change the style of image1 with the style of image2
which is a prompt, but if you're building an app, you can hide all of this and just make the user input two images.
Beta Was this translation helpful? Give feedback.