StableDiffusionLoraRaw

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

Carries StableDiffusionLoraRaw data through the SDAI network layer.

Author

Dmitriy Moroz

Constructors

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

Properties

Link copied to clipboard

Exposes the alias value used by the SDAI network layer.

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.