mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 19:22:32 +00:00
forgot to remove debug messages
This commit is contained in:
4
webui.py
4
webui.py
@@ -211,13 +211,9 @@ def setup_for_low_vram(sd_model):
|
||||
return
|
||||
|
||||
if module_in_gpu is not None:
|
||||
print('removing from gpu:', type(module_in_gpu))
|
||||
module_in_gpu.to(cpu)
|
||||
|
||||
print('adding to gpu:', type(module))
|
||||
module.to(gpu)
|
||||
|
||||
print('added to gpu:', type(module))
|
||||
module_in_gpu = module
|
||||
|
||||
# see below for register_forward_pre_hook;
|
||||
|
Reference in New Issue
Block a user