File size: 2,221 Bytes
ea17a8d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
  "module": {
    "label": "DiffDiffDenoiseBlocks",
    "category": "Modular Diffusers",
    "params": {
      "image": {
        "label": "Image",
        "type": "image",
        "display": "input"
      },
      "height": {
        "label": "Height",
        "type": "int",
        "display": "text",
        "default": 1024,
        "min": 8,
        "max": 8192,
        "step": 8,
        "group": "dimensions"
      },
      "width": {
        "label": "Width",
        "type": "int",
        "display": "text",
        "default": 1024,
        "min": 8,
        "max": 8192,
        "step": 8,
        "group": "dimensions"
      },
      "num_inference_steps": {
        "label": "Steps",
        "type": "int",
        "default": 25,
        "min": 1,
        "max": 1000
      },
      "diffdiff_map": {
        "type": "image",
        "label": "diffdiff_map",
        "display": "input"
      },
      "prompt_embeddings": {
        "label": "prompt_embeddings",
        "type": "prompt_embeddings",
        "display": "input"
      },
      "ip_adapter_embeds": {
        "label": "ip_adapter_embeds",
        "type": "ip_adapter_embeds",
        "display": "input"
      },
      "vae": {
        "label": "vae",
        "type": "diffusers_auto_model",
        "display": "input"
      },
      "scheduler": {
        "label": "scheduler",
        "type": "scheduler",
        "display": "input"
      },
      "guider": {
        "label": "guider",
        "type": "guider",
        "display": "input"
      },
      "unet": {
        "label": "unet",
        "type": "diffusers_auto_model",
        "display": "input"
      },
      "controlnet": {
        "label": "controlnet",
        "type": "diffusers_auto_model",
        "display": "input"
      },
      "latents": {
        "label": "latents",
        "type": "latents",
        "display": "output"
      }
    }
  },
  "name_mapping": {
    "prompt_embeds": "prompt_embeddings",
    "negative_prompt_embeds": "prompt_embeddings",
    "pooled_prompt_embeds": "prompt_embeddings",
    "negative_pooled_prompt_embeds": "prompt_embeddings",
    "ip_adapter_embeds": "ip_adapter_embeds",
    "negative_ip_adapter_embeds": "ip_adapter_embeds"
  }
}