-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.ts
43 lines (42 loc) · 2.34 KB
/
index.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
export { SDXL, SDXLType } from '@/SDXL';
export { Flat2D, Flat2DType } from '@/Flat2D';
export { Mix526, Mix526Type } from '@/526Mix';
export { AllInOnePixel, AllInOnePixelType } from '@/AllInOnePixel';
export { BgRemoval, BgRemovalType } from '@/BgRemoval';
export { Cartoon, CartoonType } from '@/Cartoon';
export { Codeformer, CodeformerType } from '@/Codeformer';
export { Colorful, ColorfulType } from '@/Colorful';
export { Controlnet, ControlnetType } from '@/Controlnet';
export { CuteRichStyle, CuteRichStyleType } from '@/CuteRichStyle';
export { CyberRealistic, CyberRealisticType } from '@/CyberRealistic';
export { DeepSpacedDiffusion, DeepSpacedDiffusionType } from '@/DeepSpacedDiffusion';
export { Dreamshaper, DreamshaperType } from '@/Dreamshaper';
export { DvArch, DvArchType } from '@/DvArch';
export { EdgeOfRealism, EdgeOfRealismType } from '@/EdgeOfRealism';
export { EpicRealism, EpicRealismType } from '@/EpicRealism';
export { Esrgan, EsrganType } from '@/Esrgan';
export { Faceswap, FaceswapType } from '@/Faceswap';
export { FantassifiedIcons, FantassifiedIconsType } from '@/FantassifiedIcons';
export { FruitFusion, FruitFusionType } from '@/FruitFusion';
export { Icbinp, IcbinpType } from '@/Icbinp';
export { Img2Img, Img2ImgType } from '@/Img2Img';
export { Inpainting, InpaintingType } from '@/Inpainting';
export { Juggernaut, JuggernautType } from '@/Juggernaut';
export { Kandinsky, KandinskyType } from '@/Kandinsky';
export { Majicmix, MajicmixType } from '@/Majicmix';
export { Manmarumix, ManmarumixType } from '@/Manmarumix';
export { Paragon, ParagonType } from '@/Paragon';
export { PotraitSD, PotraitSDType } from '@/PotraitSD';
export { QRGenerator, QRGeneratorType } from '@/QRGenerator';
export { RCNZ, RCNZType } from '@/RCNZ';
export { RPG, RPGType } from '@/RPG';
export { RealisticVision, RealisticVisionType } from '@/RealisticVision';
export { Reliberate, ReliberateType } from '@/Reliberate';
export { Revanimated, RevanimatedType } from '@/Revanimated';
export { SDOutpaint, SDOutpaintType } from '@/SDOutpaint';
export { Samaritan, SamaritanType } from '@/Samaritan';
export { SciFi, SciFiType } from '@/SciFi';
export { SegmentAnything, SegmentAnythingType } from '@/SegmentAnything';
export { SmallSD, SmallSDType } from '@/SmallSD';
export { TinySD, TinySDType } from '@/TinySD';
export { Word2Img, Word2ImgType } from '@/Word2Img';