-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这是什么原因 #4
Comments
报错往上拉拉,这是哪个节点爆出的 |
If execution seems broken due to forward ComfyUI changes, you can disable the optimization from rgthree settings in ComfyUI.
During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): Prompt executed in 15.24 seconds diffusers 是什么版本 |
### 更新 diffusers 版本之后,解决 ‘AttributeError: module 'diffusers.loaders.single_file' has no attribute 'snapshot_download'这个问题,遇到了新的问题,如下: ===============================================
!!! Exception during processing!!! 训练失败!!! 具体报错信息请查看控制台... Command '['/conda/bin/python', '/root/ComfyUI/custom_nodes/ComfyUI-TrainTools-MZ/hook_kohya_ss_run.py', '--sys_path', '/root/ComfyUI/models/minus_zone_models/train_tools/kohya_ss_lora', '--train_config_json', '{"pretrained_model_name_or_path": "/root/ComfyUI/models/checkpoints/sd_xl_base_1.0.safetensors", "max_train_steps": "15", "xformers": true, "sdpa": false, "fp8_base": false, "mixed_precision": "fp16", "cache_latents": true, "cache_latents_to_disk": true, "network_dim": "16", "network_alpha": "8", "network_module": "networks.lora", "network_train_unet_only": true, "learning_rate": "1e-5", "lr_scheduler": "cosine_with_restarts", "optimizer_type": "AdamW", "save_every_n_epochs": "5", "shuffle_caption": true, "lr_warmup_steps": "0", "save_precision": "fp16", "lr_scheduler_num_cycles": "1", "persistent_data_loader_workers": true, "no_metadata": true, "noise_offset": "0.1", "output_dir": "/root/ComfyUI/output/mz_train_workspaces/KiKi/output", "output_name": "KiKi_lora_sdxl_20240626_182551", "no_half_vae": true, "lowram": false, "dataset_config": "/root/ComfyUI/output/mz_train_workspaces/KiKi/dataset.toml", "max_train_epochs": "100"}', '--train_func', 'run_lora_sdxl', '--master_port', '47353', '--other_config_json', '{"sample_prompt": "KiKi\n"}']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): Prompt executed in 18.26 seconds |
看起来像是xformers报错,试一下拉一下高级设置的节点,关掉xformers试试看 |
The text was updated successfully, but these errors were encountered: