Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: refiners
|
4 |
+
pipeline_tag: image-to-image
|
5 |
+
base_model: refiners/sd1_5.unet
|
6 |
+
base_model_relation: adapter
|
7 |
+
tags:
|
8 |
+
- image-to-image
|
9 |
+
- stable-diffusion
|
10 |
+
- sd1.5
|
11 |
+
- art
|
12 |
+
---
|
13 |
+
|
14 |
+
# Imposing Consistent Light
|
15 |
+
|
16 |
+

|
17 |
+
|
18 |
+
## Citations
|
19 |
+
|
20 |
+
```bibtex
|
21 |
+
@Misc{iclight,
|
22 |
+
author = {Lvmin Zhang and Anyi Rao and Maneesh Agrawala},
|
23 |
+
title = {IC-Light GitHub Page},
|
24 |
+
year = {2024},
|
25 |
+
}
|
26 |
+
```
|