madebyollin
commited on
Commit
•
622c174
1
Parent(s):
95f3fcb
Update scaling_factor for SDXL
Browse filesUpdate `scaling_factor` to match SDXL repo https://github.com/Stability-AI/generative-models/blob/main/configs/inference/sd_xl_base.yaml#L4
- config.json +1 -1
config.json
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
"norm_num_groups": 32,
|
22 |
"out_channels": 3,
|
23 |
"sample_size": 512,
|
24 |
-
"scaling_factor": 0.
|
25 |
"up_block_types": [
|
26 |
"UpDecoderBlock2D",
|
27 |
"UpDecoderBlock2D",
|
|
|
21 |
"norm_num_groups": 32,
|
22 |
"out_channels": 3,
|
23 |
"sample_size": 512,
|
24 |
+
"scaling_factor": 0.13025,
|
25 |
"up_block_types": [
|
26 |
"UpDecoderBlock2D",
|
27 |
"UpDecoderBlock2D",
|