Tyww commited on
Commit
7672b4a
·
verified ·
1 Parent(s): 0ccb0f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -8,8 +8,8 @@ tags:
8
  - flux
9
  - diffusers
10
  - lora
11
- base_model: "black-forest-labs/FLUX.1-dev"
12
- pipeline_tag: text-to-image
13
  instance_prompt: KLELORA
14
  ---
15
 
@@ -35,4 +35,4 @@ pipeline.load_lora_weights('Tyww/Kle', weight_name='lora.safetensors')
35
  image = pipeline('your prompt').images[0]
36
  ```
37
 
38
- For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
 
8
  - flux
9
  - diffusers
10
  - lora
11
+ base_model: black-forest-labs/FLUX.1-dev
12
+ pipeline_tag: image-to-image
13
  instance_prompt: KLELORA
14
  ---
15
 
 
35
  image = pipeline('your prompt').images[0]
36
  ```
37
 
38
+ For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)