mirror of
https://github.com/Stability-AI/generative-models.git
synced 2026-02-02 12:24:27 +01:00
fix reference
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user