meepmoo commited on
Commit
e7ccefd
·
verified ·
1 Parent(s): 61a8a3a

Update worker_runpod.py

Browse files
Files changed (1) hide show
  1. worker_runpod.py +2 -1
worker_runpod.py CHANGED
@@ -94,7 +94,6 @@ with torch.inference_mode():
94
 
95
  scheduler = sampler_dict["DPM++"].from_pretrained(model_id, subfolder="scheduler")
96
 
97
- pipeline = merge_lora(pipeline, lora_path, 1.00)
98
 
99
  if transformer.config.in_channels != vae.config.latent_channels:
100
  pipeline = CogVideoX_Fun_Pipeline_Inpaint.from_pretrained(
@@ -115,6 +114,8 @@ with torch.inference_mode():
115
  torch_dtype=torch.bfloat16
116
  )
117
 
 
 
118
 
119
  # if low_gpu_memory_mode:
120
  # pipeline.enable_sequential_cpu_offload()
 
94
 
95
  scheduler = sampler_dict["DPM++"].from_pretrained(model_id, subfolder="scheduler")
96
 
 
97
 
98
  if transformer.config.in_channels != vae.config.latent_channels:
99
  pipeline = CogVideoX_Fun_Pipeline_Inpaint.from_pretrained(
 
114
  torch_dtype=torch.bfloat16
115
  )
116
 
117
+ pipeline = merge_lora(pipeline, lora_path, 1.00)
118
+
119
 
120
  # if low_gpu_memory_mode:
121
  # pipeline.enable_sequential_cpu_offload()