Skip to content
DocsTry Aspire
DocsTry

StableDiffusionCppModelResource

Handle
📦 CommunityToolkit.Aspire.Hosting.StableDiffusionCpp v13.5.0
interface StableDiffusionCppModelResource
extends IExpressionValue,
IManifestExpressionProvider,
IResource,
IResourceWithConnectionString,
IResourceWithParent,
StableDiffusionCppResource]],
IValueProvider,
IValueWithReferences {
readonly connectionStringExpression: ReferenceExpression;
readonly fileName: string;
readonly parent: StableDiffusionCppResource;
readonly repository: string;
readonly revision: string;
}

Properties

propertyconnectionStringExpressionReferenceExpressionget
Gets the ConnectionStringExpression property
propertyfileNamestringget
Gets the model file path inside the Hugging Face repository.
propertyparentStableDiffusionCppResourceget
Gets the parent stable-diffusion.cpp server.
propertyrepositorystringget
Gets the Hugging Face repository identifier.
propertyrevisionstringget
Gets the Hugging Face revision.