Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/claudiom4sir/StableVSR
/ types & classes
Types & classes
5 in github.com/claudiom4sir/StableVSR
⨍
Functions
53
◇
Types & classes
5
↓ 1 callers
Class
DDPMSchedulerOutput
Output class for the scheduler's `step` function output. Args: prev_sample (`torch.FloatTensor` of shape `(batch_size, num_channels,
scheduler/ddpm_scheduler.py:31
↓ 1 callers
Class
REDSRecurrentDataset
REDS dataset for training recurrent networks. The keys are generated from a meta info txt file. basicsr/data/meta_info/meta_info_REDS_GT.txt
dataset/reds_dataset.py:207
Class
DDPMScheduler
`DDPMScheduler` explores the connections between denoising score matching and Langevin dynamics sampling. This model inherits from [`Schedul
scheduler/ddpm_scheduler.py:92
Class
REDSDataset
REDS dataset for training. The keys are generated from a meta info txt file. basicsr/data/meta_info/meta_info_REDS_GT.txt Each line cont
dataset/reds_dataset.py:11
Class
StableVSRPipeline
r""" Pipeline for text-to-image generation using Stable Diffusion with ControlNet guidance. This model inherits from [`DiffusionPipeline`]. C
pipeline/stablevsr_pipeline.py:96