↓ 2 callersMethodadd_lora_to_model(self, use_lora, model, replace_modules, dropout=0.0, lora_path='', r=16)
utils/lora_handler.py:239
↓ 2 callersFunctionbatch_eval(unet, text_encoder, vae, vae_processor, pretrained_model_path,
validation_data, output_dir, preview, glo
train_lora.py:892
↓ 2 callersFunctionbatch_eval(unet, text_encoder, vae, vae_processor, pretrained_model_path,
validation_data, output_dir, preview, glo
train.py:793
↓ 2 callersFunctionget_down_block(
down_block_type,
num_layers,
in_channels,
out_channels,
temb_channels,
add_downsampl
models/unet_3d_blocks.py:122
↓ 2 callersFunctionget_up_block(
up_block_type,
num_layers,
in_channels,
out_channels,
prev_output_channel,
temb_chan
models/unet_3d_blocks.py:178
↓ 1 callersFunctionbatch_eval(unet, text_encoder, vae, vae_alpha_encoder, vae_alpha_decoder, vae_processor, lora_manager, pretrained_model_
train_transparent_i2v_stage2.py:555