diffusion topic
RB-Modulation
See original repo here: https://github.com/google/RB-Modulation - ICLR 2025 (Oral)
Diffusion
PyTorch implementation for DDPM & DDIM
NASDM
Pytorch implementation of NASDM: Nuclei-Aware Semantic Histopathology Image Generation Using Diffusion Models
Reliable_AD
[ECCV2024] Towards Reliable Advertising Image Generation Using Human Feedback
VADER
Video Diffusion Alignment via Reward Gradients. We improve a variety of video diffusion models such as VideoCrafter, OpenSora, ModelScope and StableVideoDiffusion by finetuning them using various rewa...
COCOCO
Video-Inpaint-Anything: This is the inference code for our paper CoCoCo: Improving Text-Guided Video Inpainting for Better Consistency, Controllability and Compatibility.
Awesome-DiT-Inference
📚A curated list of Awesome Diffusion Inference Papers with Codes: Sampling, Cache, Quantization, Parallelism, etc.🎉
extract-unet-safetensor
Processes SafeTensors files for Stable Diffusion 1.5 (SD 1.5), Stable Diffusion XL (SDXL), and FLUX models. It extracts the UNet into a separate file and creates a new file with the remaining model co...
flux-fp8-api
Flux diffusion model implementation using quantized fp8 matmul & remaining layers use faster half precision accumulate, which is ~2x faster on consumer devices.