6 lines
126 B
C#

namespace StableDiffusion.NET;
public interface IDiffusionModelBuilder
{
IDiffusionModelParameter Parameter { get; }
}