Functionget_down_block(
down_block_type,
num_layers,
in_channels,
out_channels,
temb_channels,
femb_channels
musev/models/unet_3d_blocks.py:50
Functionget_up_block(
up_block_type,
num_layers,
in_channels,
out_channels,
prev_output_channel,
temb_chan
musev/models/unet_3d_blocks.py:144
Functionhf_online_t2v_inference(
prompt,
image_np,
seed,
fps,
w,
h,
video_len,
img_edge_ratio,
)
scripts/gradio/app_docker_space.py:42
Functionhf_online_t2v_inference(
prompt,
image_np,
seed,
fps,
w,
h,
video_len,
img_edge_ratio,
)
scripts/gradio/app_gradio_space.py:75
Functionhf_online_t2v_inference(
prompt,
image_np,
seed,
fps,
w,
h,
video_len,
img_edge_ratio,
)
scripts/gradio/app.py:40
Functionhg_online_v2v_inference(
prompt,
image_np,
video,
processor,
seed,
fps,
w,
h,
video_length,
i
scripts/gradio/app_docker_space.py:63
Functionhg_online_v2v_inference(
prompt,
image_np,
video,
processor,
seed,
fps,
w,
h,
video_length,
i
scripts/gradio/app_gradio_space.py:96
Functionhg_online_v2v_inference(
prompt,
image_np,
video,
processor,
seed,
fps,
w,
h,
video_length,
i
scripts/gradio/app.py:61
Functionload_ip_adapter_vision_clip_encoder_by_name(
model_name: str,
ip_ckpt: Tuple[str, nn.Module],
ip_image_encoder: Tuple[str, nn.Module] = None,
musev/models/ip_adapter_loader.py:143