Gainward777 commited on
Commit
be89809
1 Parent(s): 3ede023

Upload sd_controller.py

Browse files
Files changed (1) hide show
  1. sd/sd_controller.py +2 -2
sd/sd_controller.py CHANGED
@@ -20,12 +20,12 @@ class Controller():
20
 
21
  self.first_pipe=get_pipe(vae=self.vae,
22
  model_name=self.models_names[0],
23
- controlnet=self.controlnet
24
  lora_path=self.lora_path)
25
 
26
  self.second_pipe=get_pipe(vae=self.vae,
27
  model_name=self.models_names[1],
28
- adapter=self.adapter
29
  scheduler=self.scheduler)
30
 
31
 
 
20
 
21
  self.first_pipe=get_pipe(vae=self.vae,
22
  model_name=self.models_names[0],
23
+ controlnet=self.controlnet,
24
  lora_path=self.lora_path)
25
 
26
  self.second_pipe=get_pipe(vae=self.vae,
27
  model_name=self.models_names[1],
28
+ adapter=self.adapter,
29
  scheduler=self.scheduler)
30
 
31