LPX55 commited on
Commit
7c9b0bf
·
verified ·
1 Parent(s): d4b8499

Update raw.py

Browse files
Files changed (1) hide show
  1. raw.py +1 -1
raw.py CHANGED
@@ -43,7 +43,7 @@ pipe.load_lora_weights(adapter_id2, adapter_name="real")
43
  pipe.set_adapters(["turbo", "real"], adapter_weights=[0.9, 0.6])
44
  pipe.fuse_lora(adapter_names=["turbo", "real"], lora_scale=1.0)
45
  pipe.unload_lora_weights()
46
- pipe.enable_xformers_memory_efficient_attention()
47
  # save to the Hub
48
  # pipe.push_to_hub("fused-t-r")
49
 
 
43
  pipe.set_adapters(["turbo", "real"], adapter_weights=[0.9, 0.6])
44
  pipe.fuse_lora(adapter_names=["turbo", "real"], lora_scale=1.0)
45
  pipe.unload_lora_weights()
46
+ # pipe.enable_xformers_memory_efficient_attention()
47
  # save to the Hub
48
  # pipe.push_to_hub("fused-t-r")
49