Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: IC-Light V2
|
3 |
+
emoji: 🌟
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "4.8.0"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
# IC-Light: Image Relighting with Foreground Condition
|
13 |
+
|
14 |
+
This is a Gradio web interface for IC-Light, a powerful image relighting model that can modify the lighting conditions of images while preserving the subject's details.
|
15 |
+
|
16 |
+
## Features
|
17 |
+
|
18 |
+
- Upload your own images
|
19 |
+
- Multiple lighting preferences
|
20 |
+
- Adjustable parameters for fine-tuning
|
21 |
+
- High-resolution output support
|
22 |
+
- Background condition support
|
23 |
+
|
24 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|