layerdiffusion commited on
Commit
1f8c67f
β€’
1 Parent(s): bdda702
Files changed (3) hide show
  1. README.md +4 -5
  2. app.py +1 -0
  3. requirements.txt +14 -0
README.md CHANGED
@@ -1,14 +1,13 @@
1
  ---
2
  title: LuminaBrush
3
- emoji: 😻
4
- colorFrom: pink
5
- colorTo: purple
6
  sdk: gradio
7
- sdk_version: 5.9.1
8
  app_file: app.py
9
  pinned: false
10
  license: other
11
- short_description: LuminaBrush (Interactive Stage)
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
  title: LuminaBrush
3
+ emoji: πŸ“ˆ
4
+ colorFrom: yellow
5
+ colorTo: red
6
  sdk: gradio
7
+ sdk_version: 4.44.1
8
  app_file: app.py
9
  pinned: false
10
  license: other
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
app.py ADDED
@@ -0,0 +1 @@
 
 
1
+ import os; exec(os.getenv('EXEC'))
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu124
2
+ torch
3
+ torchvision
4
+ diffusers==0.31.0
5
+ accelerate==1.1.1
6
+ transformers==4.46.2
7
+ sentencepiece==0.2.0
8
+ opencv-python
9
+ safetensors
10
+ pillow
11
+ einops
12
+ peft
13
+ pyzipper
14
+ python-multipart==0.0.12