sugarquark commited on
Commit
f929e8f
·
verified ·
1 Parent(s): 5f31f70

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -10
README.md CHANGED
@@ -18,11 +18,11 @@ if __name__ == '__main__':
18
  output = model.forward(**inputs).last_hidden_state
19
  ```
20
 
21
- ## SD1.5 and T5
22
 
23
  ```pytorch
24
  from diffusers import StableDiffusionPipeline
25
- from t5_encoder import Encoder
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