diff --git a/README.md b/README.md index a8f8f6b..f8b9edc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # stable-diffusion-webui-cafe-aesthetic -An extension of cafe_aesthetic for AUTOMATIC1111's Stable Diffusion Web UI +Classify images as aesthetic or not, style or waifu. + +# Disclaimer +I didn't make any models, and most of the code was heavily borrowed from [Cafeai](https://huggingface.co/cafeai). + +# Screenshots +![single process](./screenshots/single.png) + +![batch process](screenshots/batch.png) + diff --git a/screenshots/batch.png b/screenshots/batch.png new file mode 100644 index 0000000..36b2c06 Binary files /dev/null and b/screenshots/batch.png differ diff --git a/screenshots/single.png b/screenshots/single.png new file mode 100644 index 0000000..96bbab0 Binary files /dev/null and b/screenshots/single.png differ