StabilityAI.Grpc
0.0.7
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package StabilityAI.Grpc --version 0.0.7
NuGet\Install-Package StabilityAI.Grpc -Version 0.0.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StabilityAI.Grpc" Version="0.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StabilityAI.Grpc --version 0.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: StabilityAI.Grpc, 0.0.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install StabilityAI.Grpc as a Cake Addin #addin nuget:?package=StabilityAI.Grpc&version=0.0.7 // Install StabilityAI.Grpc as a Cake Tool #tool nuget:?package=StabilityAI.Grpc&version=0.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Grpc classes for Stability AI api
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);
.
.
.
}
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- Google.Protobuf (>= 3.21.12)
- Grpc.Net.Client (>= 2.50.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.13 | 21,895 | 1/22/2024 |
0.1.12 | 5,809 | 10/31/2023 |
0.1.11 | 2,978 | 9/4/2023 |
0.1.10 | 1,140 | 8/19/2023 |
0.1.9 | 797 | 8/4/2023 |
0.1.8 | 1,798 | 7/10/2023 |
0.1.7 | 951 | 6/21/2023 |
0.1.6 | 1,250 | 5/31/2023 |
0.1.5 | 1,994 | 4/26/2023 |
0.1.4 | 999 | 4/4/2023 |
0.1.3 | 1,556 | 3/10/2023 |
0.1.2 | 993 | 2/21/2023 |
0.1.1 | 1,145 | 2/3/2023 |
0.1.0 | 1,369 | 1/10/2023 |
0.0.9 | 683 | 1/3/2023 |
0.0.8 | 484 | 12/27/2022 |
0.0.7 | 320 | 12/27/2022 |
0.0.6 | 311 | 12/27/2022 |
0.0.5 | 319 | 12/27/2022 |
0.0.4 | 308 | 12/27/2022 |
0.0.3 | 302 | 12/27/2022 |
0.0.2 | 303 | 12/27/2022 |
0.0.1 | 349 | 12/27/2022 |