DJStomp commited on
Commit
31ee650
·
1 Parent(s): cc327b5

Update py version to 3.12 and update readme

Browse files
Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -1,13 +1,19 @@
1
  ---
2
  title: ControlNet Flux 1 LineArt
3
- emoji: 🖼
4
- colorFrom: purple
5
- colorTo: red
6
  sdk: gradio
7
  sdk_version: 5.0.1
 
 
8
  app_file: app.py
9
- pinned: false
10
  short_description: Zero shot lineart image style transfer on FLUX.1 [dev]
 
 
 
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
  title: ControlNet Flux 1 LineArt
3
+ emoji: 🎛️
4
+ colorFrom: indigo
5
+ colorTo: purple
6
  sdk: gradio
7
  sdk_version: 5.0.1
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