Spaces:
Running
on
Zero
Running
on
Zero
Update README.md
Browse files
README.md
CHANGED
@@ -4,13 +4,16 @@ emoji: 🎛️
|
|
4 |
colorFrom: indigo
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.0
|
8 |
python_version: 3.12
|
9 |
suggested_hardware: t4-small
|
10 |
app_file: app.py
|
11 |
pinned: true
|
12 |
short_description: Zero shot lineart image style transfer on FLUX.1 [dev]
|
13 |
startup_duration_timeout: 5m
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
4 |
colorFrom: indigo
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.9.0
|
8 |
python_version: 3.12
|
9 |
suggested_hardware: t4-small
|
10 |
app_file: app.py
|
11 |
pinned: true
|
12 |
short_description: Zero shot lineart image style transfer on FLUX.1 [dev]
|
13 |
startup_duration_timeout: 5m
|
14 |
+
preload_from_hub:
|
15 |
+
- 'promeai/FLUX.1-controlnet-lineart-promeai'
|
16 |
+
- 'black-forest-labs/FLUX.1-dev'
|
17 |
---
|
18 |
|
19 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|