mirror of
https://github.com/DarthAffe/StableDiffusion.NET.git
synced 2025-12-12 13:28:35 +00:00
Fixed namespace
This commit is contained in:
parent
8f5f5c7354
commit
371eb5a773
@ -2,7 +2,6 @@
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Runtime.InteropServices;
|
||||
using StableDiffusion.NET.Extensions;
|
||||
|
||||
namespace StableDiffusion.NET;
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace StableDiffusion.NET.Extensions;
|
||||
namespace StableDiffusion.NET;
|
||||
|
||||
internal static class EnumExtension
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user