File size: 834 Bytes
6a6032e
ca75087
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
{
  "_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"
  ]
}