huggingface/swift-coreml-diffusers

Denoising strength

alelordelo opened this issue · 4 comments

Thanks for sharing this great repo!

Is it possible to control Denoising strength? I know by default the app doesn’t support, but does the coreML SD package support it?

Hi @alelordelo! What do you mean exactly by denoising strength? I've seen that term in the context of image-to-image generation, but so far we are doing text-to-image. Would you mind clarifying a bit? :)

Cool, understood! This repo does not have image to image (yet), but it was recently added to Apple's one (which is a dependency here). See here for the strength parameter: https://github.com/apple/ml-stable-diffusion/blob/main/swift/StableDiffusion/pipeline/StableDiffusionPipeline.Configuration.swift#L27