1aurent commited on
Commit
2aeb1f0
1 Parent(s): 4bbe2cc

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
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
+ ![](https://github.com/lllyasviel/IC-Light/assets/19834515/25068f6a-f945-4929-a3d6-e8a152472223)
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
+ ```