-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
segmentation-based controlled image generation #51
Comments
Please check this #8 |
@jiangzeyinzi Thank you for your answer. I made the modification on the yaml file based on canny, but now I have encountered some problems. My data collection format Source: FILE, Target: FILE, Prompt. Source:FILE indicates the original image; Target:FILE indicates the segmentation image; Prompt: Convert to a segmentation map based on the prompt. But the result is similar to Target:FILE. I want to generate images that are similar to Source:FILE and based on the conditions of Target:FILE |
Based on your description, I'm still a bit confused about which task you would like to execute:
Our framework can handle all of these tasks, but the methods of use differ. |
@jiangzeyinzi
|
The scepter_img2img_hed_example YAML or data format you are using is supported by another work, stylebooth, for image editing tasks. In SCEdit, we extract image conditions through on-the-fly operation by registering ANNOTATORS, so the inputs are just the prompt and the target image, as shown in the several You can achieve the required functionality by registering the ANNOTATORS of segment algo, such as Uniformer, in the |
Thank you for your contributions. Could you please tell me how to do segmentation-based controlled image generation
The text was updated successfully, but these errors were encountered: