Open zc1023 opened 3 weeks ago
The model only needs to be loaded once and doesn't require repeated loading. This might be related to model initialization, delete this line might help: https://github.com/VectorSpaceLab/OmniGen/blob/main/OmniGen/model.py#L184 I will try to resolve it later.
yes
The model only needs to be loaded once and doesn't require repeated loading. This might be related to model initialization, delete this line might help: https://github.com/VectorSpaceLab/OmniGen/blob/main/OmniGen/model.py#L184 I will try to resolve it later.
Doesn't work! 😢
The model only needs to be loaded once and doesn't require repeated loading. This might be related to model initialization, delete this line might help: https://github.com/VectorSpaceLab/OmniGen/blob/main/OmniGen/model.py#L184 I will try to resolve it later.
I found it's very slow when it initializes phi-3 weights. Is there any way to make faster?
Hi, there. I noticed that you have optimized the speed of the diffusion process. However, it takes me about 3 mins to load OmniGen. Compared to the diffusion process, this part is more unbearable for me. I am not sure if this is a problem. Does anyone feel like the loading time is too long like me?