lllyasviel / Omost

Your image is almost there!
Apache License 2.0
6.69k stars 401 forks source link

Without gradio? #47

Open zengbohan0217 opened 3 weeks ago

zengbohan0217 commented 3 weeks ago

Thank you for your excellent work. Could you provide a version without gradio? The current version is somewhat unfriendly to developers.

gururise commented 3 weeks ago

Would love to see a version without any UI that would just output json that can be used with any image gen model.

huchenlei commented 2 weeks ago

ComfyUI impl does that: https://github.com/huchenlei/ComfyUI_omost

peki12345 commented 2 weeks ago

ComfyUI impl does that: https://github.com/huchenlei/ComfyUI_omost

Thank you for your contribution! However, to my knowledge, ComfyUI is still an application with an interface. What we want is a simple script to run in Linux: Python XXX.py can return the result.

SongwuJob commented 1 week ago

Thank you for your excellent work. Could you provide a version without gradio? The current version is somewhat unfriendly to developers.

I provide a simple inference code in https://github.com/SongwuJob/Omost_with_SR

SongwuJob commented 1 week ago

ComfyUI impl does that: https://github.com/huchenlei/ComfyUI_omost

Thank you for your contribution! However, to my knowledge, ComfyUI is still an application with an interface. What we want is a simple script to run in Linux: Python XXX.py can return the result.

https://github.com/SongwuJob/Omost_with_SR