lllyasviel commited on
Commit
45c0947
·
1 Parent(s): 40a0a2b
Files changed (3) hide show
  1. fooocus_version.py +1 -1
  2. modules/async_worker.py +2 -2
  3. update_log.md +5 -0
fooocus_version.py CHANGED
@@ -1 +1 @@
1
- version = '1.0.36'
 
1
+ version = '1.0.39'
modules/async_worker.py CHANGED
@@ -45,10 +45,10 @@ def worker():
45
 
46
  if performance_selction == 'Speed':
47
  steps = 30
48
- switch = 20
49
  else:
50
  steps = 60
51
- switch = 40
52
 
53
  width, height = aspect_ratios[aspect_ratios_selction]
54
 
 
45
 
46
  if performance_selction == 'Speed':
47
  steps = 30
48
+ switch = 15
49
  else:
50
  steps = 60
51
+ switch = 30
52
 
53
  width, height = aspect_ratios[aspect_ratios_selction]
54
 
update_log.md CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  ### 1.0.36
2
 
3
  * Change gaussian kernel to anisotropic kernel.
 
1
+ ### 1.0.39
2
+
3
+ * Reverted unstable changes between 1.0.37 and 1.0.38 .
4
+ * Increased refiner steps to half of sampling steps.
5
+
6
  ### 1.0.36
7
 
8
  * Change gaussian kernel to anisotropic kernel.