| ``` | |
| Fine-Tuning // contains all fine-tuning related stuff, except the models | |
| │ FineTuningLora.ipynb // script used for fine-tuning | |
| │ xyz_grid-0000-41.png // xyz-plot for fine-tuned model evaluation | |
| │ | |
| └───Dataset // contains the data set used for fine-tuning | |
| │ | |
| └───Embeddings // contains all embeddings used for image generation | |
| Models // contains base model and vae used for fine-tuning and inference + fine-tuned LoRA | |
| Thesis // contains all thesis related stuff | |
| │ thesis_master_final.pdf // master thesis | |
| │ thesis_master_final_latex.zip // master thesis latex project | |
| │ | |
| └───Literatur // contains literature used in the thesis (if available as pdf) | |
| User-Studies // contains all user study related stuff | |
| │ statistical_analysis.ipynb // script used for statistical analysis | |
| │ | |
| └───AI-generated_Images // contains ai-generated images used for user studies | |
| │ | |
| └───Analysis-Images // contains images generated during analysis | |
| │ | |
| └───Non-AI_Images // contains non-ai-generated images used for user study | |
| │ | |
| └───User-Study_Image-Testing // contains limesurvey project and exported xlsx for the image evaluation study | |
| │ | |
| └───User-Study_Visual-Distinctiveness // contains limesurvey project and exported xlsx for the image classification study | |
| ``` |