linoyts HF staff commited on
Commit
50d7cab
1 Parent(s): 53bf1d0

Update clip_slider_pipeline.py

Browse files
Files changed (1) hide show
  1. clip_slider_pipeline.py +2 -2
clip_slider_pipeline.py CHANGED
@@ -10,8 +10,8 @@ class CLIPSlider:
10
  self,
11
  sd_pipe,
12
  device: torch.device,
13
- target_word: str,
14
- opposite: str,
15
  target_word_2nd: str = "",
16
  opposite_2nd: str = "",
17
  iterations: int = 300,
 
10
  self,
11
  sd_pipe,
12
  device: torch.device,
13
+ target_word: str = "",
14
+ opposite: str = "",
15
  target_word_2nd: str = "",
16
  opposite_2nd: str = "",
17
  iterations: int = 300,