From 046ceb98db1b4fb9028e5fdeffcdb43a52027b8e Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 16 Feb 2022 00:27:28 +0100 Subject: [PATCH] changed readme --- README.md | 48 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 47 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81de1b1..bab5d93 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,49 @@ # LEAC -Learning Artists Computer \ No newline at end of file +Learning Artists Computer + + +[int] Anzahl der Iterationen +[bool] "Advanced Settings" +Advancd Settings: +[float] + +[bool] Modus für Speicherung einzelner Iterationen (bei Videos Iterationen jedes einzelnen Frames) (default = 1) +[int] Anzahl der zu speichernden Iterationen () + + +Manipulation & Generation + +* Image Manipulation: + - Style Transfer (Image & Video) (DiscoGAN, Fast-Style-Transfer) + - Inpainting (Glide, ...) + - Super Resolution (Real-ESRGAN) +* Image Generation: + - Text2Image (CLIP, Glide, VQGAN, DALL-E) +* Video Manipulation: + - Style Transfer (Image & Video) (DiscoGAN, Fast-Style-Transfer) + - Style-Morph + - Super Resolution (Real-ESRGAN) +* Video Generation: + - Bildsequenz von Image Generation- / Manipulation-Iterationen (ffmpeg & gluecode) + - Restoration (Compression Fragment & Common Noise reduction) (Real-ESRGAN) + + +Model selection +Dataset Selection +- COCO +- flickr +- + +Dataset Creation + + +Real-Time + +Non-Real-Time + +VRAM Handling + +## Tools + +### Generation