lllyasviel commited on
Commit
43701e2
·
1 Parent(s): ad0cc98
Files changed (1) hide show
  1. entry.py +1 -1
entry.py CHANGED
@@ -116,7 +116,7 @@ with torch.no_grad():
116
  model.conditioner.embedders[1].device = 'cpu'
117
 
118
  value_dict = {
119
- "prompt": "dragon, digital art", "negative_prompt": "ugly, bad", "orig_height": 1024, "orig_width": 1024,
120
  "crop_coords_top": 0, "crop_coords_left": 0, "target_height": 1024, "target_width": 1024, "aesthetic_score": 7.5,
121
  "negative_aesthetic_score": 2.0,
122
  }
 
116
  model.conditioner.embedders[1].device = 'cpu'
117
 
118
  value_dict = {
119
+ "prompt": "a handsome in forest", "negative_prompt": "ugly, bad", "orig_height": 1024, "orig_width": 1024,
120
  "crop_coords_top": 0, "crop_coords_left": 0, "target_height": 1024, "target_width": 1024, "aesthetic_score": 7.5,
121
  "negative_aesthetic_score": 2.0,
122
  }