StableDiffusionCppModelResource
Handle
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;}5 members
Properties
property
connectionStringExpressionReferenceExpressiongetGets the ConnectionStringExpression property
property
fileNamestringgetGets the model file path inside the Hugging Face repository.
property
parentStableDiffusionCppResourcegetGets the parent stable-diffusion.cpp server.
property
repositorystringgetGets the Hugging Face repository identifier.
property
revisionstringgetGets the Hugging Face revision.