DPMInteractive / README.md
blairzheng
add cond_kl
53339de
---
title: DPMInteractive
emoji: πŸŒ–
colorFrom: red
colorTo: gray
sdk: gradio
sdk_version: 4.12.0
app_file: App.py
pinned: false
license: apache-2.0
---
<center>
<h1 style="display:block">
Understanding Diffusion Probability Model<span style='color: orange'>&nbsp;Interactively </span>
</h1>
</center>
</br> </br> </br>
This is a Web App which provides a special introduction about the Diffusion Probability Model with interactive demos.
### How to run
<ol>
<li> Open <a href="https://huggingface.co./spaces/blairzheng/DPMInteractive">HuggingFace space</a> in browser directly. </li>
<li> Running locally, recommended.
<ul>
<li> git clone https://github.com/blairstar/The_Art_of_DPM.git </li>
<li> cd DPMInteractive & pip install -r requirements.txt </li>
<li> python App.py </li>
</ul>
</li>
</ol>