Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update locales for ComfyUI-layerdiffuse #118

Merged
merged 1 commit into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions locales/en/main.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"nodeCategories": {
"layer_diffuse": "layer_diffuse"
}
}
159 changes: 159 additions & 0 deletions locales/en/nodeDefs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
{
"LayeredDiffusionApply": {
"display_name": "Layer Diffuse Apply",
"inputs": {
"model": {
"name": "model"
},
"config": {
"name": "config"
},
"weight": {
"name": "weight"
}
}
},
"LayeredDiffusionCondApply": {
"display_name": "Layer Diffuse Cond Apply",
"inputs": {
"model": {
"name": "model"
},
"cond": {
"name": "cond"
},
"uncond": {
"name": "uncond"
},
"latent": {
"name": "latent"
},
"config": {
"name": "config"
},
"weight": {
"name": "weight"
}
}
},
"LayeredDiffusionCondJointApply": {
"display_name": "Layer Diffuse Cond Joint Apply",
"inputs": {
"model": {
"name": "model"
},
"image": {
"name": "image"
},
"config": {
"name": "config"
},
"cond": {
"name": "cond"
},
"blended_cond": {
"name": "blended_cond"
}
}
},
"LayeredDiffusionDecode": {
"display_name": "Layer Diffuse Decode",
"inputs": {
"samples": {
"name": "samples"
},
"images": {
"name": "images"
},
"sd_version": {
"name": "sd_version"
},
"sub_batch_size": {
"name": "sub_batch_size"
}
}
},
"LayeredDiffusionDecodeRGBA": {
"display_name": "Layer Diffuse Decode (RGBA)",
"inputs": {
"samples": {
"name": "samples"
},
"images": {
"name": "images"
},
"sd_version": {
"name": "sd_version"
},
"sub_batch_size": {
"name": "sub_batch_size"
}
}
},
"LayeredDiffusionDecodeSplit": {
"display_name": "Layer Diffuse Decode (Split)",
"inputs": {
"samples": {
"name": "samples"
},
"images": {
"name": "images"
},
"frames": {
"name": "frames"
},
"sd_version": {
"name": "sd_version"
},
"sub_batch_size": {
"name": "sub_batch_size"
}
}
},
"LayeredDiffusionDiffApply": {
"display_name": "Layer Diffuse Diff Apply",
"inputs": {
"model": {
"name": "model"
},
"cond": {
"name": "cond"
},
"uncond": {
"name": "uncond"
},
"blended_latent": {
"name": "blended_latent"
},
"latent": {
"name": "latent"
},
"config": {
"name": "config"
},
"weight": {
"name": "weight"
}
}
},
"LayeredDiffusionJointApply": {
"display_name": "Layer Diffuse Joint Apply",
"inputs": {
"model": {
"name": "model"
},
"config": {
"name": "config"
},
"fg_cond": {
"name": "fg_cond"
},
"bg_cond": {
"name": "bg_cond"
},
"blended_cond": {
"name": "blended_cond"
}
}
}
}
5 changes: 5 additions & 0 deletions locales/fr/main.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"nodeCategories": {
"layer_diffuse": "couche_diffuse"
}
}
159 changes: 159 additions & 0 deletions locales/fr/nodeDefs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
{
"LayeredDiffusionApply": {
"display_name": "Appliquer Diffusion en Couches",
"inputs": {
"config": {
"name": "config"
},
"model": {
"name": "modèle"
},
"weight": {
"name": "poids"
}
}
},
"LayeredDiffusionCondApply": {
"display_name": "Appliquer Diffusion Conditionnelle en Couches",
"inputs": {
"cond": {
"name": "cond"
},
"config": {
"name": "config"
},
"latent": {
"name": "latent"
},
"model": {
"name": "modèle"
},
"uncond": {
"name": "non cond"
},
"weight": {
"name": "poids"
}
}
},
"LayeredDiffusionCondJointApply": {
"display_name": "Appliquer Diffusion Conditionnelle Conjointe en Couches",
"inputs": {
"blended_cond": {
"name": "cond mélangé"
},
"cond": {
"name": "cond"
},
"config": {
"name": "config"
},
"image": {
"name": "image"
},
"model": {
"name": "modèle"
}
}
},
"LayeredDiffusionDecode": {
"display_name": "Décoder Diffusion en Couches",
"inputs": {
"images": {
"name": "images"
},
"samples": {
"name": "échantillons"
},
"sd_version": {
"name": "version_sd"
},
"sub_batch_size": {
"name": "taille_sous_lot"
}
}
},
"LayeredDiffusionDecodeRGBA": {
"display_name": "Décoder Diffusion en Couches (RGBA)",
"inputs": {
"images": {
"name": "images"
},
"samples": {
"name": "échantillons"
},
"sd_version": {
"name": "version_sd"
},
"sub_batch_size": {
"name": "taille_sous_lot"
}
}
},
"LayeredDiffusionDecodeSplit": {
"display_name": "Décoder Diffusion en Couches (Split)",
"inputs": {
"frames": {
"name": "cadres"
},
"images": {
"name": "images"
},
"samples": {
"name": "échantillons"
},
"sd_version": {
"name": "version_sd"
},
"sub_batch_size": {
"name": "taille_sous_lot"
}
}
},
"LayeredDiffusionDiffApply": {
"display_name": "Appliquer Différence de Diffusion en Couches",
"inputs": {
"blended_latent": {
"name": "latent mélangé"
},
"cond": {
"name": "cond"
},
"config": {
"name": "config"
},
"latent": {
"name": "latent"
},
"model": {
"name": "modèle"
},
"uncond": {
"name": "non cond"
},
"weight": {
"name": "poids"
}
}
},
"LayeredDiffusionJointApply": {
"display_name": "Appliquer Diffusion Conjointe en Couches",
"inputs": {
"bg_cond": {
"name": "cond_bg"
},
"blended_cond": {
"name": "cond mélangé"
},
"config": {
"name": "config"
},
"fg_cond": {
"name": "cond_fg"
},
"model": {
"name": "modèle"
}
}
}
}
5 changes: 5 additions & 0 deletions locales/ja/main.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"nodeCategories": {
"layer_diffuse": "レイヤー_拡散"
}
}
Loading
Loading