tangjiuqi097's Stars
OptimalScale/LMFlow
An Extensible Toolkit for Finetuning and Inference of Large Foundation Models. Large Models for All.
meta-llama/llama
Inference code for Llama models
lucidrains/denoising-diffusion-pytorch
Implementation of Denoising Diffusion Probabilistic Model in Pytorch
fbcotter/pytorch_wavelets
Pytorch implementation of 2D Discrete Wavelet (DWT) and Dual Tree Complex Wavelet Transforms (DTCWT) and a DTCWT based ScatterNet
baofff/U-ViT
A PyTorch implementation of the paper "All are Worth Words: A ViT Backbone for Diffusion Models".
deep-floyd/IF
rom1504/img2dataset
Easily turn large sets of image urls to an image dataset. Can download, resize and package 100M urls in 20h on one machine.
Stability-AI/stablediffusion
High-Resolution Image Synthesis with Latent Diffusion Models
yuvalkirstain/PickScore
huggingface/diffusers
🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch and FLAX.
cszn/KAIR
Image Restoration Toolbox (PyTorch). Training and testing codes for DPIR, USRNet, DnCNN, FFDNet, SRMD, DPSR, BSRGAN, SwinIR
Vision-CAIR/MiniGPT-4
Open-sourced codes for MiniGPT-4 and MiniGPT-v2 (https://minigpt-4.github.io, https://minigpt-v2.github.io/)
facebookresearch/segment-anything
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
lllyasviel/ControlNet
Let us control diffusion models!
salesforce/BLIP
PyTorch code for BLIP: Bootstrapping Language-Image Pre-training for Unified Vision-Language Understanding and Generation
giannisdaras/cdm
[NeurIPS 2023] Official Implementation: "Consistent Diffusion Models"
XPixelGroup/BasicSR
Open Source Image and Video Restoration Toolbox for Super-resolution, Denoise, Deblurring, etc. Currently, it includes EDSR, RCAN, SRResNet, SRGAN, ESRGAN, EDVR, BasicVSR, SwinIR, ECBSR, etc. Also support StyleGAN2, DFDNet.
sczhou/CodeFormer
[NeurIPS 2022] Towards Robust Blind Face Restoration with Codebook Lookup Transformer
chenfei-wu/TaskMatrix
CompVis/stable-diffusion
A latent text-to-image diffusion model
cloneofsimo/lora
Using Low-rank adaptation to quickly fine-tune diffusion models.
google-research/google-research
Google Research
shadyabh/ADIR
FMInference/FlexLLMGen
Running large language models on a single GPU for throughput-oriented scenarios.
forever208/DDPM-IP
[ICML 2023] official implementation for "Input Perturbation Reduces Exposure Bias in Diffusion Models"
arpitbansal297/Universal-Guided-Diffusion
megvii-research/AnchorDETR
An official implementation of the Anchor DETR.
Dao-AILab/flash-attention
Fast and memory-efficient exact attention
lucidrains/imagen-pytorch
Implementation of Imagen, Google's Text-to-Image Neural Network, in Pytorch
gnobitab/RectifiedFlow
Official Implementation of Rectified Flow (ICLR2023 Spotlight)