Replies: 1 comment 4 replies
-
So, I think you have two problems: One, you probably need to change the "file prompt contents" value to tell the app what is in the tags for your instance images. Based on what you have above, I'm guessing your instance images are generically captioned, so, like "a photo of a girl wearing a white dress" or "a girl standing in the sun" or something like that? As in, 'ckuyeqaz' is not present in any of the captions? If so, then file prompt contents should be "Class Token + Description". If "girl" is not in any of the captions, and it just tags like 1girl, dress, white, sunlight" or something, then "Description" is fine. And for completeness, if your instance photos were captioned "ckuyeqaz girl wearing white dreass", file prompt contents would be Instance + Class + Description. Now the program knows how to parse instance images. For instance and class prompt, you more than likely want to use just [filewords], assuming you have your classifier in the captions already. If there is no class OR subject in the captions, then instance prompt would stay how you have it, and class prompt would be ckuyeqaz girl [filewords]. LAST, you're missing your class and instance token, which are very much needed when using [filewords]. Instance token is just the subject, so 'ckuyeqaz', and class token would be what your subject is, so assuming 'girl' or 'woman'. You don't need to put "a girl", etc. Once all configured, the end results should be like so: Existing caption: "a photo of a girl in a white dress" Or, if description only: Created instance/sample: "ckuyeqaz girl white dress, photo" It's complicated AF, I know. But it kinda has to be in order to support the myriad ways people can tag photos or want to generate prompts... |
Beta Was this translation helpful? Give feedback.
-
Since the updates that introduced shuffling and things like: instance_token and class_token { don't really understand those. I would love to have more detailed description and usage of them explained], I can't eliminate bleeding from my subjects/styles, like in the versions before, whille using the same exact settings. Maybe it is my fault, if so, please share your experience, so we all can learn from it!
Beta Was this translation helpful? Give feedback.
All reactions