File size: 2,011 Bytes
d83001e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 |
{
"_blocks_class_name": "SequentialPipelineBlocks",
"_class_name": "QwenImageModularPipeline",
"_diffusers_version": "0.36.0.dev0",
"prompt_template_encode": "<|im_start|>system\nDescribe the image by detailing the color, shape, size, texture, quantity, text, spatial relationships of the objects and background:<|im_end|>\n<|im_start|>user\n{}<|im_end|>\n<|im_start|>assistant\n",
"prompt_template_encode_start_idx": 34,
"scheduler": [
"diffusers",
"FlowMatchEulerDiscreteScheduler",
{
"repo": "hf-internal-testing/tiny-qwenimage-pipe",
"revision": null,
"subfolder": "scheduler",
"type_hint": [
"diffusers",
"FlowMatchEulerDiscreteScheduler"
],
"variant": null
}
],
"text_encoder": [
"transformers",
"Qwen2_5_VLForConditionalGeneration",
{
"repo": "hf-internal-testing/tiny-qwenimage-pipe",
"revision": null,
"subfolder": "text_encoder",
"type_hint": [
"transformers",
"Qwen2_5_VLForConditionalGeneration"
],
"variant": null
}
],
"tokenizer": [
"transformers",
"Qwen2Tokenizer",
{
"repo": "hf-internal-testing/tiny-qwenimage-pipe",
"revision": null,
"subfolder": "tokenizer",
"type_hint": [
"transformers",
"Qwen2Tokenizer"
],
"variant": null
}
],
"tokenizer_max_length": 1024,
"transformer": [
"diffusers",
"QwenImageTransformer2DModel",
{
"repo": "hf-internal-testing/tiny-qwenimage-pipe",
"revision": null,
"subfolder": "transformer",
"type_hint": [
"diffusers",
"QwenImageTransformer2DModel"
],
"variant": null
}
],
"vae": [
"diffusers",
"AutoencoderKLQwenImage",
{
"repo": "hf-internal-testing/tiny-qwenimage-pipe",
"revision": null,
"subfolder": "vae",
"type_hint": [
"diffusers",
"AutoencoderKLQwenImage"
],
"variant": null
}
]
}
|