Spaces:
Runtime error
Runtime error
Upload 3 files
Browse files- README.md +7 -15
- app.py +0 -0
- requirements.txt +4 -22
README.md
CHANGED
|
@@ -1,21 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 5.
|
| 8 |
app_file: app.py
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
tags:
|
| 12 |
-
- Image-to-Video
|
| 13 |
-
- Image-2-Video
|
| 14 |
-
- Img-to-Vid
|
| 15 |
-
- Img-2-Vid
|
| 16 |
-
- language models
|
| 17 |
-
- LLMs
|
| 18 |
-
suggested_hardware: zero-a10g
|
| 19 |
---
|
| 20 |
|
| 21 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: FLUX.1 Fill Dev
|
| 3 |
+
emoji: 🖌️
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.24.0
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
requirements.txt
CHANGED
|
@@ -1,23 +1,5 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
sentencepiece==0.2.0
|
| 5 |
-
pillow==11.2.1
|
| 6 |
-
av==12.1.0
|
| 7 |
-
numpy==1.26.2
|
| 8 |
-
scipy==1.12.0
|
| 9 |
-
requests==2.32.4
|
| 10 |
-
torchsde==0.2.6
|
| 11 |
-
torch>=2.0.0
|
| 12 |
-
torchvision
|
| 13 |
-
torchaudio
|
| 14 |
-
einops==0.8.1
|
| 15 |
-
opencv-contrib-python
|
| 16 |
safetensors
|
| 17 |
-
|
| 18 |
-
decord==0.6.0
|
| 19 |
-
imageio_ffmpeg==0.6.0
|
| 20 |
-
sageattention==1.0.6
|
| 21 |
-
xformers==0.0.29.post3
|
| 22 |
-
bitsandbytes==0.46.0
|
| 23 |
-
pillow-heif==0.22.0
|
|
|
|
| 1 |
+
git+https://github.com/huggingface/diffusers.git
|
| 2 |
+
transformers
|
| 3 |
+
accelerate
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
safetensors
|
| 5 |
+
sentencepiece
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|