jadechoghari commited on
Commit
d23ea40
1 Parent(s): 3ace9e3

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -1
pipeline.py CHANGED
@@ -94,7 +94,7 @@ class VidToMePipeline(DiffusionPipeline):
94
  # return config
95
  from omegaconf import OmegaConf
96
 
97
- def build_config(video_path, video_prompt, edit_prompt, control_type,
98
  n_timesteps, guidance_scale, negative_prompt, frame_range,
99
  use_lora, seed, local_merge_ratio, global_merge_ratio):
100
  # Create a config using OmegaConf
 
94
  # return config
95
  from omegaconf import OmegaConf
96
 
97
+ def _build_config(video_path, video_prompt, edit_prompt, control_type,
98
  n_timesteps, guidance_scale, negative_prompt, frame_range,
99
  use_lora, seed, local_merge_ratio, global_merge_ratio):
100
  # Create a config using OmegaConf