runtime error
Exit code: 1. Reason: Pipeline config contains `safety_checker` subcomponent, while `safety_checker` is not available in model directory. `safety_checker` will be disabled. If you want to enable it please set it explicitly to `from_pretrained` method or reexport model with new optimum-intel version You have disabled the safety checker for <class 'optimum.intel.openvino.modeling_diffusion.OVLatentConsistencyModelPipeline'> by passing `safety_checker=None`. Ensure that you abide to the conditions of the Stable Diffusion license and do not expose unfiltered results in services or applications open to the public. Both the diffusers team and Hugging Face strongly recommend to keep the safety filter enabled in all public facing circumstances, disabling it only for use-cases that involve analyzing network behavior or auditing its results. For more information, please have a look at https://github.com/huggingface/diffusers/pull/254 . Traceback (most recent call last): File "/home/user/app/app.py", line 110, in <module> gr.Examples( File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 55, in create_examples examples_obj = Examples( File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 153, in __init__ raise ValueError("If caching examples, `fn` and `outputs` must be provided") ValueError: If caching examples, `fn` and `outputs` must be provided IMPORTANT: You are using gradio version 4.26.0, however version 4.44.1 is available, please upgrade. --------
Container logs:
Fetching error logs...