Buckets:
StableCascadeUNet
A UNet model from the Stable Cascade pipeline.
StableCascadeUNet[[diffusers.models.StableCascadeUNet]]
diffusers.models.StableCascadeUNet[[diffusers.models.StableCascadeUNet]]
forwarddiffusers.models.StableCascadeUNet.forwardhttps://github.com/huggingface/diffusers/blob/vr_13751/src/diffusers/models/unets/unet_stable_cascade.py#L538[{"name": "sample", "val": ""}, {"name": "timestep_ratio", "val": ""}, {"name": "clip_text_pooled", "val": ""}, {"name": "clip_text", "val": " = None"}, {"name": "clip_img", "val": " = None"}, {"name": "effnet", "val": " = None"}, {"name": "pixels", "val": " = None"}, {"name": "sca", "val": " = None"}, {"name": "crp", "val": " = None"}, {"name": "return_dict", "val": " = True"}]- sample (torch.Tensor) -- The noisy input sample.
- timestep_ratio (
torch.Tensor) -- Timestep ratio used to compute the timestep embedding. - clip_text_pooled (
torch.Tensor) -- Pooled CLIP text embeddings. - clip_text (
torch.Tensor, optional) -- Sequence-level CLIP text embeddings. - clip_img (
torch.Tensor, optional) -- CLIP image embeddings. - effnet (
torch.Tensor, optional) -- EfficientNet feature map used as additional conditioning. - pixels (
torch.Tensor, optional) -- Pixel-level conditioning tensor. IfNone, a tensor of zeros is used. - sca (
torch.Tensor, optional) -- Optionalscaconditioning value used to build the timestep embedding. - crp (
torch.Tensor, optional) -- Optionalcrpconditioning value used to build the timestep embedding. - return_dict (
bool, optional, defaults toTrue) -- Whether or not to return aStableCascadeUNetOutputinstead of a plain tuple.0
Parameters:
sample (torch.Tensor) : The noisy input sample.
timestep_ratio (torch.Tensor) : Timestep ratio used to compute the timestep embedding.
clip_text_pooled (torch.Tensor) : Pooled CLIP text embeddings.
clip_text (torch.Tensor, optional) : Sequence-level CLIP text embeddings.
clip_img (torch.Tensor, optional) : CLIP image embeddings.
effnet (torch.Tensor, optional) : EfficientNet feature map used as additional conditioning.
pixels (torch.Tensor, optional) : Pixel-level conditioning tensor. If None, a tensor of zeros is used.
sca (torch.Tensor, optional) : Optional sca conditioning value used to build the timestep embedding.
crp (torch.Tensor, optional) : Optional crp conditioning value used to build the timestep embedding.
return_dict (bool, optional, defaults to True) : Whether or not to return a StableCascadeUNetOutput instead of a plain tuple.
Xet Storage Details
- Size:
- 2.81 kB
- Xet hash:
- 3cc1bc3e4f465f4edefda7c31f362f1e486b5f9d0b6de5a1f053a90b73cfc7be
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.