i0switch commited on
Commit
c231678
·
verified ·
1 Parent(s): 61b1f58

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
  # --- 必須ライブラリ(ZeroGPU 対応) ---
2
  gradio[oauth,mcp]==5.34.2 # gradio が HF-Hub ≥0.28.1 を要求
3
  spaces==0.37.1
 
4
 
5
  # --- ML コア ---
6
  diffusers==0.27.2 # InstantID 動作確認済み
 
1
  # --- 必須ライブラリ(ZeroGPU 対応) ---
2
  gradio[oauth,mcp]==5.34.2 # gradio が HF-Hub ≥0.28.1 を要求
3
  spaces==0.37.1
4
+ huggingface-hub==0.25.2 # diffusers-0.27 系が依存する旧 API(cached_download) を残した最後の版
5
 
6
  # --- ML コア ---
7
  diffusers==0.27.2 # InstantID 動作確認済み