Spaces:
Running
on
Zero
Running
on
Zero
Gradio 4.41.0
Browse files- README.md +7 -1
- requirements.txt +1 -1
README.md
CHANGED
@@ -6,7 +6,7 @@ emoji: 🧨
|
|
6 |
colorFrom: purple
|
7 |
colorTo: blue
|
8 |
sdk: gradio
|
9 |
-
sdk_version: 4.
|
10 |
python_version: 3.11.9
|
11 |
app_file: app.py
|
12 |
fullWidth: false
|
@@ -64,6 +64,12 @@ See [`usage.md`](https://huggingface.co/spaces/adamelliotfields/diffusion/blob/m
|
|
64 |
## Installation
|
65 |
|
66 |
```bash
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
python -m venv .venv
|
68 |
source .venv/bin/activate
|
69 |
pip install -r requirements.txt torch==2.4.0 torchvision==0.19.0
|
|
|
6 |
colorFrom: purple
|
7 |
colorTo: blue
|
8 |
sdk: gradio
|
9 |
+
sdk_version: 4.41.0
|
10 |
python_version: 3.11.9
|
11 |
app_file: app.py
|
12 |
fullWidth: false
|
|
|
64 |
## Installation
|
65 |
|
66 |
```bash
|
67 |
+
# clone
|
68 |
+
git clone https://huggingface.co/spaces/adamelliotfields/diffusion.git
|
69 |
+
cd diffusion
|
70 |
+
git remote set-url origin https://adamelliotfields:$HF_TOKEN@huggingface.co/spaces/adamelliotfields/diffusion
|
71 |
+
|
72 |
+
# install
|
73 |
python -m venv .venv
|
74 |
source .venv/bin/activate
|
75 |
pip install -r requirements.txt torch==2.4.0 torchvision==0.19.0
|
requirements.txt
CHANGED
@@ -4,7 +4,7 @@ compel==2.0.3
|
|
4 |
deepcache==0.1.1
|
5 |
diffusers==0.29.2
|
6 |
hf-transfer
|
7 |
-
gradio==4.
|
8 |
ruff==0.5.7
|
9 |
scipy # for LMS scheduler
|
10 |
spaces
|
|
|
4 |
deepcache==0.1.1
|
5 |
diffusers==0.29.2
|
6 |
hf-transfer
|
7 |
+
gradio==4.41.0
|
8 |
ruff==0.5.7
|
9 |
scipy # for LMS scheduler
|
10 |
spaces
|