# StableDiffusionTorchSharp **Repository Path**: dhs347/StableDiffusionTorchSharp ## Basic Information - **Project Name**: StableDiffusionTorchSharp - **Description**: Stable Diffusion model v1.5 for TorchSharp - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7 - **Created**: 2023-11-29 - **Last Updated**: 2023-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction Stable Diffusion model v1.5 for TorchSharp. The cpu requires a minimum of 16GB of memory. # download code https://github.com/kjsman/stable-diffusion-pytorch # download checkpoint and put it into python code https://huggingface.co/jinseokim/stable-diffusion-pytorch-data/tree/main/data.v20221029.tar # convert checkpoint to torchsharp python export_torchsharp.py # inference model with torchsharp run c# program