runtime error
Exit code: 1. Reason: MB/s] The config attributes {'model_name': 'hololive_epoch_4', 'version': '1.0', 'model_type': 'image_generation', 'architecture': 'StableDiffusion', 'license': 'open', 'files': [{'filename': 'hololive_epoch_4.ckpt', 'type': 'checkpoint'}, {'filename': 'hololive_wd15-000003.safetensors', 'type': 'weights'}, {'filename': 'hololive_wd15.yaml', 'type': 'config'}], 'description': 'This is a Hololive-themed image generation model trained on Stable Diffusion.'} were passed to StableDiffusionPipeline, but are not expected and will be ignored. Please verify your model_index.json configuration file. Keyword arguments {'model_name': 'hololive_epoch_4', 'version': '1.0', 'model_type': 'image_generation', 'architecture': 'StableDiffusion', 'license': 'open', 'files': [{'filename': 'hololive_epoch_4.ckpt', 'type': 'checkpoint'}, {'filename': 'hololive_wd15-000003.safetensors', 'type': 'weights'}, {'filename': 'hololive_wd15.yaml', 'type': 'config'}], 'description': 'This is a Hololive-themed image generation model trained on Stable Diffusion.', 'use_auth_token': 'hf_******'} are not expected by StableDiffusionPipeline and will be ignored. Loading pipeline components...: 0it [00:00, ?it/s][A Loading pipeline components...: 0it [00:00, ?it/s] Traceback (most recent call last): File "/home/user/app/app.py", line 27, in <module> pipe = load_model() File "/home/user/app/app.py", line 11, in load_model pipe = StableDiffusionPipeline.from_pretrained( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_utils.py", line 971, in from_pretrained raise ValueError( ValueError: Pipeline <class 'diffusers.pipelines.stable_diffusion.pipeline_stable_diffusion.StableDiffusionPipeline'> expected {'text_encoder', 'tokenizer', 'vae', 'scheduler', 'unet', 'safety_checker', 'feature_extractor', 'image_encoder'}, but only set() were passed.
Container logs:
Fetching error logs...