dagloop5 commited on
Commit
2ec52b6
·
verified ·
1 Parent(s): 3039fec

Update app(old).py

Browse files
Files changed (1) hide show
  1. app(old).py +1 -1
app(old).py CHANGED
@@ -271,7 +271,7 @@ gemma_root = snapshot_download(repo_id=GEMMA_REPO)
271
 
272
  # >>> ADD: download and prepare LoRA descriptor
273
  print("Downloading LoRA for this Space (dagloop5/LoRA:LoRA2.safetensors)...")
274
- lora_path = hf_hub_download(repo_id="dagloop5/LoRA", filename="LoRA3.safetensors")
275
  # Create a descriptor object that the LTX loader expects.
276
  # initial strength is set to 1.0; we'll mutate `.strength` at runtime from the UI slider.
277
  lora_descriptor = LoraPathStrengthAndSDOps(lora_path, 1.0, LTXV_LORA_COMFY_RENAMING_MAP)
 
271
 
272
  # >>> ADD: download and prepare LoRA descriptor
273
  print("Downloading LoRA for this Space (dagloop5/LoRA:LoRA2.safetensors)...")
274
+ lora_path = hf_hub_download(repo_id="dagloop5/LoRA", filename="pose_enhancer.safetensors")
275
  # Create a descriptor object that the LTX loader expects.
276
  # initial strength is set to 1.0; we'll mutate `.strength` at runtime from the UI slider.
277
  lora_descriptor = LoraPathStrengthAndSDOps(lora_path, 1.0, LTXV_LORA_COMFY_RENAMING_MAP)