runtime error
Exit code: 1. Reason: ZeroGPU environment detected Modular Diffusers is currently an experimental feature under active development. The API is subject to breaking changes in future releases. Compilation cache directory: /home/user/.cache/world_engine_compile `blocks` is `None`, no default blocks class found for ModularPipeline Traceback (most recent call last): File "/home/user/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 114, 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...