Commit ·
239f68b
1
Parent(s): 457f311
add weitghs and config
Browse files- config.yaml +11 -0
- model.safetensors +3 -0
config.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.025, 0.05, 0.025, 0.9]
|
| 7 |
+
conditioning_images_keys: []
|
| 8 |
+
conditioning_masks_keys: []
|
| 9 |
+
bridge_noise_sigma: 0.1
|
| 10 |
+
source_key: source_image
|
| 11 |
+
target_key: depth
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80bb1f6c701c7b0280c361b661ca2c8760d0b3383345217130c7d4ac928d26ef
|
| 3 |
+
size 5020040640
|