↓ 4 callersMethodprepare_image(
self,
image,
width,
height,
batch_size,
num_images_per_promp
diffusers/examples/community/stable_diffusion_reference.py:79
↓ 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
diffusers/src/diffusers/pipelines/unidiffuser/pipeline_unidiffuser.py:776
↓ 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_
diffusers/src/diffusers/pipelines/unidiffuser/pipeline_unidiffuser.py:732
↓ 3 callersMethodcheck_inputs(
self,
prompt,
strength,
callback_steps,
negative_prompt=None,
diffusers/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_diffedit.py:637
↓ 3 callersFunctiongenerate_images(pipeline, prompt="", guidance_scale=7.5, num_inference_steps=50, num_images_per_prompt=1, seed=42)
diffusers/examples/research_projects/intel_opts/textual_inversion_dfq/textual_inversion.py:443
↓ 3 callersMethodget_minmax_dims(self, batch_size, image_height, image_width, static_batch, static_shape)
diffusers/examples/community/stable_diffusion_tensorrt_txt2img.py:266