mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
try fix lora vram again (#358)
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
|||||||
version = '2.0.1'
|
version = '2.0.2'
|
||||||
|
|||||||
+1
-1
@@ -74,6 +74,6 @@ def text_encoder_device_patched():
|
|||||||
|
|
||||||
|
|
||||||
def patch_all():
|
def patch_all():
|
||||||
# comfy.model_management.text_encoder_device = text_encoder_device_patched
|
comfy.model_management.text_encoder_device = text_encoder_device_patched
|
||||||
comfy.k_diffusion.external.DiscreteEpsDDPMDenoiser.forward = patched_discrete_eps_ddpm_denoiser_forward
|
comfy.k_diffusion.external.DiscreteEpsDDPMDenoiser.forward = patched_discrete_eps_ddpm_denoiser_forward
|
||||||
comfy.model_base.SDXL.encode_adm = sdxl_encode_adm_patched
|
comfy.model_base.SDXL.encode_adm = sdxl_encode_adm_patched
|
||||||
|
|||||||
Reference in New Issue
Block a user