The-Igor / replicate-kit-swift

It's a swift layer between Replicate API and your swiftui application. Replicate toolkit for running text-to-image model, stable difusion model, ML makeovers, super resolution, diffusion api library for swift, client for using diffusion in real-time applications Integration example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image to image

alelordelo opened this issue · comments

Thanks for sharing! Also working on SD serveless SwiftUI right now…

Did you get image to image to work?

I've been thinking about image to image if I do I'll put it out as open source 🙂

Thanks! Looking forward to check it! : )

This package has image to image, haven't tested yet tho...
https://github.com/mattt/replicate-swift

    /// Inital image to generate variations of. Will be resized to the specified width and height
`    public var initImage: URL?`

https://replicate.com/cloneofsimo/lora

Thank you 🙂