Text-to-Image
Diffusers
lora
template:diffusion-lora
Borcherding commited on
Commit
f97b3e5
·
verified ·
1 Parent(s): 8554afd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -104,7 +104,7 @@ pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=
104
  pipe.enable_model_cpu_offload()
105
 
106
  # Load and apply LoRA weights
107
- pipe.load_lora_weights("Borcherding/FLUX.1-dev-LoRA-AutumnSpringTrees-lora")
108
 
109
  # Generate image
110
  prompt = "autumnProxy A majestic maple tree with vibrant red and orange leaves, golden afternoon light"
 
104
  pipe.enable_model_cpu_offload()
105
 
106
  # Load and apply LoRA weights
107
+ pipe.load_lora_weights("Borcherding/FLUX.1-dev-LoRA-AutumnSpringTrees")
108
 
109
  # Generate image
110
  prompt = "autumnProxy A majestic maple tree with vibrant red and orange leaves, golden afternoon light"