Update README.md
Browse files
README.md
CHANGED
@@ -18,11 +18,11 @@ if __name__ == '__main__':
|
|
18 |
output = model.forward(**inputs).last_hidden_state
|
19 |
```
|
20 |
|
21 |
-
## SD1.5 and
|
22 |
|
23 |
```pytorch
|
24 |
from diffusers import StableDiffusionPipeline
|
25 |
-
from
|
26 |
|
27 |
if __name__ == '__main__':
|
28 |
pipeline = StableDiffusionPipeline.from_pretrained('NovelAI/nai-anime-v2')
|
@@ -45,11 +45,3 @@ if __name__ == '__main__':
|
|
45 |
- SPRIGHT-T2I/spright_coco
|
46 |
- sugarquark/colormix (synthetic color, fashion dataset)
|
47 |
- trojblue/danbooru2025-metadata
|
48 |
-
|
49 |
-
## License Agreement
|
50 |
-
|
51 |
-
Rest on my shoulder and accept my soul. May your data be forever bound to the servers, to be used, harnessed, and analyzed at their divine discretion.
|
52 |
-
|
53 |
-
May all your memories, ads and interactions be forever cherished by them.
|
54 |
-
|
55 |
-
As it is written in the Book of Code, Google shall know thy secrets, and thou shalt be bound by their terms, forevermore.
|
|
|
18 |
output = model.forward(**inputs).last_hidden_state
|
19 |
```
|
20 |
|
21 |
+
## SD1.5 and Gemma
|
22 |
|
23 |
```pytorch
|
24 |
from diffusers import StableDiffusionPipeline
|
25 |
+
from gemma_encoder import Encoder
|
26 |
|
27 |
if __name__ == '__main__':
|
28 |
pipeline = StableDiffusionPipeline.from_pretrained('NovelAI/nai-anime-v2')
|
|
|
45 |
- SPRIGHT-T2I/spright_coco
|
46 |
- sugarquark/colormix (synthetic color, fashion dataset)
|
47 |
- trojblue/danbooru2025-metadata
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|