AbstractPhil commited on
Commit
5ae1c5f
·
verified ·
1 Parent(s): da93823

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -40,7 +40,6 @@ Built on [geolip-clip-vit-large-patch14-ctx576](https://huggingface.co/AbstractP
40
 
41
  ## SD15 Tests
42
 
43
- sd15_inference_mechanism.py
44
 
45
 
46
  Blend rate; 0 = original sequence, 1.0 = fully blended, 2.0 = amplified vector
@@ -93,6 +92,12 @@ As you'll see below, the images do in fact suffer in sequences below 13 sequence
93
 
94
  ## Usage
95
 
 
 
 
 
 
 
96
  ```python
97
  from transformers import AutoModel
98
 
 
40
 
41
  ## SD15 Tests
42
 
 
43
 
44
 
45
  Blend rate; 0 = original sequence, 1.0 = fully blended, 2.0 = amplified vector
 
92
 
93
  ## Usage
94
 
95
+ There is a full example for blending in the code here;
96
+
97
+ https://huggingface.co/AbstractPhil/geolip-clip-vit-large-patch14-ctx576-seq77/resolve/main/memory_clip_seq.py
98
+
99
+
100
+
101
  ```python
102
  from transformers import AutoModel
103