classifier-free-guidance
There are 13 repositories under classifier-free-guidance topic.
lucidrains/classifier-free-guidance-pytorch
Implementation of Classifier Free Guidance in Pytorch, with emphasis on text conditioning, and flexibility to include multiple text embedding models
gmongaras/Diffusion_models_from_scratch
Creating a diffusion model from scratch in PyTorch to learn exactly how they work.
insdout/Time-Series-Hybrid-Autoencoder
Remaining Useful Life estimation and sensor data generation by VAE and diffusion model on C-MAPSS dataset.
LemonTwoL/ReNeg
ReNeg: Learning Negative Embedding with Reward Guidance
hamnaanaa/3D-Scene-Diffusion-Guidance-using-Scene-Graphs
The implementation for "3D Scene Diffusion Guidance using Scene Graphs" paper. A Diffusion Model for Conditional 3D Scene Generation with Classifier-Free Guidance on Scene Graphs
vvhg1/guided-text-generation-with-classifier-free-language-diffusion
Exploring classifier-free guidance in a DDPM language model for text generation towards emotion targets.
DenOfEquity/CFgfade
extension for Forge webui; methods to modify the CFG during diffusion; can bypass uncond calculations for free performance gain
OutofAi/StableEnergy
A Simplified notebook for Smoothed Energy Guidance utilised for Stable Diffusion 2.1 base
KimRass/CFG
PyTorch implementation of 'CFG' (Ho et al., 2022).
g4vrel/DDPM
A PyTorch implementation of DDPM
KhoiDOO/DogFusion
DogFusion: Dog Image Generation.
berlin0308/Conditional-DDPM-DDIM
DDPM (Denoising Diffusion Probabilistic Models) and DDIM (Denoising Diffusion Implicit Models) for conditional image generation
RamtinS/diffusion-model
In this project, you will find an implementation of a diffusion model, trained on images of handwritten numbers from the MNIST dataset.