Update README.md
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.
|
|
| 29 |
torch_dtype=torch.float16,
|
| 30 |
custom_pipeline='quickjkee/swd_pipeline')
|
| 31 |
pipe = pipe.to("cuda")
|
| 32 |
-
lora_path = 'yresearch/swd-large-
|
| 33 |
pipe.transformer = PeftModel.from_pretrained(
|
| 34 |
pipe.transformer,
|
| 35 |
lora_path,
|
|
|
|
| 29 |
torch_dtype=torch.float16,
|
| 30 |
custom_pipeline='quickjkee/swd_pipeline')
|
| 31 |
pipe = pipe.to("cuda")
|
| 32 |
+
lora_path = 'yresearch/swd-large-4-steps'
|
| 33 |
pipe.transformer = PeftModel.from_pretrained(
|
| 34 |
pipe.transformer,
|
| 35 |
lora_path,
|