dangthr commited on
Commit
409931c
·
verified ·
1 Parent(s): e77cf47

Update inferless-runtime-config.yaml

Browse files
Files changed (1) hide show
  1. inferless-runtime-config.yaml +4 -1
inferless-runtime-config.yaml CHANGED
@@ -9,11 +9,14 @@ build:
9
  - "accelerate"
10
  - "git+https://github.com/huggingface/diffusers.git"
11
  - "torch"
 
12
  - "transformers==4.42.4"
13
  - "xformers"
14
  - "protobuf"
15
  - "sentencepiece"
 
 
16
  - "watchdog"
17
  - "websockets"
18
  run:
19
- - "git clone https://huggingface.co/spaces/dangthr/FLUX.1-Krea-dev.git"
 
9
  - "accelerate"
10
  - "git+https://github.com/huggingface/diffusers.git"
11
  - "torch"
12
+ - "torchvision"
13
  - "transformers==4.42.4"
14
  - "xformers"
15
  - "protobuf"
16
  - "sentencepiece"
17
+ - "safetensors"
18
+ - "dashscope"
19
  - "watchdog"
20
  - "websockets"
21
  run:
22
+ - "git clone https://huggingface.co/spaces/dangthr/Qwen-Image-Edit"