Skip to content

harkonkr/OmniGen-ComfyUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmniGen-ComfyUI

a custom node for OmniGen, you can find workflow here

EXample

in prompt text, you only need image_1, text will auto be <img><|image_1|></img>

text image_1 image_2 image_3 out_img
A curly-haired man in a red shirt is drinking tea. -- -- --
The woman in image_1 waves her hand happily in the crowd -- --

Tips

For out of memory or time cost, you can refer to inference.md#requiremented-resources to select a appropriate setting.

{"task_type":"text_to_iamge","instruction":"A white cat resting on a picnic table.","input_images":[],"output_image":"cat.png"}
{"task_type":"image_edit","instruction":"<img><|image_1|></img> The umbrella should be red.","input_images":["edit_source_1.png"],"output_image":"edit_target_1.png"}
{"task_type":"segementation","instruction":"Find lamp in the picture <img><|image_1|></img> and color them blue.","input_images":["seg_input.png"],"output_image":"seg_output.png"}
{"task_type":"try-on","instruction":"<img><|image_1|></img> wears <img><|image_2|></img>.","input_images":["model.png","clothes.png"],"output_image":"try_on.png"}
{"task_type":"pose", "instruction": "Detect the skeleton of human in <img><|image_1|></img>", "input_images": ["human_pose.png"], "output_image": "pose.png"}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%