效果 项目 代码
using Microsoft.ML.OnnxRuntime;
using Microsoft.ML.OnnxRuntime.Tensors;
using OpenCvSharp;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System…
Diffusers
A library that offers an implementation of various diffusion models, including text-to-image models.
提供不同扩散模型的实现的库,代码上最简洁,国内的问题是 huggingface 需要翻墙。
Transformers
A Hugging Face library that pr…