Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 1e89247

Browse files
committed
InpaintLegacyDiffuser
1 parent 77a2b6a commit 1e89247

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Text;
5+
using System.Threading.Tasks;
6+
7+
namespace OnnxStack.StableDiffusion.Diffusers.LatentConsistency
8+
{
9+
internal class InpaintLegacyDiffuser
10+
{
11+
}
12+
}

0 commit comments

Comments
 (0)