↓ 1 callersMethodsynthesize_video(self, model_manager, pipe, seed, smoother, **pipeline_inputs)
diffsynth/pipelines/pipeline_runner.py:40
↓ 1 callersMethodtiled_block_forward(self, block, hidden_states, condition_emb, text_emb, freq_cis_img, residual, torch_dtype, data_device, comput
diffsynth/models/hunyuan_dit.py:311
↓ 1 callersMethodtiled_decode(self, hidden_states, device, tile_size=(34, 34), tile_stride=(16, 16))
diffsynth/models/stepvideo_vae.py:1052
↓ 1 callersMethodtiled_forward(self, hidden_states, timestep, prompt_emb, tile_size=(60, 90), tile_stride=(30, 45))
diffsynth/models/cog_dit.py:255
↓ 1 callersMethodtiled_forward(
self,
hidden_states,
timestep, prompt_emb, pooled_prompt_emb, guidance, text_ids,
diffsynth/models/flux_dit.py:324
↓ 1 callersMethodtiled_inference(self, forward_fn, model_input, tile_batch_size, inference_device, inference_dtype, tile_device, tile_dtype)
diffsynth/models/tiler.py:34
↓ 1 callersMethodtorch_forward(self, hidden_states, encoder_hidden_states=None, attn_mask=None, ipadapter_kwargs=None, qkv_preprocessor=None
diffsynth/models/attention.py:37
↓ 1 callersMethodtrack(self, source_guide, target_guide, source_style, target_style, nnf, err)
diffsynth/extensions/FastBlend/patch_match.py:177
↓ 1 callersMethoduntile(self, model_output, height, width, tile_size, tile_stride, border_width, tile_device, tile_dtype)
diffsynth/models/tiler.py:64
Method__call__(
self,
sample, timestep, encoder_hidden_states, conditionings,
tiled=False, tile_size
diffsynth/controlnets/controlnet_unit.py:48
Method__call__(
self,
prompt,
negative_prompt="",
input_video=None,
cfg_scale=7.0,
diffsynth/pipelines/cog_video.py:62
Method__call__(
self,
prompt,
local_prompts=[],
masks=[],
mask_scales=[],
ne
diffsynth/pipelines/hunyuan_image.py:210
Method__call__(
self,
prompt,
negative_prompt="",
input_image=None,
end_image=None,
diffsynth/pipelines/wan_video.py:334