Skip to content

madcoons/Stability-AI-dotnet-grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grpc classes for Stability AI api

NuGet latest version

It is based on this official repository.

Example

using Gooseai;
using Grpc.Net.Client;

namespace StabilityAI.Grpc;

public class Example
{
    public static void Test()
    {
        using var channel = GrpcChannel.ForAddress("https://localhost:7042");
        var client = new GenerationService.GenerationServiceClient(channel);
        .
        .
        .
    }
}

For full example, check out for StabilityAI.Grpc.Example project.

About

Client SDK for Stability AI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages