Spaces:
Running
on
Zero
Running
on
Zero
packages
Browse files- README.md +1 -1
- requirements.txt +3 -0
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 👀
|
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
short_description: image_generator
|
|
|
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 4.44.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
short_description: image_generator
|
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
insightface==0.7.3
|
| 2 |
diffusers
|
| 3 |
transformers
|
|
@@ -13,5 +14,7 @@ onnxruntime-gpu
|
|
| 13 |
hidiffusion
|
| 14 |
runpod
|
| 15 |
boto3
|
|
|
|
|
|
|
| 16 |
git+https://github.com/tencent-ailab/IP-Adapter.git
|
| 17 |
git+https://github.com/huggingface/peft.git
|
|
|
|
| 1 |
+
pydantic==2.10.6
|
| 2 |
insightface==0.7.3
|
| 3 |
diffusers
|
| 4 |
transformers
|
|
|
|
| 14 |
hidiffusion
|
| 15 |
runpod
|
| 16 |
boto3
|
| 17 |
+
piexif
|
| 18 |
+
qrcode
|
| 19 |
git+https://github.com/tencent-ailab/IP-Adapter.git
|
| 20 |
git+https://github.com/huggingface/peft.git
|