mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-16 08:14:32 +08:00
Update nodes.py
This commit is contained in:
parent
7889ecca14
commit
6010472e5f
6
nodes.py
6
nodes.py
@ -2920,7 +2920,7 @@ class StableZero123_BatchSchedule:
|
|||||||
latent = torch.zeros([batch_size, 4, height // 8, width // 8])
|
latent = torch.zeros([batch_size, 4, height // 8, width // 8])
|
||||||
return (final_positive, final_negative, {"samples": latent})
|
return (final_positive, final_negative, {"samples": latent})
|
||||||
|
|
||||||
class ImageBatchRepeatEveryNth:
|
class ImageBatchRepeatInterleaving:
|
||||||
|
|
||||||
RETURN_TYPES = ("IMAGE",)
|
RETURN_TYPES = ("IMAGE",)
|
||||||
FUNCTION = "repeat"
|
FUNCTION = "repeat"
|
||||||
@ -2994,7 +2994,7 @@ NODE_CLASS_MAPPINGS = {
|
|||||||
"GenerateNoise": GenerateNoise,
|
"GenerateNoise": GenerateNoise,
|
||||||
"StableZero123_BatchSchedule": StableZero123_BatchSchedule,
|
"StableZero123_BatchSchedule": StableZero123_BatchSchedule,
|
||||||
"GetImagesFromBatchIndexed": GetImagesFromBatchIndexed,
|
"GetImagesFromBatchIndexed": GetImagesFromBatchIndexed,
|
||||||
"ImageBatchRepeatEveryNth": ImageBatchRepeatEveryNth
|
"ImageBatchRepeatInterleaving": ImageBatchRepeatInterleaving
|
||||||
}
|
}
|
||||||
NODE_DISPLAY_NAME_MAPPINGS = {
|
NODE_DISPLAY_NAME_MAPPINGS = {
|
||||||
"INTConstant": "INT Constant",
|
"INTConstant": "INT Constant",
|
||||||
@ -3049,5 +3049,5 @@ NODE_DISPLAY_NAME_MAPPINGS = {
|
|||||||
"GenerateNoise": "GenerateNoise",
|
"GenerateNoise": "GenerateNoise",
|
||||||
"StableZero123_BatchSchedule": "StableZero123_BatchSchedule",
|
"StableZero123_BatchSchedule": "StableZero123_BatchSchedule",
|
||||||
"GetImagesFromBatchIndexed": "GetImagesFromBatchIndexed",
|
"GetImagesFromBatchIndexed": "GetImagesFromBatchIndexed",
|
||||||
"ImageBatchRepeatEveryNth": "ImageBatchRepeatEveryNth"
|
"ImageBatchRepeatInterleaving": "ImageBatchRepeatInterleaving"
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user