|
|
@ -219,7 +219,7 @@ public struct StableDiffusionPipeline: ResourceManaging {
|
|
|
|
pipeline: self,
|
|
|
|
pipeline: self,
|
|
|
|
prompt: prompt,
|
|
|
|
prompt: prompt,
|
|
|
|
step: step,
|
|
|
|
step: step,
|
|
|
|
stepCount: stepCount,
|
|
|
|
stepCount: timeSteps.count,
|
|
|
|
currentLatentSamples: latents,
|
|
|
|
currentLatentSamples: latents,
|
|
|
|
isSafetyEnabled: canSafetyCheck && !disableSafety
|
|
|
|
isSafetyEnabled: canSafetyCheck && !disableSafety
|
|
|
|
)
|
|
|
|
)
|
|
|
|