From ac158dc791ec789b42caacc5bdb7f24c343d4241 Mon Sep 17 00:00:00 2001 From: Timothy Kautz Date: Mon, 19 Dec 2022 02:07:19 +0900 Subject: [PATCH] remove CLI comment --- swift/StableDiffusionCLI/main.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/swift/StableDiffusionCLI/main.swift b/swift/StableDiffusionCLI/main.swift index 1b1c857..aaf4429 100644 --- a/swift/StableDiffusionCLI/main.swift +++ b/swift/StableDiffusionCLI/main.swift @@ -94,9 +94,6 @@ struct StableDiffusionSample: ParsableCommand { let startingImage: CGImage? if image != "none" { let imageURL = URL(filePath: image) -// if FileManager.default.fileExists(atPath: imageURL.path()) { -// throw RunError.resources("Starting image not found \(imageURL)") -// } do { let imageData = try Data(contentsOf: imageURL) guard