derekl35 commited on
Commit
802f9f6
·
verified ·
1 Parent(s): a5e186e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -52,7 +52,7 @@ ckpt_id = "black-forest-labs/FLUX.1-dev"
52
  pipeline = FluxPipeline.from_pretrained(
53
  ckpt_id, torch_dtype=torch.float16
54
  )
55
- pipeline.load_lora_weights("derekl35/alphonse_mucha_qlora_flux", weight_name="pytorch_lora_weights.safetensors")
56
  pipeline.enable_model_cpu_offload()
57
 
58
  image = pipeline(
@@ -78,7 +78,7 @@ ckpt_id = "black-forest-labs/FLUX.1-dev"
78
  pipeline = FluxPipeline.from_pretrained(
79
  ckpt_id, text_encoder=None, text_encoder_2=None, torch_dtype=torch.float16
80
  )
81
- pipeline.load_lora_weights("derekl35/alphonse_mucha_qlora_flux", weight_name="pytorch_lora_weights.safetensors")
82
  pipeline.fuse_lora()
83
  pipeline.unload_lora_weights()
84
 
@@ -107,7 +107,7 @@ ckpt_id = "black-forest-labs/FLUX.1-dev"
107
  pipeline = FluxPipeline.from_pretrained(
108
  ckpt_id, text_encoder=None, text_encoder_2=None, torch_dtype=torch.float16
109
  )
110
- pipeline.load_lora_weights("derekl35/alphonse_mucha_qlora_flux", weight_name="pytorch_lora_weights.safetensors")
111
  pipeline.fuse_lora()
112
  pipeline.unload_lora_weights()
113
 
 
52
  pipeline = FluxPipeline.from_pretrained(
53
  ckpt_id, torch_dtype=torch.float16
54
  )
55
+ pipeline.load_lora_weights("derekl35/alphonse-mucha-qlora-flux", weight_name="pytorch_lora_weights.safetensors")
56
  pipeline.enable_model_cpu_offload()
57
 
58
  image = pipeline(
 
78
  pipeline = FluxPipeline.from_pretrained(
79
  ckpt_id, text_encoder=None, text_encoder_2=None, torch_dtype=torch.float16
80
  )
81
+ pipeline.load_lora_weights("derekl35/alphonse-mucha-qlora-flux", weight_name="pytorch_lora_weights.safetensors")
82
  pipeline.fuse_lora()
83
  pipeline.unload_lora_weights()
84
 
 
107
  pipeline = FluxPipeline.from_pretrained(
108
  ckpt_id, text_encoder=None, text_encoder_2=None, torch_dtype=torch.float16
109
  )
110
+ pipeline.load_lora_weights("derekl35/alphonse-mucha-qlora-flux", weight_name="pytorch_lora_weights.safetensors")
111
  pipeline.fuse_lora()
112
  pipeline.unload_lora_weights()
113