↓ 3 callersMethod_combine_jointr""" Combines a latent image img_vae of shape (B, C, H, W), a CLIP-embedded image img_clip of shape (B, L_img, clip_img_dim), and a te
src/diffusers/pipelines/unidiffuser/pipeline_unidiffuser.py:818
↓ 3 callersMethod_splitr""" Splits a flattened embedding x of shape (B, C * H * W + clip_img_dim) into two tensors of shape (B, C, H, W) and (B, 1, clip_img_
src/diffusers/pipelines/unidiffuser/pipeline_unidiffuser.py:774
↓ 3 callersMethodcheck_inputs(
self,
prompt,
strength,
callback_steps,
negative_prompt=None,
src/diffusers/pipelines/stable_diffusion_diffedit/pipeline_stable_diffusion_diffedit.py:635