skytells commited on
Commit
b2bbbe5
1 Parent(s): c16f75b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -27
README.md CHANGED
@@ -1,7 +1,6 @@
1
  ---
2
  license: other
3
- license_name: flux-1-dev-non-commercial-license
4
- license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
5
  language:
6
  - en
7
  tags:
@@ -18,28 +17,3 @@ pipeline_tag: text-to-image
18
  # url: https://...
19
  instance_prompt: XFHZMRA
20
  ---
21
-
22
- # Tfp
23
-
24
- <!-- <Gallery /> -->
25
-
26
- Trained on Replicate using:
27
-
28
- https://replicate.com/ostris/flux-dev-lora-trainer/train
29
-
30
-
31
- ## Trigger words
32
- You should use `XFHZMRA` to trigger the image generation.
33
-
34
-
35
- ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
36
-
37
- ```py
38
- from diffusers import AutoPipelineForText2Image
39
- import torch
40
-
41
- pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
42
- pipeline.load_lora_weights('skytells/tfp', weight_name='lora.safetensors')
43
- image = pipeline('your prompt').images[0]
44
- ```
45
-
 
1
  ---
2
  license: other
3
+
 
4
  language:
5
  - en
6
  tags:
 
17
  # url: https://...
18
  instance_prompt: XFHZMRA
19
  ---