JacobLinCool
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -7,29 +7,29 @@ tags:
|
|
7 |
- template:sd-lora
|
8 |
- ai-toolkit
|
9 |
widget:
|
10 |
-
- text: '
|
11 |
output:
|
12 |
url: samples/1733828839445__000003000_0.jpg
|
13 |
-
- text: '
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
- text: '
|
18 |
output:
|
19 |
url: samples/1733828913177__000003000_2.jpg
|
20 |
-
- text: '
|
21 |
lights, holding a martini'
|
22 |
output:
|
23 |
url: samples/1733828950036__000003000_3.jpg
|
24 |
-
- text: '
|
25 |
rocker'
|
26 |
output:
|
27 |
url: samples/1733828986933__000003000_4.jpg
|
28 |
-
- text: '
|
29 |
in a desert, with a motorcycle'
|
30 |
output:
|
31 |
url: samples/1733829023852__000003000_5.jpg
|
32 |
-
- text: '
|
33 |
output:
|
34 |
url: samples/1733829060821__000003000_6.jpg
|
35 |
base_model: black-forest-labs/FLUX.1-dev
|
@@ -60,10 +60,9 @@ from diffusers import AutoPipelineForText2Image
|
|
60 |
import torch
|
61 |
|
62 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
63 |
-
pipeline.load_lora_weights('JacobLinCool/jacob-
|
64 |
-
image = pipeline('
|
65 |
image.save("my_image.png")
|
66 |
```
|
67 |
|
68 |
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)
|
69 |
-
|
|
|
7 |
- template:sd-lora
|
8 |
- ai-toolkit
|
9 |
widget:
|
10 |
+
- text: 'Jacob holding a sign that says ''I am Jacob!'''
|
11 |
output:
|
12 |
url: samples/1733828839445__000003000_0.jpg
|
13 |
+
# - text: 'Jacob with red hair, playing chess at the park, bomb going off in the
|
14 |
+
# background'
|
15 |
+
# output:
|
16 |
+
# url: samples/1733828876329__000003000_1.jpg
|
17 |
+
- text: 'Jacob holding a coffee cup, in a beanie, sitting at a cafe'
|
18 |
output:
|
19 |
url: samples/1733828913177__000003000_2.jpg
|
20 |
+
- text: 'Jacob is a DJ at a night club, fish eye lens, smoke machine, lazer
|
21 |
lights, holding a martini'
|
22 |
output:
|
23 |
url: samples/1733828950036__000003000_3.jpg
|
24 |
+
- text: 'Jacob playing the guitar, on stage, singing a song, laser lights, punk
|
25 |
rocker'
|
26 |
output:
|
27 |
url: samples/1733828986933__000003000_4.jpg
|
28 |
+
- text: 'Jacob, in a post apocalyptic world, with a shotgun, in a leather jacket,
|
29 |
in a desert, with a motorcycle'
|
30 |
output:
|
31 |
url: samples/1733829023852__000003000_5.jpg
|
32 |
+
- text: 'Jacob, in 90s Japanese Anime style with beautiful city background'
|
33 |
output:
|
34 |
url: samples/1733829060821__000003000_6.jpg
|
35 |
base_model: black-forest-labs/FLUX.1-dev
|
|
|
60 |
import torch
|
61 |
|
62 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
63 |
+
pipeline.load_lora_weights('JacobLinCool/FLUXd-jacob-v0.1', weight_name='FLUXd-jacob-v0.1.safetensors')
|
64 |
+
image = pipeline('Jacob holding a sign that says 'I am Jacob!'').images[0]
|
65 |
image.save("my_image.png")
|
66 |
```
|
67 |
|
68 |
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)
|
|