StableDiffusionCppModelResource Constructors
ClassConstructors1 member
Represents a model hosted by stable-diffusion.cpp and downloaded from Hugging Face.
Constructor(string, string, string, string, StableDiffusionCppResource)Section titled Constructor(string, string, string, string, StableDiffusionCppResource) Represents a model hosted by stable-diffusion.cpp and downloaded from Hugging Face.
public sealed class StableDiffusionCppModelResource{ public StableDiffusionCppModelResource( string name, string repository, string fileName, string revision, StableDiffusionCppResource parent) { // ... }}Parameters