Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IrisRainbowNeko/DreamArtist-sd-webui-extension
/ types & classes
Types & classes
11 in github.com/IrisRainbowNeko/DreamArtist-sd-webui-extension
⨍
Functions
61
◇
Types & classes
11
↓ 5 callers
Class
ConvNeXt
r""" ConvNeXt A PyTorch impl of : `A ConvNet for the 2020s` - https://arxiv.org/pdf/2201.03545.pdf Args: in_chans (int
scripts/dream_artist/convnext.py:52
↓ 3 callers
Class
LayerNorm
r""" LayerNorm that supports two data formats: channels_last (default) or channels_first. The ordering of the dimensions in the inputs. channels_
scripts/dream_artist/convnext.py:119
↓ 2 callers
Class
DatasetEntry
scripts/dream_artist/dataset.py:17
↓ 2 callers
Class
EMA
scripts/dream_artist/cptuning.py:166
↓ 2 callers
Class
Embedding
scripts/dream_artist/cptuning.py:32
↓ 2 callers
Class
RatioCrop
scripts/dream_artist/dataset.py:29
↓ 1 callers
Class
Block
r""" ConvNeXt Block. There are two equivalent implementations: (1) DwConv -> LayerNorm (channels_first) -> 1x1 Conv -> GELU -> 1x1 Conv; all in (N
scripts/dream_artist/convnext.py:15
↓ 1 callers
Class
XPDiscriminator
scripts/dream_artist/convnext_discriminator.py:84
Class
DataAtt
scripts/dream_artist/dataset.py:187
Class
EmbeddingDatabase
scripts/dream_artist/cptuning.py:67
Class
PersonalizedBase
scripts/dream_artist/dataset.py:39