commit f0dfe6bf310f988e56bdea8d84439ffd36d96d64 Author: Kohya S Date: Sun Dec 18 14:09:50 2022 +0900 add readme. diff --git a/README-ja.md b/README-ja.md new file mode 100644 index 00000000..a7a8676f --- /dev/null +++ b/README-ja.md @@ -0,0 +1,11 @@ +## リポジトリについて +Stable Diffusionの学習、画像生成、その他のスクリプトを入れたリポジトリです。 + +[README in English](./README.md) + +以下のスクリプトがあります。 + +* DreamBooth、U-NetおよびText Encoderの学習をサポート +* fine-tuning、同上 +* 画像生成 +* モデル変換(Stable Diffision ckpt/safetensorsとDiffusersの相互変換) diff --git a/README.md b/README.md new file mode 100644 index 00000000..0148bc0c --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +This repository contains training, generation and utility scripts for Stable Diffusion. + +[日本語版README](./README-ja.md) + +This repository currently contains: + +* DreamBooth training, including U-Net and Text Encoder +* fine-tuning (native training), including U-Net and Text Encoder +* image generation +* model conversion (Stable Diffision ckpt/safetensors and Diffusers) + +