Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,8 @@ if __name__ == '__main__':
|
|
20 |
|
21 |
## SD1.5 and Gemma
|
22 |
|
|
|
|
|
23 |
```pytorch
|
24 |
from diffusers import StableDiffusionPipeline
|
25 |
from gemma_encoder import Encoder
|
|
|
20 |
|
21 |
## SD1.5 and Gemma
|
22 |
|
23 |
+

|
24 |
+
|
25 |
```pytorch
|
26 |
from diffusers import StableDiffusionPipeline
|
27 |
from gemma_encoder import Encoder
|