We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176ce1c commit 8793472Copy full SHA for 8793472
examples/community/README.md
@@ -3064,7 +3064,7 @@ from diffusers import DiffusionPipeline
3064
import torch
3065
3066
3067
-pipe = DiffusionPipeline.from_pretrained("XCLIU/instaflow_0_9B_from_sd_1_5", torch_dtype=torch.float32, custom_pipeline="instaflow")
+pipe = DiffusionPipeline.from_pretrained("XCLIU/instaflow_0_9B_from_sd_1_5", torch_dtype=torch.float32, custom_pipeline="instaflow_one_step")
3068
pipe.do_lora() ### use dreambooth lora for better quality
3069
pipe.to("cuda") ### if GPU is not available, comment this line
3070
prompt = "A hyper-realistic photo of a cute cat."
0 commit comments