mirror of
https://github.com/GayPizzaSpecifications/stable-diffusion-rpc.git
synced 2025-08-04 14:01:32 +00:00
Formatting, linting, and hopefully a CI build.
This commit is contained in:
7
Sources/StableDiffusionCore/Errors.swift
Normal file
7
Sources/StableDiffusionCore/Errors.swift
Normal file
@ -0,0 +1,7 @@
|
||||
import Foundation
|
||||
|
||||
public enum SdCoreError: Error {
|
||||
case modelNotLoaded
|
||||
case imageEncode
|
||||
case modelNotFound
|
||||
}
|
Reference in New Issue
Block a user