Skip to content

Commit 8e8a548

Browse files
authored
Merge pull request #545 from openvinotoolkit/diffusers_bump
Diffusers bump
2 parents 39c6679 + 419aaf5 commit 8e8a548

3 files changed

Lines changed: 17 additions & 15 deletions

File tree

ai_ref_kits/multimodal_ai_visual_generator/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Authenticate gated models on Hugging Face. To authenticate, enter the same email
129129
To use the model, authenticate using the Hugging Face CLI:
130130

131131
```shell
132-
huggingface-cli login
132+
hf auth login
133133
```
134134
When prompted to add the token as a git credential, respond with 'n'. This step ensures that you are logged into the Hugging Face API and ready to download the model.
135135

@@ -144,11 +144,11 @@ Use the provided scripts to export and optimize the models. When you run them, b
144144

145145
Download the pre-optimized LLMs model
146146
```shell
147-
huggingface-cli download OpenVINO/Qwen2.5-7B-Instruct-int4-ov --local-dir models/Qwen2.5-7B-Instruct-INT4
147+
hf download OpenVINO/Qwen2.5-7B-Instruct-int4-ov --local-dir models/Qwen2.5-7B-Instruct-INT4
148148
```
149149
Download the pre-optimized image generation model
150150
```shell
151-
huggingface-cli download OpenVINO/FLUX.1-schnell-int4-ov --local-dir models/FLUX.1-schnell-INT4
151+
hf download OpenVINO/FLUX.1-schnell-int4-ov --local-dir models/FLUX.1-schnell-INT4
152152
```
153153

154154
## Convert and Optimize the Model (Option 2)
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
--extra-index-url https://download.pytorch.org/whl/cpu
2-
32
# Core Inference & Optimization
4-
openvino==2025.3.0
5-
openvino-genai==2025.3.0
6-
optimum-intel==1.25.2
3+
openvino==2025.4
4+
openvino-genai==2025.4
5+
optimum-intel==1.27.0
76
nncf==2.18.0
87

98
# Model + Tokenizer Management
10-
transformers==4.53.3
11-
diffusers==0.33.1
12-
huggingface-hub==0.30.2
9+
transformers==4.57.1
10+
diffusers==0.38.0
11+
safetensors==0.8.0rc0
12+
huggingface-hub==0.36.0
1313
sentencepiece==0.2.1
1414
protobuf==6.33.5
15-
peft==0.15.2
15+
peft==0.17.0
1616
torch==2.8.0
1717

1818
# Streamlit Frontend
@@ -28,4 +28,4 @@ click>=8.0
2828

2929
# Utility
3030
opencv-python==4.12.0.88
31-
numpy==2.2.6
31+
numpy==2.2.6

demos/paint_your_dreams_demo/requirements.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
--extra-index-url https://download.pytorch.org/whl/cpu
2+
--pre
23

34
openvino-genai==2026.0.0
45
nncf==3.0.0
5-
optimum-intel==1.25.1
6+
optimum-intel==1.27.0
67
onnx==1.21.0
78
huggingface-hub==0.36.0
8-
diffusers==0.34.0
9-
transformers==4.53.3
9+
diffusers==0.38.0
10+
safetensors==0.8.0rc0
11+
transformers==4.57.1
1012
torch==2.8.0
1113
torchvision==0.23.0
1214
accelerate==1.2.1

0 commit comments

Comments
 (0)