fix reference

This commit is contained in:
Stephan Auerhahn
2023-08-12 13:52:46 -07:00
parent 2fc4680bf9
commit e289621992

View File

@@ -394,7 +394,7 @@ class SamplingPipeline:
"negative_aesthetic_score": 2.5,
}
sampler.discretization = self.wrap_discretization(
sampler.discretization = wrap_discretization(
sampler.discretization, image_strength=params.img2img_strength
)