Spaces:
Sleeping
Sleeping
| def flux_pipe_call_that_returns_an_iterable_of_images(self, **kwargs): | |
| image = self(**kwargs).images[0] | |
| yield image | |
| def flux_pipe_call_that_returns_an_iterable_of_images(self, **kwargs): | |
| image = self(**kwargs).images[0] | |
| yield image | |