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