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