You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your task is similar to the task the model of the checkpoint was trained on,you can already use T5EncoderModel for predictions without further training
All model checkpoint weights were used when initializing AutoencoderKL.
All the weights of AutoencoderKL were initialized from the model checkpoint at stabilityai/stable-diffusion-3-medium-diffusers.
If your task is similar to the task the model of the checkpoint was trained on,you can already use AutoencoderKL for predictions without further training.
All model checkpoint weights were used when initializing SD3Transformer2DModel.
All the weights of SD3Transformer2DModel were initialized from the model checkpoint at stabilityai/stable-diffusion-3-medium-diffusers.
If your task is similar to the task the model of the checkpoint was trained on,you can already use SD3Transformer2DModel for predictions without further training
Traceback (most recent call last):
File "/home/istudio/PaddleMIX/ppdiffusers/examples/dreambooth/train_dreambooth_lora_sd3.py",line 1571,in
main(args)
File "/home/aistudio/PaddleMIX/ppdiffusers/examples/dreambooth/train_dreambooth_lora_sd3.py",line 1058,in main
transformer.add_adapter(transformer lora_config)
File "/home/aistudio/.local/lib/python3.10/site-packages/ppdiffusers/models/modeling_utils.py",line 349,in add_adapter
check_peft_version(min_version=MIN_PEFT_VERSION)
File "/home/aistudio/.local/lib/python3.10/site-packages/ppdiffusers/utils/peft_utils.py",line 259,in check_peft_version
raise ValueError("PP-PEFT is not installed.Please install it with 'pip install -U ppdiffusers'")
ValueError:PP-PEFT is not installed.Please install it with 'pip install -U ppdiffusers'
昨天使用sd3去做DreamBooth微调时候,它运行一直报错这个
If your task is similar to the task the model of the checkpoint was trained on,you can already use T5EncoderModel for predictions without further training
All model checkpoint weights were used when initializing AutoencoderKL.
All the weights of AutoencoderKL were initialized from the model checkpoint at stabilityai/stable-diffusion-3-medium-diffusers.
If your task is similar to the task the model of the checkpoint was trained on,you can already use AutoencoderKL for predictions without further training.
All model checkpoint weights were used when initializing SD3Transformer2DModel.
All the weights of SD3Transformer2DModel were initialized from the model checkpoint at stabilityai/stable-diffusion-3-medium-diffusers.
If your task is similar to the task the model of the checkpoint was trained on,you can already use SD3Transformer2DModel for predictions without further training
Traceback (most recent call last):
File "/home/istudio/PaddleMIX/ppdiffusers/examples/dreambooth/train_dreambooth_lora_sd3.py",line 1571,in
main(args)
File "/home/aistudio/PaddleMIX/ppdiffusers/examples/dreambooth/train_dreambooth_lora_sd3.py",line 1058,in main
transformer.add_adapter(transformer lora_config)
File "/home/aistudio/.local/lib/python3.10/site-packages/ppdiffusers/models/modeling_utils.py",line 349,in add_adapter
check_peft_version(min_version=MIN_PEFT_VERSION)
File "/home/aistudio/.local/lib/python3.10/site-packages/ppdiffusers/utils/peft_utils.py",line 259,in check_peft_version
raise ValueError("PP-PEFT is not installed.Please install it with 'pip install -U ppdiffusers'")
ValueError:PP-PEFT is not installed.Please install it with 'pip install -U ppdiffusers'
但是前面检查过ppdiffusers也有安装,版本是0.29的,重启内核也不行
是因为0.29的删去了这个pp-peft了吗
The text was updated successfully, but these errors were encountered: