mirror of
https://github.com/DarthAffe/StableDiffusion.NET.git
synced 2025-12-13 05:48:40 +00:00
6 lines
126 B
C#
6 lines
126 B
C#
namespace StableDiffusion.NET;
|
|
|
|
public interface IQuantizedModelBuilder
|
|
{
|
|
IQuantizedModelParameter Parameter { get; }
|
|
} |