VectorSpaceLab / OmniGen

OmniGen: Unified Image Generation. https://arxiv.org/pdf/2409.11340
MIT License
2.52k stars 187 forks source link

cannot import name 'OmniGenPipeline' #80

Closed runshouse closed 1 week ago

runshouse commented 1 week ago

When I run:

!git clone https://github.com/VectorSpaceLab/OmniGen from OmniGen import OmniGenPipeline

I get the error:

cannot import name 'OmniGenPipeline'

Any ideas how to fix?