Skip to content

Commit 9fb8027

Browse files
authored
streamdiffusion: Revert useless changes to lcm_lora_id (#793)
it's not even used for SDXL, fn GPT smart ass
1 parent d3be2b6 commit 9fb8027

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runner/app/live/pipelines/streamdiffusion_sdxl_default_params.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"height": 512,
1313
"lora_dict": null,
1414
"use_lcm_lora": true,
15-
"lcm_lora_id": "latent-consistency/lcm-lora-sdxl",
15+
"lcm_lora_id": "latent-consistency/lcm-lora-sdv1-5",
1616
"acceleration": "tensorrt",
1717
"use_denoising_batch": true,
1818
"do_add_noise": true,

runner/app/live/pipelines/streamdiffusion_sdxl_faceid_default_params.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"height": 512,
1515
"lora_dict": null,
1616
"use_lcm_lora": true,
17-
"lcm_lora_id": "latent-consistency/lcm-lora-sdxl",
17+
"lcm_lora_id": "latent-consistency/lcm-lora-sdv1-5",
1818
"acceleration": "tensorrt",
1919
"use_denoising_batch": true,
2020
"do_add_noise": true,

0 commit comments

Comments
 (0)