StableDiffusionSharp
Use Stable Diffusion with C#
File Explorer
- Program.cs
- StableDiffusionDemo_Console.csproj
- FormMain.cs
- FormMain.Designer.cs
- FormMain.resx
- Program.cs
- StableDiffusionDemo_Winform.csproj
- ModelLoader.cs
- PickleLoader.cs
- SafetensorsLoader.cs
- TensorInfo.cs
- merges.txt
- vocab.json
- vaeapp_sd15.pth
- xlvaeapp.pth
- Clip.cs
- Esrgan.cs
- SD1.cs
- SDModel.cs
- SDXL.cs
- Tokenizer.cs
- Unet.cs
- VAE.cs
- VAEApprox.cs
- BasicSampler.cs
- EulerAncestralSampler.cs
- EulerSampler.cs
- DiscreteSchedule.cs
- SDType.cs
- StableDiffusion.cs
- StableDiffusionSharp.csproj
- Tools.cs
- .gitattributes
- .gitignore
- LICENSE.txt
- README.md
- StableDiffusionSharp.sln
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
dotnet add package
View Details ▼
dotnet add package
Add or update a .NET package reference in a project file.
dotnet add package {{package}}
Add a package to the project in the current directory:
dotnet add {{path/to/file.csproj}} package {{package}}
Add a package to a specific project:
dotnet add package {{package}} {{[-v|--version]}} {{1.0.0}}
Add a specific version of a package to the project:
// repository documentation
Was this content helpful?
(0 ratings)
