runtime error
Exit code: 1. Reason: Diffusers is currently an experimental feature under active development. The API is subject to breaking changes in future releases. Compilation cache directory: /root/.cache/world_engine_compile /usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_validators.py:202: UserWarning: The `local_dir_use_symlinks` argument is deprecated and ignored in `hf_hub_download`. Downloading to a local directory does not use symlinks anymore. warnings.warn( /usr/local/lib/python3.12/site-packages/diffusers/models/transformers/transformer_kandinsky.py:168: UserWarning: CUDA is not available or torch_xla is imported. Disabling autocast. @torch.autocast(device_type="cuda", dtype=torch.float32) /usr/local/lib/python3.12/site-packages/diffusers/models/transformers/transformer_kandinsky.py:272: UserWarning: CUDA is not available or torch_xla is imported. Disabling autocast. @torch.autocast(device_type="cuda", dtype=torch.float32) `blocks` is `None`, no default blocks class found for ModularPipeline Traceback (most recent call last): File "/app/app.py", line 58, in <module> pipe = ModularPipeline.from_pretrained(MODEL_ID, trust_remote_code=True, revision="aot-compatible") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_validators.py", line 89, in _inner_fn return fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/diffusers/modular_pipelines/modular_pipeline.py", line 1705, in from_pretrained pipeline = pipeline_class( ^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/diffusers/modular_pipelines/modular_pipeline.py", line 1540, in __init__ self._component_specs = {spec.name: deepcopy(spec) for spec in self.blocks.expected_components} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'expected_components'
Container logs:
Fetching error logs...