diff-diff-mellon / diffdiff_mellon_config.json
YiYiXu's picture
Upload diff-diff module
ea17a8d verified
raw
history blame
2.69 kB
{
"module": {
"label": "DiffDiffBlocks",
"category": "Modular Diffusers",
"params": {
"prompt": {
"label": "Prompt",
"type": "string",
"default": "a bear sitting in a chair drinking a milkshake",
"display": "textarea"
},
"negative_prompt": {
"label": "Negative Prompt",
"type": "string",
"default": "deformed, ugly, wrong proportion, low res, bad anatomy, worst quality, low quality",
"display": "textarea"
},
"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"
},
"ip_adapter_embeds": {
"label": "ip_adapter_embeds",
"type": "ip_adapter_embeds",
"display": "input"
},
"text_encoders": {
"label": "text_encoders",
"type": "text_encoders",
"display": "input"
},
"guider": {
"label": "guider",
"type": "guider",
"display": "input"
},
"image_encoder": {
"label": "image_encoder",
"type": "diffusers_auto_model",
"display": "input"
},
"unet": {
"label": "unet",
"type": "diffusers_auto_model",
"display": "input"
},
"vae": {
"label": "vae",
"type": "diffusers_auto_model",
"display": "input"
},
"scheduler": {
"label": "scheduler",
"type": "scheduler",
"display": "input"
},
"controlnet": {
"label": "controlnet",
"type": "diffusers_auto_model",
"display": "input"
},
"images": {
"label": "Images",
"type": "image",
"display": "output"
}
}
},
"name_mapping": {
"ip_adapter_embeds": "ip_adapter_embeds",
"negative_ip_adapter_embeds": "ip_adapter_embeds",
"text_encoder": "text_encoders",
"text_encoder_2": "text_encoders",
"tokenizer": "text_encoders",
"tokenizer_2": "text_encoders"
}
}