Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: diffusers
|
6 |
+
tags:
|
7 |
+
- diffusion-models
|
8 |
+
- textual-inversion
|
9 |
+
- text-to-image
|
10 |
---
|
11 |
+
|
12 |
+
# A Neural Space-Time Representation for Text-to-Image Personalization
|
13 |
+
|
14 |
+
Here, you can find a subset of the models used in our NeTI paper.
|
15 |
+
|
16 |
+
All models can be downloaded from [here](https://drive.google.com/drive/folders/1fRLRpl-IRoKbHqQt6hQ7yFx9laUIa_-A?usp=sharing).
|
17 |
+
The data used to train these models can be found [here](https://drive.google.com/drive/folders/19Axd0wDsdWza_jG0Jax9SeFdfTKnRdUJ?usp=sharing).
|
18 |
+
|
19 |
+
Paper: https://arxiv.org/abs/2305.15391
|
20 |
+
Project Page: https://github.com/NeuralTextualInversion/NeTI
|
21 |
+
Code: https://neuraltextualinversion.github.io/NeTI/
|