MCPcopy Create free account

hub / github.com/Janspiry/Palette-Image-to-Image-Diffusion-Models / types & classes

Types & classes39 in github.com/Janspiry/Palette-Image-to-Image-Diffusion-Models

↓ 6 callersClassResBlock
A residual block that can optionally change the number of channels. :param channels: the number of input channels. :param emb_channels: t
models/guided_diffusion_modules/unet.py:94
↓ 5 callersClassEmbedSequential
A sequential module that passes embeddings to the children that support it as an extra input.
models/guided_diffusion_modules/unet.py:31
↓ 5 callersClassSiLU
models/guided_diffusion_modules/unet.py:16
↓ 4 callersClassResnetBlocWithAttn
models/sr3_modules/unet.py:228
↓ 3 callersClassAttentionBlock
An attention block that allows spatial positions to attend to each other. Originally ported from here, but adapted to the N-d case. https
models/guided_diffusion_modules/unet.py:205
↓ 3 callersClassBlock
models/sr3_modules/unet.py:166
↓ 3 callersClassDownsample
A downsampling layer with an optional convolution. :param channels: channels in the inputs and outputs. :param use_conv: a bool determini
models/guided_diffusion_modules/unet.py:68
↓ 3 callersClassLogTracker
record training numerical indicators.
core/logger.py:146
↓ 3 callersClassUpsample
An upsampling layer with an optional convolution. :param channels: channels in the inputs and outputs. :param use_conv: a bool determinin
models/guided_diffusion_modules/unet.py:45
↓ 2 callersClassSwish
models/sr3_modules/unet.py:139
↓ 1 callersClassBaseDataset
core/base_dataset.py:32
↓ 1 callersClassDownsample
models/sr3_modules/unet.py:154
↓ 1 callersClassEMA
models/model.py:6
↓ 1 callersClassFeatureWiseAffine
models/sr3_modules/unet.py:121
↓ 1 callersClassGroupNorm32
models/guided_diffusion_modules/nn.py:11
↓ 1 callersClassInfoLogger
use logging to record log, only work on GPU 0 by judging global_rank
core/logger.py:10
↓ 1 callersClassNoneDict
core/praser.py:69
↓ 1 callersClassPositionalEncoding
models/sr3_modules/unet.py:108
↓ 1 callersClassQKVAttention
A module which performs QKV attention and splits in a different order.
models/guided_diffusion_modules/unet.py:285
↓ 1 callersClassQKVAttentionLegacy
A module which performs QKV attention. Matches legacy QKVAttention + input/ouput heads shaping
models/guided_diffusion_modules/unet.py:253
↓ 1 callersClassResnetBlock
models/sr3_modules/unet.py:180
↓ 1 callersClassSelfAttention
models/sr3_modules/unet.py:198
↓ 1 callersClassUNet
The full UNet model with attention and embedding. :param in_channel: channels in the input Tensor, for image colorization : Y_channels + X_ch
models/guided_diffusion_modules/unet.py:318
↓ 1 callersClassUNet
models/sr3_modules/unet.py:6
↓ 1 callersClassUpsample
models/sr3_modules/unet.py:144
↓ 1 callersClassVisualWriter
use tensorboard to record visuals, support 'add_scalar', 'add_scalars', 'add_image', 'add_images', etc. funtion. Also integrated with save r
core/logger.py:50
ClassAutoAugment
data/util/auto_augment.py:7
ClassBaseModel
core/base_model.py:13
ClassBaseNetwork
core/base_network.py:2
ClassCheckpointFunction
models/guided_diffusion_modules/nn.py:70
ClassColorizationDataset
data/dataset.py:145
ClassCutout
data/util/auto_augment.py:283
ClassEmbedBlock
Any module where forward() takes embeddings as a second argument.
models/guided_diffusion_modules/unet.py:20
ClassFocalLoss
models/loss.py:18
ClassImageNetAutoAugment
data/util/auto_augment.py:42
ClassInpaintDataset
data/dataset.py:35
ClassNetwork
models/network.py:8
ClassPalette
models/model.py:19
ClassUncroppingDataset
data/dataset.py:92