|
发表于 2024-12-31 10:48:35
|
显示全部楼层
帮我看看这个报错吧。
- C:\D\MEMO\MEMO\deepface\lib\site-packages\albumentations\__init__.py:24: UserWarning: A new version of Albumentations is available: 1.4.24 (you have 1.4.21). Upgrade using: pip install -U albumentations. To disable automatic update checks, set the environment variable NO_ALBUMENTATIONS_UPDATE to 1.
- check_for_updates()
- WARNING:matplotlib.font_manager:Could not save font_manager cache [Errno 13] Permission denied: 'C:\\Users\\TYST\\.matplotlib\\fontlist-v390.json.matplotlib-lock'
- The config attributes {'center_input_sample': False, 'out_channels': 4} were passed to UNet2DConditionModel, but are not expected and will be ignored. Please verify your config.json configuration file.
- WARNING:py.warnings:C:\D\MEMO\MEMO\deepface\lib\site-packages\diffusers\models\lora.py:306: FutureWarning: `LoRACompatibleConv` is deprecated and will be removed in version 1.0.0. Use of `LoRACompatibleConv` is deprecated. Please switch to PEFT backend by installing PEFT: `pip install peft`.
- deprecate("LoRACompatibleConv", "1.0.0", deprecation_message)
- The config attributes {'addition_embed_type': None, 'addition_embed_type_num_heads': 64, 'addition_time_embed_dim': None, 'attention_type': 'default', 'center_input_sample': False, 'class_embeddings_concat': False, 'conv_in_kernel': 3, 'dropout': 0.0, 'encoder_hid_dim': None, 'encoder_hid_dim_type': None, 'mid_block_only_cross_attention': None, 'num_attention_heads': None, 'projection_class_embeddings_input_dim': None, 'reverse_transformer_layers_per_block': None, 'time_cond_proj_dim': None, 'time_embedding_act_fn': None, 'time_embedding_dim': None, 'time_embedding_type': 'positional', 'timestep_post_act': None, 'transformer_layers_per_block': 1} were passed to UNet3DConditionModel, but are not expected and will be ignored. Please verify your config.json configuration file.
- 信息: 用提供的模式无法找到文件。
- * Running on local URL: http://127.0.0.1:7860
- To create a public link, set `share=True` in `launch()`.
复制代码 |
|