Commit ·
45c0947
1
Parent(s): 40a0a2b
1.0.39
Browse files- fooocus_version.py +1 -1
- modules/async_worker.py +2 -2
- update_log.md +5 -0
fooocus_version.py
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
version = '1.0.
|
|
|
|
| 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 =
|
| 49 |
else:
|
| 50 |
steps = 60
|
| 51 |
-
switch =
|
| 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.
|