Türker Kızılcık
Results
3
comments of
Türker Kızılcık
well maybe they are normal sized but its still hard to click lol, i kinda get icky trying to press it
this doesn't fix :(
``` func generate() async throws { var result = try await StableDiffusion.predict(with: client, input: .init(prompt: prompt)) try await result.wait(with: client) prediction = result } func cancel() async throws { guard...