| { | |
| "_class_name": "CHAMPPipeline", | |
| "_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" | |
| ], | |
| "reference_unet": [ | |
| "champ.models.unet_2d_condition", | |
| "UNet2DConditionModel" | |
| ], | |
| "scheduler": [ | |
| "diffusers", | |
| "DDIMScheduler" | |
| ], | |
| "vae": [ | |
| "diffusers", | |
| "AutoencoderKL" | |
| ] | |
| } | |