mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
1.0.39
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
|||||||
version = '1.0.36'
|
version = '1.0.39'
|
||||||
|
|||||||
@@ -45,10 +45,10 @@ def worker():
|
|||||||
|
|
||||||
if performance_selction == 'Speed':
|
if performance_selction == 'Speed':
|
||||||
steps = 30
|
steps = 30
|
||||||
switch = 20
|
switch = 15
|
||||||
else:
|
else:
|
||||||
steps = 60
|
steps = 60
|
||||||
switch = 40
|
switch = 30
|
||||||
|
|
||||||
width, height = aspect_ratios[aspect_ratios_selction]
|
width, height = aspect_ratios[aspect_ratios_selction]
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
### 1.0.39
|
||||||
|
|
||||||
|
* Reverted unstable changes between 1.0.37 and 1.0.38 .
|
||||||
|
* Increased refiner steps to half of sampling steps.
|
||||||
|
|
||||||
### 1.0.36
|
### 1.0.36
|
||||||
|
|
||||||
* Change gaussian kernel to anisotropic kernel.
|
* Change gaussian kernel to anisotropic kernel.
|
||||||
|
|||||||
Reference in New Issue
Block a user