↓ 1 callersFunctiongenerate_mask_from_indices(
shape: Tuple[int, int],
indices: Tuple[np.ndarray, np.ndarray],
big_value: float = 0,
small_
musev/utils/attention_util.py:18
↓ 1 callersFunctiongenerate_parameters_with_timesteps(
start: int,
num: int,
stop: int = None,
method: Literal["linear", "two_stage", "three_stage"
musev/utils/timesteps_util.py:5
↓ 1 callersMethodget_facein_image_emb(
self, refer_face_image, device, dtype, batch_size, do_classifier_free_guidance
)
musev/pipelines/pipeline_controlnet.py:516
↓ 1 callersMethodget_ip_adapter_face_emb(
self, refer_face_image, device, dtype, batch_size, do_classifier_free_guidance
)
musev/pipelines/pipeline_controlnet.py:601
↓ 1 callersMethodget_ip_adapter_image_emb(
self,
ip_adapter_image,
device,
dtype,
batch_size,
do_classi
musev/pipelines/pipeline_controlnet.py:686
↓ 1 callersMethodget_referencenet_image_vae_emb(
self,
refer_image,
batch_size,
num_videos_per_prompt,
device,
musev/pipelines/pipeline_controlnet.py:782
↓ 1 callersMethodprepare_condition_latents_and_index(
self,
condition_images,
condition_latents,
video_length,
batch_size,
musev/pipelines/pipeline_controlnet.py:966
↓ 1 callersMethodprepare_controlnet_image_and_latents(
self,
controlnet,
width,
height,
batch_size,
num_videos_per_
musev/pipelines/pipeline_controlnet.py:1092