Add files using upload-large-folder tool
Browse files- iclight-v2-vary/README.md +13 -0
- iclight-v2-vary/app.py +1 -0
- iclight-v2-vary/requirements.txt +14 -0
iclight-v2-vary/README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: IC Light V2-Vary
|
| 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
|
iclight-v2-vary/app.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
import os; exec(os.getenv('EXEC'))
|
iclight-v2-vary/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
|