pureexe commited on
Commit
945909d
·
verified ·
1 Parent(s): 48f3067

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md CHANGED
@@ -1,3 +1,42 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ pipeline_tag: image-to-image
4
+ tags:
5
+ - ControlNetModel
6
+ - StableDiffusionXLControlNetInpaintPipeline
7
+ - 'ControlNetModel '
8
+ - stable-diffusion-xl
9
+ - inpainting
10
+ - light-estimation
11
+ - relighting
12
  ---
13
+ # Chromeball SDXL EV0
14
+
15
+ **THIS IS NOT A PART OF DIFFUSIONLIGHT PAPER**
16
+
17
+ Use a ControlNet to output the chrome ball from SDXL instead of using LoRA which enables the SDXL Turbo to output lighting in one denosing step
18
+
19
+ If the speed is less of a concern for you and want to focus on the quality. Please check out the LoRA model at [DiffusionLight](https://huggingface.co/DiffusionLight/DiffusionLight)
20
+
21
+ ## ControlNet vs LoRA: The SDXL Turbo
22
+
23
+ TODO: I will explained later that SDXL Turbo makes LoRA impossible to give an input signal in one step. So, we use a control to guide output instead
24
+
25
+
26
+ ## Download model
27
+
28
+ Weights for this model are available in Safetensors format.
29
+
30
+ [Download](/DiffusionLight/DiffusionLight/tree/main) them in the Files & versions tab.
31
+
32
+ ## Trigger words
33
+
34
+ | Chromeball | Prompt |
35
+ | ----------- | ----------- |
36
+ | EV0 | a perfect mirrored reflective chrome ball sphere |
37
+
38
+ ## Chromeball generation
39
+ TODO: I will update how to generate chrome ball from controlnet in one Unet pass.
40
+
41
+
42
+ PS. This repo is currently supported outing the EV0. We might support different EV in the future.