Skip to content

Commit 185e7de

Browse files
committed
fix test
1 parent 13e8fde commit 185e7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lora/test_lora_layers_sd3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def get_inputs(self, device, seed=0):
166166

167167
def test_sd3_img2img_lora(self):
168168
pipe = self.pipeline_class.from_pretrained(self.repo_id, torch_dtype=torch.float16)
169-
pipe.load_lora_weights("nerijs/pixel-art-xl", weight_name="pixel-art-xl.safetensors")
169+
pipe.load_lora_weights("zwloong/sd3-lora-training-rank16-v2", weight_name="pytorch_lora_weights.safetensors")
170170
pipe.enable_sequential_cpu_offload()
171171

172172
inputs = self.get_inputs(torch_device)

0 commit comments

Comments
 (0)