File size: 985 Bytes
6a6032e |
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 |
{
"_class_name": "MultiGuidance2LongVideoPipeline",
"_diffusers_version": "0.26.1",
"denoising_unet": [
"champ.models.unet_3d_condition",
"UNet3DConditionModel"
],
"guidance_encoder_depth": [
"champ.models.guidance_encoder",
"GuidanceEncoder"
],
"guidance_encoder_dwpose": [
"champ.models.guidance_encoder",
"GuidanceEncoder"
],
"guidance_encoder_normal": [
"champ.models.guidance_encoder",
"GuidanceEncoder"
],
"guidance_encoder_semantic_map": [
"champ.models.guidance_encoder",
"GuidanceEncoder"
],
"image_encoder": [
"transformers",
"CLIPVisionModelWithProjection"
],
"image_proj_model": [
null,
null
],
"reference_unet": [
"champ.models.unet_2d_condition",
"UNet2DConditionModel"
],
"scheduler": [
"diffusers",
"DDIMScheduler"
],
"text_encoder": [
null,
null
],
"tokenizer": [
null,
null
],
"vae": [
"diffusers",
"AutoencoderKL"
]
}
|