ColossalAI/applications
Cuiqing Li 3418c46428
[Application] Reconstruct Stable diffusion models' training using Booster API (#4081)
* adding stable diffusion

* adding photos

* delete files

* adding inference file

* slight change

* adding png

* adding noise

* modify

* working on image2image

* update

* working on image2image

* change file

* adding new files

* update files

* finished text-to-images

* add png

* adding readme

* modify readme

* modify

* modify

* add new codes for training

* adding files

* update file

* finished image2image

* added images

* begin combine

* update

* combined

* clean the codes

* adding new files

* adapt dreambooth from examples

* added new files

* fix reamdme

* combined text2image image2image dreambooth

* update dreambooth
2023-06-27 17:53:53 +08:00
..
Chat [nfc] fix dim not defined and fix typo (#3991) 2023-06-19 11:21:55 +08:00
stable-diffusion/text_img2img [Application] Reconstruct Stable diffusion models' training using Booster API (#4081) 2023-06-27 17:53:53 +08:00
README.md [doc] hide diffusion in application path (#3519) 2023-04-10 17:52:24 +08:00

Applications

This directory contains the applications that are powered by Colossal-AI.

The list of applications include:

  • Chatbot
  • FastFold: Optimizing AlphaFold (Biomedicine) Training and Inference on GPU Clusters

Please note that the Chatbot application is migrated from the original ChatGPT folder.

You can find more example code for base models and functions in the Examples directory.