| { | |
| "model_type": "direct_pipeline", | |
| "flux_model": "black-forest-labs/FLUX.1-Fill-dev", | |
| "siglip_model": "google/siglip2-so400m-patch14-384", | |
| "torch_dtype": "bfloat16", | |
| "lora": { | |
| "ranks": [128, 128], | |
| "alphas": [128, 128], | |
| "weights": [1, 1], | |
| "n_loras": 2, | |
| "double_blocks": 19, | |
| "single_blocks": 38, | |
| "text": { | |
| "rank": 128, | |
| "alpha": 128, | |
| "token_length": 729 | |
| } | |
| }, | |
| "condition_embedder": { | |
| "input_dim": 64 | |
| }, | |
| "pooled_image_projector": { | |
| "input_dim": 1152, | |
| "output_dim": 768 | |
| }, | |
| "image_projector": { | |
| "input_dim": 1152, | |
| "output_dim": 4096 | |
| }, | |
| "weight_files": { | |
| "lora": "lora.safetensors", | |
| "condition_embedder": "condition_embedder.safetensors", | |
| "x_embedder": "x_embedder.safetensors", | |
| "time_text_embed": "time_text_embed.safetensors", | |
| "pooled_image_projector": "pooled_image_projector.safetensors", | |
| "image_projector": "image_projector.safetensors" | |
| } | |
| } | |