tellurion Claude Sonnet 4.6 commited on
Commit
778d56e
·
1 Parent(s): d066167

Add README.md for HuggingFace Space and requirements.txt

Browse files

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files changed (3) hide show
  1. .gitignore +7 -0
  2. README.md +13 -0
  3. requirements.txt +20 -0
.gitignore ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ .idea
2
+ .vscode
3
+ models
4
+ *safetensors
5
+ __pycache__
6
+ preprocessor/weights
7
+ *.pyc
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Colorize Diffusion
3
+ emoji: 🎨
4
+ colorFrom: purple
5
+ colorTo: pink
6
+ sdk: gradio
7
+ sdk_version: "5.0.0"
8
+ python_version: "3.10"
9
+ app_file: app.py
10
+ pinned: false
11
+ ---
12
+
13
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
requirements.txt ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate
2
+ diffusers
3
+ einops
4
+ gradio
5
+ huggingface-hub
6
+ kornia
7
+ numpy
8
+ omegaconf
9
+ open-clip-torch
10
+ opencv-python-headless
11
+ pillow
12
+ safetensors
13
+ timm
14
+ tokenizers
15
+ torch
16
+ torchdiffeq
17
+ torchsde
18
+ torchvision
19
+ tqdm
20
+ transformers