StableDiffusionHyperNetworkRaw

@Serializable
data class StableDiffusionHyperNetworkRaw(val name: String? = null, val path: String? = null)(source)

Carries StableDiffusionHyperNetworkRaw data through the SDAI network layer.

Author

Dmitriy Moroz

Constructors

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

Properties

Link copied to clipboard
val name: String?

Exposes the name value used by the SDAI network layer.

Link copied to clipboard
val path: String?

Exposes the path value used by the SDAI network layer.