VectorSpaceLab / OmniGen

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

Can You Fix the Hugging Face Demo? #22

Open healthyman7 opened 3 weeks ago

healthyman7 commented 3 weeks ago

runtime error Exit code: 1. Reason: The cache for model files in Transformers v4.22.0 has been updated. Migrating your old cache. This is a one-time only operation. You can interrupt this and resume the migration later on by calling transformers.utils.move_cache().

I think the Demo space just needs to be updated to the newest version.

staoxiao commented 3 weeks ago

Thanks for the reminder, I am restarting the demo.

healthyman7 commented 3 weeks ago

Thanks, also any chance you would be able to add the step by step animation feature to the hugging face space or is it not supported in the current release of Omnigen?

staoxiao commented 3 weeks ago

@healthyman7 , as described in Section 5.3 of our paper, the step-by-step functionality is obtained by fine-tuning OmniGen on a specific dataset, resulting in a new fine-tuned model with this capability. The model released this time has not been fine-tuned and does not possess this functionality.