StableDiffusionHyperNetwork

data class StableDiffusionHyperNetwork(val name: String, val path: String)(source)

Carries StableDiffusionHyperNetwork data through the SDAI domain layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(name: String, path: String)

Properties

Link copied to clipboard

Exposes the name value used by the SDAI domain layer.

Link copied to clipboard

Exposes the path value used by the SDAI domain layer.