aifeifei798 commited on
Commit
3425a5a
·
verified ·
1 Parent(s): 1ea9b15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -42,6 +42,7 @@ pipe = Flux2KleinPipeline.from_pretrained(
42
  text_encoder=text_encoder_4bit,
43
  torch_dtype=dtype,
44
  )
 
45
  pipe.enable_model_cpu_offload() # save some VRAM by offloading the model to CPU,GPU < 32G
46
 
47
  prompt = "A cat holding a sign that says hello world"
 
42
  text_encoder=text_encoder_4bit,
43
  torch_dtype=dtype,
44
  )
45
+ #pipe.to("cuda") # GPU < 32G
46
  pipe.enable_model_cpu_offload() # save some VRAM by offloading the model to CPU,GPU < 32G
47
 
48
  prompt = "A cat holding a sign that says hello world"