mirror of
https://github.com/GayPizzaSpecifications/stable-diffusion-rpc.git
synced 2025-08-03 05:30:54 +00:00
8 lines
122 B
Swift
8 lines
122 B
Swift
import Foundation
|
|
|
|
public enum SdCoreError: Error {
|
|
case modelNotLoaded
|
|
case imageEncode
|
|
case modelNotFound
|
|
}
|