[2024-09-05 18:29:50] INFO 📝 Pipeline data will be written to '/Users/danielvilasuero/.cache/distilabel/pipelines/image_generation_pipeline/b78404fa461eb5c3dea14943a452a1ba4829d6b1/data/steps_outputs' [2024-09-05 18:29:50] INFO ⌛ The steps of the pipeline will be loaded in stages: * Stage 0: ['load_data', 'flux_schnell', 'flux_dev', 'sdxl', 'opendalle', 'group_columns_0', 'keep_columns_0'] [2024-09-05 18:29:51] INFO ⏳ Waiting for all the steps of stage 0 to load... [2024-09-05 18:29:54] WARNING Since the `base_url=https://api-inference.huggingface.co/models/stabilityai/stable-diffusion-xl-base-1.0` is available and either one of `model_id` or `endpoint_name` is also provided, the `base_url` will either be ignored or overwritten with the one generated from either of those args, for serverless or dedicated inference endpoints, respectively. [2024-09-05 18:29:54] WARNING Since the `base_url=https://api-inference.huggingface.co/models/dataautogpt3/OpenDalleV1.1` is available and either one of `model_id` or `endpoint_name` is also provided, the `base_url` will either be ignored or overwritten with the one generated from either of those args, for serverless or dedicated inference endpoints, respectively. [2024-09-05 18:29:54] WARNING Since the `base_url=https://api-inference.huggingface.co/models/black-forest-labs/FLUX.1-schnell` is available and either one of `model_id` or `endpoint_name` is also provided, the `base_url` will either be ignored or overwritten with the one generated from either of those args, for serverless or dedicated inference endpoints, respectively. [2024-09-05 18:29:54] WARNING Since the `base_url=https://api-inference.huggingface.co/models/black-forest-labs/FLUX.1-dev` is available and either one of `model_id` or `endpoint_name` is also provided, the `base_url` will either be ignored or overwritten with the one generated from either of those args, for serverless or dedicated inference endpoints, respectively. [2024-09-05 18:29:54] INFO ⏳ Steps from stage 0 loaded: 6/7 * 'load_data' replicas: 0/1 * 'flux_schnell' replicas: 1/1 * 'flux_dev' replicas: 1/1 * 'sdxl' replicas: 1/1 * 'opendalle' replicas: 1/1 * 'group_columns_0' replicas: 1/1 * 'keep_columns_0' replicas: 1/1 [2024-09-05 18:29:56] INFO ⏳ Steps from stage 0 loaded: 7/7 * 'load_data' replicas: 1/1 * 'flux_schnell' replicas: 1/1 * 'flux_dev' replicas: 1/1 * 'sdxl' replicas: 1/1 * 'opendalle' replicas: 1/1 * 'group_columns_0' replicas: 1/1 * 'keep_columns_0' replicas: 1/1 [2024-09-05 18:29:56] INFO ✅ All the steps from stage 0 have been loaded! [2024-09-05 18:29:56] INFO 🧬 Starting yielding batches from generator step 'load_data'. Offset: 0 [2024-09-05 18:29:56] INFO 📨 Step 'load_data' sending batch 0 to output queue [2024-09-05 18:29:56] INFO 🏁 Finished running step 'load_data' (replica ID: 0) [2024-09-05 18:29:56] INFO 🚏 Using 'load_data' routing function to send batch 0 to steps: 'opendalle', 'flux_dev' [2024-09-05 18:29:56] INFO 📦 Processing batch 0 in 'opendalle' (replica ID: 0) [2024-09-05 18:29:56] INFO 📦 Processing batch 0 in 'flux_dev' (replica ID: 0) [2024-09-05 18:31:48] INFO 🏺 Storing 'images' generated artifact... [2024-09-05 18:31:48] INFO 🏺 Storing 'images' generated artifact... [2024-09-05 18:31:48] INFO 🏺 Storing 'images' generated artifact... [2024-09-05 18:31:48] INFO 🏺 Storing 'images' generated artifact... [2024-09-05 18:31:48] INFO 🏺 Storing 'images' generated artifact... [2024-09-05 18:31:48] INFO 🏺 Storing 'images' generated artifact... [2024-09-05 18:31:48] INFO 🏺 Storing 'images' generated artifact... [2024-09-05 18:31:48] INFO 🏺 Storing 'images' generated artifact... [2024-09-05 18:31:48] INFO 🏺 Storing 'images' generated artifact... [2024-09-05 18:31:48] INFO 🏺 Storing 'images' generated artifact... [2024-09-05 18:31:48] INFO 📨 Step 'flux_dev' sending batch 0 to output queue [2024-09-05 18:31:48] INFO 🏁 Finished running step 'flux_dev' (replica ID: 0) [2024-09-05 18:36:11] WARNING ⚠️ Processing batch 0 with step 'opendalle' failed. Sending empty batch filled with `None`s... [2024-09-05 18:36:11] WARNING Subprocess traceback: Traceback (most recent call last): File "/Users/danielvilasuero/argilla/distilabel/src/distilabel/pipeline/step_wrapper.py", line 230, in _non_generator_process_loop result = next(step.process_applying_mappings(*batch.data)) File "/Users/danielvilasuero/argilla/distilabel/src/distilabel/steps/base.py", line 646, in process_applying_mappings for output_rows in generator: File "/Users/danielvilasuero/argilla/community-sprints/create_dataset.py", line 54, in process outputs = self.llm.generate_outputs( File "/Users/danielvilasuero/argilla/distilabel/src/distilabel/llms/base.py", line 191, in generate_outputs return self.generate(inputs=inputs, num_generations=num_generations, **kwargs) File "/Users/danielvilasuero/argilla/distilabel/src/distilabel/llms/base.py", line 492, in generate return self.event_loop.run_until_complete( File "/Users/danielvilasuero/.pyenv/versions/3.10.5/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete return future.result() File "/Users/danielvilasuero/argilla/distilabel/src/distilabel/llms/base.py", line 469, in _agenerate outputs = [outputs[0] for outputs in await asyncio.gather(*tasks)] File "/Users/danielvilasuero/argilla/community-sprints/create_dataset.py", line 22, in agenerate image = await client.text_to_image(prompt) File "/Users/danielvilasuero/.pyenv/versions/3.10.5/lib/python3.10/site-packages/huggingface_hub/inference/_generated/_async_client.py", line 2299, in text_to_image response = await self.post(json=payload, model=model, task="text-to-image") File "/Users/danielvilasuero/.pyenv/versions/3.10.5/lib/python3.10/site-packages/huggingface_hub/inference/_generated/_async_client.py", line 323, in post raise error File "/Users/danielvilasuero/.pyenv/versions/3.10.5/lib/python3.10/site-packages/huggingface_hub/inference/_generated/_async_client.py", line 290, in post response.raise_for_status() File "/Users/danielvilasuero/.pyenv/versions/3.10.5/lib/python3.10/site-packages/aiohttp/client_reqrep.py", line 1093, in raise_for_status raise ClientResponseError( aiohttp.client_exceptions.ClientResponseError: 504, message='Gateway Timeout', url='https://api-inference.huggingface.co/models/dataautogpt3/OpenDalleV1.1' [2024-09-05 18:36:11] INFO 📨 Step 'opendalle' sending batch 0 to output queue [2024-09-05 18:36:11] INFO 🏁 Finished running step 'opendalle' (replica ID: 0) [2024-09-05 18:36:11] INFO 📦 Processing batch 0 in 'group_columns_0' (replica ID: 0) [2024-09-05 18:36:11] INFO 📨 Step 'group_columns_0' sending batch 0 to output queue [2024-09-05 18:36:11] INFO 🏁 Finished running step 'group_columns_0' (replica ID: 0) [2024-09-05 18:36:11] INFO 🏁 Finished running step 'sdxl' (replica ID: 0) [2024-09-05 18:36:11] INFO 🏁 Finished running step 'flux_schnell' (replica ID: 0) [2024-09-05 18:36:11] INFO 📦 Processing batch 0 in 'keep_columns_0' (replica ID: 0) [2024-09-05 18:36:11] INFO 📨 Step 'keep_columns_0' sending batch 0 to output queue [2024-09-05 18:36:11] INFO 🏁 Finished running step 'keep_columns_0' (replica ID: 0)