Upload main weights
Browse files- README.md +2 -2
- uncond_embedding.npy +1 -1
README.md
CHANGED
|
@@ -73,11 +73,11 @@ can override individual axes to bias generation toward a particular trade-off:
|
|
| 73 |
|
| 74 |
```python
|
| 75 |
image = pipe(
|
| 76 |
-
|
| 77 |
reward_targets={
|
| 78 |
"clip_score": 1.0, # strict prompt alignment
|
| 79 |
"aesthetic_score": 0.3, # de-prioritise prettiness
|
| 80 |
-
"
|
| 81 |
# any reward not listed defaults to 1.0
|
| 82 |
},
|
| 83 |
negative_reward_targets={
|
|
|
|
| 73 |
|
| 74 |
```python
|
| 75 |
image = pipe(
|
| 76 |
+
prompt, # the rusty-robot prompt from above
|
| 77 |
reward_targets={
|
| 78 |
"clip_score": 1.0, # strict prompt alignment
|
| 79 |
"aesthetic_score": 0.3, # de-prioritise prettiness
|
| 80 |
+
"image_reward_score": 1.0, # prioritise general human preference
|
| 81 |
# any reward not listed defaults to 1.0
|
| 82 |
},
|
| 83 |
negative_reward_targets={
|
uncond_embedding.npy
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 8320
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c18c7b19cb2a19a559949ff090c08f6c74dd2502a203c4ac2a93d06dd232d9d7
|
| 3 |
size 8320
|