File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 88 - " src/diffusers/models/model_loading_utils.py"
99 - " src/diffusers/pipelines/pipeline_utils.py"
1010 - " src/diffusers/pipeline_loading_utils.py"
11+ - " src/diffusers/loaders/lora_base.py"
12+ - " src/diffusers/loaders/lora_pipeline.py"
13+ - " src/diffusers/loaders/peft.py"
14+ - " src/diffusers/loaders/ip_adapter.py"
1115 workflow_dispatch :
1216env :
1317 DIFFUSERS_IS_CI : yes
@@ -133,6 +137,7 @@ jobs:
133137 python -m uv pip install -e [quality,test]
134138 python -m uv pip install peft@git+https://github.com/huggingface/peft.git
135139 pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git
140+ pip uninstall transformers -y && python -m uv pip install -U transformers@git+https://github.com/huggingface/transformers.git --no-deps
136141
137142 - name : Environment
138143 run : |
You can’t perform that action at this time.
0 commit comments