Commit
·
72fe51d
1
Parent(s):
3c4895a
add config
Browse files- relight.yaml +11 -0
relight.yaml
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
backbone_signature: stabilityai/stable-diffusion-xl-base-1.0
|
2 |
+
vae_num_channels: 4
|
3 |
+
unet_input_channels: 4
|
4 |
+
timestep_sampling: custom_timesteps
|
5 |
+
selected_timesteps: [250, 500, 750, 1000]
|
6 |
+
prob: [0.25, 0.25, 0.25, 0.25]
|
7 |
+
conditioning_images_keys: []
|
8 |
+
conditioning_masks_keys: []
|
9 |
+
source_key: source_image
|
10 |
+
target_key: source_image_paste
|
11 |
+
bridge_noise_sigma: 0.005
|