peterchiou commited on
Commit
b1596f4
·
verified ·
1 Parent(s): 46d89c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -9,7 +9,9 @@ tags:
9
  - diffusers
10
  - lora
11
  - replicate
12
- base_model: "black-forest-labs/FLUX.1-dev"
 
 
13
  pipeline_tag: text-to-image
14
  instance_prompt: mybreifs
15
  ---
@@ -23,6 +25,7 @@ https://replicate.com/ostris/flux-dev-lora-trainer/train
23
 
24
  ## Trigger words
25
  No needed
 
26
 
27
 
28
  ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
@@ -36,4 +39,4 @@ pipeline.load_lora_weights('peterchiou/flux-dev-lora', weight_name='lora.safeten
36
  image = pipeline('your prompt').images[0]
37
  ```
38
 
39
- 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)
 
9
  - diffusers
10
  - lora
11
  - replicate
12
+ - man's
13
+ - briefs
14
+ base_model: black-forest-labs/FLUX.1-dev
15
  pipeline_tag: text-to-image
16
  instance_prompt: mybreifs
17
  ---
 
25
 
26
  ## Trigger words
27
  No needed
28
+ weight: around 0.5
29
 
30
 
31
  ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
 
39
  image = pipeline('your prompt').images[0]
40
  ```
41
 
42
+ 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)