-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hello, just wondering the log below matters?? especially for these two lines:
were passed to UNetMotionModel, but are not expected and will be ignored. Please verify your config.json configuration file.
Expected types for unet: ['UNet2DConditionModel'], got UNetMotionModel.
diffusers 0.32 got error,so infer in no lora weights mode,if got bad result,please use high cfg
Loading pipeline components...: 0%| | 0/6 [00:00<?, ?it/s]Some weights of the model checkpoint were not used when initializing CLIPTextModel:
['text_model.embeddings.position_ids']
Loading pipeline components...: 100%|████████████████████████████████████████████████████| 6/6 [00:00<00:00, 23.63it/s]
You have disabled the safety checker for <class 'diffusers.pipelines.stable_diffusion.pipeline_stable_diffusion.StableDiffusionPipeline'> 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 huggingface/diffusers#254 .
The config attributes {'addition_embed_type': None, 'addition_embed_type_num_heads': 64, 'addition_time_embed_dim': None, 'attention_head_dim': 8, 'center_input_sample': False, 'class_embed_type': None, 'class_embeddings_concat': False, 'conv_in_kernel': 3, 'conv_out_kernel': 3, 'cross_attention_norm': None, 'dual_cross_attention': False, 'flip_sin_to_cos': True, 'freq_shift': 0, 'mid_block_only_cross_attention': None, 'num_class_embeds': None, 'only_cross_attention': False, 'projection_class_embeddings_input_dim': None, 'resnet_out_scale_factor': 1.0, 'resnet_skip_time_act': False, 'resnet_time_scale_shift': 'default', '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, 'upcast_attention': None} were passed to UNetMotionModel, but are not expected and will be ignored. Please verify your config.json configuration file.
Expected types for unet: ['UNet2DConditionModel'], got UNetMotionModel.
Loading pipeline components...: 100%|████████████████████████████████████████████████████████████| 6/6 [00:00<?, ?it/s]
You have disabled the safety checker for <class 'E:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_DiffuEraser.libs.pipeline_diffueraser.StableDiffusionDiffuEraserPipeline'> 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 huggingface/diffusers#254 .
diffusers 0.32 got error,so infer in no lora weights mode,if got bad result,please use high cfg