Text-to-Image
Diffusers
lora
template:diffusion-lora
Borcherding commited on
Commit
700c32a
·
verified ·
1 Parent(s): 9c1e31c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -63,13 +63,13 @@ instance_prompt: autumnProxy
63
  license: apache-2.0
64
 
65
  ---
66
- # seasonalLandsFluxDev
67
 
68
  <Gallery />
69
 
70
  ## Model description
71
 
72
- # seasonalLandsFluxDev LoRA
73
 
74
  A LoRA fine-tune for FLUX.1 [dev] that specializes in generating seasonal landscapes with a focus on autumn scenery, foliage, and natural environments.
75
 
@@ -93,7 +93,7 @@ pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=
93
  pipe.enable_model_cpu_offload()
94
 
95
  # Load and apply LoRA weights
96
- pipe.load_lora_weights("Borcherding/seasonalLandsFluxDev-lora")
97
 
98
  # Generate image
99
  prompt = "autumnProxy A majestic maple tree with vibrant red and orange leaves, golden afternoon light"
@@ -113,7 +113,7 @@ pipe.unload_lora_weights()
113
 
114
  # Optional: Merge LoRA weights permanently
115
  pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16)
116
- pipe.load_lora_weights("Borcherding/SeasonalLandsFluxDev-lora")
117
  pipe.merge_lora_weights()
118
  pipe.save_pretrained("seasonal-lands-merged")
119
  ```
@@ -158,4 +158,4 @@ You should use `autumnProxy` to trigger the image generation.
158
 
159
  Weights for this model are available in Safetensors format.
160
 
161
- [Download](/Borcherding/seasonalLandsFluxDev-lora/tree/main) them in the Files & versions tab.
 
63
  license: apache-2.0
64
 
65
  ---
66
+ # FLUX.1-dev-LoRA-AutumnSpringTrees
67
 
68
  <Gallery />
69
 
70
  ## Model description
71
 
72
+ # FLUX.1-dev-LoRA-AutumnSpringTrees LoRA
73
 
74
  A LoRA fine-tune for FLUX.1 [dev] that specializes in generating seasonal landscapes with a focus on autumn scenery, foliage, and natural environments.
75
 
 
93
  pipe.enable_model_cpu_offload()
94
 
95
  # Load and apply LoRA weights
96
+ pipe.load_lora_weights("Borcherding/FLUX.1-dev-LoRA-AutumnSpringTrees-lora")
97
 
98
  # Generate image
99
  prompt = "autumnProxy A majestic maple tree with vibrant red and orange leaves, golden afternoon light"
 
113
 
114
  # Optional: Merge LoRA weights permanently
115
  pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16)
116
+ pipe.load_lora_weights("Borcherding/FLUX.1-dev-LoRA-AutumnSpringTrees")
117
  pipe.merge_lora_weights()
118
  pipe.save_pretrained("seasonal-lands-merged")
119
  ```
 
158
 
159
  Weights for this model are available in Safetensors format.
160
 
161
+ [Download](/Borcherding/FLUX.1-dev-LoRA-AutumnSpringTrees-lora/tree/main) them in the Files & versions tab.