Spaces:
Paused
Paused
Update clip_slider_pipeline.py
Browse files- 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,
|