mirror of
https://github.com/DarthAffe/StableDiffusion.NET.git
synced 2025-12-12 21:38:45 +00:00
6 lines
126 B
C#
6 lines
126 B
C#
namespace StableDiffusion.NET;
|
|
|
|
public interface IDiffusionModelBuilder
|
|
{
|
|
IDiffusionModelParameter Parameter { get; }
|
|
} |