Spaces:
Paused
Paused
Commit
·
576a6af
1
Parent(s):
85b8cbd
change to 1.0.36 behavior again
Browse files- fooocus_version.py +1 -1
- modules/async_worker.py +2 -2
- update_log.md +4 -0
fooocus_version.py
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
version = '1.0.
|
|
|
|
| 1 |
+
version = '1.0.40'
|
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 = 20
|
| 49 |
else:
|
| 50 |
steps = 60
|
| 51 |
+
switch = 40
|
| 52 |
|
| 53 |
width, height = aspect_ratios[aspect_ratios_selction]
|
| 54 |
|
update_log.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
### 1.0.39
|
| 2 |
|
| 3 |
* Reverted unstable changes between 1.0.37 and 1.0.38 .
|
|
|
|
| 1 |
+
### 1.0.40
|
| 2 |
+
|
| 3 |
+
* Behaviors reverted to 1.0.36 again (refiner steps). The 1.0.36 is too perfect and too typical; beating 1.0.36 is just impossible.
|
| 4 |
+
|
| 5 |
### 1.0.39
|
| 6 |
|
| 7 |
* Reverted unstable changes between 1.0.37 and 1.0.38 .
|