Skip to content

Commit 8793472

Browse files
authored
Update README.md
1 parent 176ce1c commit 8793472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/community/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3064,7 +3064,7 @@ from diffusers import DiffusionPipeline
30643064
import torch
30653065

30663066

3067-
pipe = DiffusionPipeline.from_pretrained("XCLIU/instaflow_0_9B_from_sd_1_5", torch_dtype=torch.float32, custom_pipeline="instaflow")
3067+
pipe = DiffusionPipeline.from_pretrained("XCLIU/instaflow_0_9B_from_sd_1_5", torch_dtype=torch.float32, custom_pipeline="instaflow_one_step")
30683068
pipe.do_lora() ### use dreambooth lora for better quality
30693069
pipe.to("cuda") ### if GPU is not available, comment this line
30703070
prompt = "A hyper-realistic photo of a cute cat."

0 commit comments

Comments
 (0)