jamino30 commited on
Commit
9b7e4d2
·
verified ·
1 Parent(s): 96ae368

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -75,8 +75,8 @@ def inference(content_image, style_name, style_strength, output_quality, progres
75
  print('STYLE STRENGTH:', style_strength)
76
  print('HIGH QUALITY:', output_quality)
77
 
78
- iters = 50
79
- lr = 0.001 + (0.099 / 99) * (style_strength - 1)
80
  alpha = 1
81
  beta = 1
82
 
 
75
  print('STYLE STRENGTH:', style_strength)
76
  print('HIGH QUALITY:', output_quality)
77
 
78
+ iters = 35
79
+ lr = 0.001 + (0.099 / 99) * (style_strength - 1) # [0.001, 0.1]
80
  alpha = 1
81
  beta = 1
82