JJukE / JJukE_Diffusion

My Diffusion Models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diffusion bases for other various models

Contents

.
|-- README.md
|-- __init__.py
|-- diffusion
|   |-- __init__.py
|   |-- common.py
|   |-- ddim.py
|   |-- ddpm.py
|   |-- diffusion_base.py
|   |-- gaussian_diffusion.py
|   |-- karras.py
|   `-- ldm.py
|-- unet
|   |-- __init__.py
|   |-- base_modules.py
|   |-- unet_base.py
|   `-- unet_modules.py
`-- unet_cond
    |-- __init__.py
    |-- attention.py
    |-- fp16_util.py
    |-- transformer.py
    |-- unet.py
    `-- unet_modules.py

To-do List

  • Test 1D U-Net
  • Implement Conditional U-Net
  • Test LDM U-Net
  • Enjoy it!

About

My Diffusion Models


Languages

Language:Python 89.8%Language:Jupyter Notebook 10.1%Language:Shell 0.0%