Spaces:
Running
on
Zero
Running
on
Zero
File size: 124 Bytes
0a02730 |
1 2 3 4 |
def flux_pipe_call_that_returns_an_iterable_of_images(self, **kwargs):
image = self(**kwargs).images[0]
yield image
|