upload model folder to repo

This commit is contained in:
lxlxlxlxlxlx
2025-06-16 07:50:43 +00:00
parent 43f9976329
commit cd09780d2b
37 changed files with 307054 additions and 1 deletions

24
model_index.json Normal file
View File

@ -0,0 +1,24 @@
{
"_class_name": "OmniGen2Pipeline",
"_diffusers_version": "0.33.1",
"mllm": [
"transformers",
"Qwen2_5_VLForConditionalGeneration"
],
"processor": [
"transformers",
"Qwen2_5_VLProcessor"
],
"scheduler": [
"scheduling_flow_match_euler_discrete",
"FlowMatchEulerDiscreteScheduler"
],
"transformer": [
"transformer_omnigen2",
"OmniGen2Transformer2DModel"
],
"vae": [
"diffusers",
"AutoencoderKL"
]
}