mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
Updated FreeU node to v2 (gives less overcooked results)
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
|||||||
version = '2.1.700'
|
version = '2.1.701'
|
||||||
|
|||||||
+2
-2
@@ -20,7 +20,7 @@ import fcbh.latent_formats
|
|||||||
from fcbh.sd import load_checkpoint_guess_config
|
from fcbh.sd import load_checkpoint_guess_config
|
||||||
from nodes import VAEDecode, EmptyLatentImage, VAEEncode, VAEEncodeTiled, VAEDecodeTiled, VAEEncodeForInpaint, \
|
from nodes import VAEDecode, EmptyLatentImage, VAEEncode, VAEEncodeTiled, VAEDecodeTiled, VAEEncodeForInpaint, \
|
||||||
ControlNetApplyAdvanced
|
ControlNetApplyAdvanced
|
||||||
from fcbh_extras.nodes_freelunch import FreeU
|
from fcbh_extras.nodes_freelunch import FreeU_V2
|
||||||
from fcbh.sample import prepare_mask
|
from fcbh.sample import prepare_mask
|
||||||
from modules.patch import patched_sampler_cfg_function, patched_model_function_wrapper
|
from modules.patch import patched_sampler_cfg_function, patched_model_function_wrapper
|
||||||
from fcbh.lora import model_lora_keys_unet, model_lora_keys_clip, load_lora
|
from fcbh.lora import model_lora_keys_unet, model_lora_keys_clip, load_lora
|
||||||
@@ -34,7 +34,7 @@ opVAEDecodeTiled = VAEDecodeTiled()
|
|||||||
opVAEEncodeTiled = VAEEncodeTiled()
|
opVAEEncodeTiled = VAEEncodeTiled()
|
||||||
opVAEEncodeForInpaint = VAEEncodeForInpaint()
|
opVAEEncodeForInpaint = VAEEncodeForInpaint()
|
||||||
opControlNetApplyAdvanced = ControlNetApplyAdvanced()
|
opControlNetApplyAdvanced = ControlNetApplyAdvanced()
|
||||||
opFreeU = FreeU()
|
opFreeU = FreeU_V2()
|
||||||
|
|
||||||
|
|
||||||
class StableDiffusionModel:
|
class StableDiffusionModel:
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
# 2.1.701
|
||||||
|
|
||||||
|
* Updated FreeU node to v2 (gives less overcooked results).
|
||||||
|
|
||||||
|
# 2.1.699
|
||||||
|
|
||||||
|
* Disabled smart memory management (solves some memory issues).
|
||||||
|
|
||||||
# 2.1.698
|
# 2.1.698
|
||||||
|
|
||||||
* Added support for loading model files from subfolders.
|
* Added support for loading model files from subfolders.
|
||||||
|
|||||||
Reference in New Issue
Block a user