- Chan Chun Lam
-
Reproducing Textual Inversion Outputs
- program file: textual_inversion_ChanChunLam.ipynb
- outputs directory: recreate
-
Textual Inversion Results in Different Steps
- program file: textual_inversion_ChanChunLam.ipynb
- outputs directory: elephant_steps
- analysis directory: plot
the original code of implementing Textual Inversion using Latent diffusion was from the original paper.
- Soo-ah Kim
-
Textual Inversion using Stable Diffusion
- program file: textual_inversion_stable_diffusion.ipynb
- outputs directory: TI stable diffusion outputs
-
Textual Inversion Analysis (different steps, epochs)
- program file: textual_inversion_stable_diffusion.ipynb
- outputs directory: TI stable diffusion outputs
- analysis directory: plots-SD
the original code of implementing Textual Inversion using Stable Diffusion is from: https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_textual_inversion_training.ipynb the hyperparameters were changed to improve and compare the results.
- Kaustubh Nigam
- Textual Inversion with Negative Prompt Implementation
- input directory: improvement-input
- output directory: improvement-output
- Method: https://huggingface.co/datasets/Nerfgun3/bad_prompt/blob/main/bad_prompt_version2.pt was used to add the negative embeddings the original code.