Teggyg commited on
Commit
db5d085
1 Parent(s): a350431

Update README.md

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