remove CLI comment

pull/116/head
Timothy Kautz 1 year ago
parent 19dc885259
commit 2dca60608c

@ -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

Loading…
Cancel
Save