This commit is contained in:
lvmin
2023-08-09 15:29:35 -07:00
parent 883352cb50
commit 847c4f0c4d
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ with torch.no_grad():
model.conditioner.embedders[1].device = 'cpu' model.conditioner.embedders[1].device = 'cpu'
value_dict = { value_dict = {
"prompt": "dragon, digital art", "negative_prompt": "ugly, bad", "orig_height": 1024, "orig_width": 1024, "prompt": "a handsome in forest", "negative_prompt": "ugly, bad", "orig_height": 1024, "orig_width": 1024,
"crop_coords_top": 0, "crop_coords_left": 0, "target_height": 1024, "target_width": 1024, "aesthetic_score": 7.5, "crop_coords_top": 0, "crop_coords_left": 0, "target_height": 1024, "target_width": 1024, "aesthetic_score": 7.5,
"negative_aesthetic_score": 2.0, "negative_aesthetic_score": 2.0,
} }
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB