Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -919,7 +919,6 @@ class LEditsPPPipelineStableDiffusionXL(
|
|
| 919 |
correlation_weight_factor=0.7,
|
| 920 |
scale=2,
|
| 921 |
scale_2nd=2,
|
| 922 |
-
correlation_weight_factor = 0.7,
|
| 923 |
init_latents: [torch.Tensor] = None,
|
| 924 |
zs: [torch.Tensor] = None,
|
| 925 |
**kwargs,
|
|
|
|
| 919 |
correlation_weight_factor=0.7,
|
| 920 |
scale=2,
|
| 921 |
scale_2nd=2,
|
|
|
|
| 922 |
init_latents: [torch.Tensor] = None,
|
| 923 |
zs: [torch.Tensor] = None,
|
| 924 |
**kwargs,
|