Teggyg commited on
Commit
a350431
1 Parent(s): 633aa49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ from diffusers import AuraFlowPipeline
30
  from PIL import Image
31
 
32
  pipeline = AuraFlowPipeline.from_pretrained(
33
- "./AuraFlow/",
34
  torch_dtype=torch.bfloat16
35
  )
36
 
 
30
  from PIL import Image
31
 
32
  pipeline = AuraFlowPipeline.from_pretrained(
33
+ "cozy-creator/aura-flow-fp16-version",
34
  torch_dtype=torch.bfloat16
35
  )
36