raubatz's picture
download
raw
482 Bytes
import torch
class EmptyConditioning:
@classmethod
def INPUT_TYPES(s):
return {"required": {}}
RETURN_TYPES = ("CONDITIONING",)
FUNCTION = "get_empty_conditioning"
CATEGORY = "utils/conditioning"
def get_empty_conditioning(self):
return ([(None,{"pooled_output":None}),], )
NODE_CLASS_MAPPINGS = {
"EmptyConditioning": EmptyConditioning,
}
NODE_DISPLAY_NAME_MAPPINGS = {
"EmptyConditioning": "Empty Conditioning",
}

Xet Storage Details

Size:
482 Bytes
·
Xet hash:
a6b363ff3155f76799632d44497dd160ca6a558c3ed9749498fb42806bd758ca

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.