NaomiH commited on
Commit
c752295
·
verified ·
1 Parent(s): 019dd3e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -8
README.md CHANGED
@@ -8,14 +8,8 @@ tags:
8
  - flux
9
  - diffusers
10
  - lora
11
- - replicate
12
- base_model: "black-forest-labs/FLUX.1-dev"
13
  pipeline_tag: text-to-image
14
- # widget:
15
- # - text: >-
16
- # prompt
17
- # output:
18
- # url: https://...
19
  instance_prompt: l0fi
20
  ---
21
 
@@ -39,4 +33,4 @@ pipeline.load_lora_weights('NaomiH/l0fi', weight_name='lora.safetensors')
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)
 
8
  - flux
9
  - diffusers
10
  - lora
11
+ base_model: black-forest-labs/FLUX.1-dev
 
12
  pipeline_tag: text-to-image
 
 
 
 
 
13
  instance_prompt: l0fi
14
  ---
15
 
 
33
  image = pipeline('your prompt').images[0]
34
  ```
35
 
36
+ 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)