Update README.md
#1
by
randyhobson4
- opened
README.md
CHANGED
@@ -9,51 +9,48 @@ tags:
|
|
9 |
- diffusers
|
10 |
- lora
|
11 |
- replicate
|
12 |
-
base_model:
|
13 |
-
pipeline_tag:
|
14 |
instance_prompt: KUJI
|
15 |
widget:
|
16 |
-
- text:
|
17 |
-
Cherry tree in the style of KUJI
|
18 |
output:
|
19 |
-
url:
|
20 |
-
|
21 |
-
- text: >-
|
22 |
-
Vibrant sunset. Effects and flares in the style of KUJI.
|
23 |
output:
|
24 |
-
url:
|
25 |
-
examples/2.JPEG
|
26 |
- text: >-
|
27 |
-
View through car window looking out on the desert, light leak effect,
|
|
|
28 |
output:
|
29 |
-
url:
|
30 |
-
|
31 |
-
|
|
|
32 |
output:
|
33 |
-
url:
|
34 |
-
examples/4.JPG
|
35 |
- text: Sunny day at the beach in the style of KUJI.
|
36 |
output:
|
37 |
-
url:
|
38 |
-
examples/5.WEBP
|
39 |
- text: >-
|
40 |
-
Teenage bedroom with posters and clutter, warm color palette, flmft in the
|
|
|
41 |
output:
|
42 |
-
url:
|
43 |
-
examples/6.JPG
|
44 |
- text: Mount fuji landscape in the style of KUJI.
|
45 |
output:
|
46 |
-
url:
|
47 |
-
|
48 |
-
|
|
|
|
|
49 |
output:
|
50 |
-
url:
|
51 |
-
examples/8.JPG
|
52 |
- text: >-
|
53 |
-
A lone tree on a hilltop, framed by a sky with layered lenticular clouds
|
|
|
54 |
output:
|
55 |
-
url:
|
56 |
-
examples/9.JPG
|
57 |
---
|
58 |
# Flux Lora Kuji
|
59 |
|
@@ -84,4 +81,4 @@ pipeline.load_lora_weights('ludocomito/flux-lora-kuji', weight_name='lora.safete
|
|
84 |
image = pipeline('your prompt').images[0]
|
85 |
```
|
86 |
|
87 |
-
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 |
+
base_model: black-forest-labs/FLUX.1-dev
|
13 |
+
pipeline_tag: image-to-video
|
14 |
instance_prompt: KUJI
|
15 |
widget:
|
16 |
+
- text: Cherry tree in the style of KUJI
|
|
|
17 |
output:
|
18 |
+
url: examples/1.JPG
|
19 |
+
- text: Vibrant sunset. Effects and flares in the style of KUJI.
|
|
|
|
|
20 |
output:
|
21 |
+
url: examples/2.JPEG
|
|
|
22 |
- text: >-
|
23 |
+
View through car window looking out on the desert, light leak effect,
|
24 |
+
scenery, blurry, flmft in the style of KUJI.
|
25 |
output:
|
26 |
+
url: examples/3.JPG
|
27 |
+
- text: >-
|
28 |
+
A mountain peak piercing through a sea of clouds at sunrise, with alpenglow
|
29 |
+
on the summits, lens flare streaking across, flmft in the style of KUJI
|
30 |
output:
|
31 |
+
url: examples/4.JPG
|
|
|
32 |
- text: Sunny day at the beach in the style of KUJI.
|
33 |
output:
|
34 |
+
url: examples/5.WEBP
|
|
|
35 |
- text: >-
|
36 |
+
Teenage bedroom with posters and clutter, warm color palette, flmft in the
|
37 |
+
style of KUJI.
|
38 |
output:
|
39 |
+
url: examples/6.JPG
|
|
|
40 |
- text: Mount fuji landscape in the style of KUJI.
|
41 |
output:
|
42 |
+
url: examples/7.JPG
|
43 |
+
- text: >-
|
44 |
+
A pier extending into a calm ocean, reflected in the water, with a sky full
|
45 |
+
of cotton candy cirrocumulus clouds at sunset, dreamy double exposure
|
46 |
+
effect, flmft in the style of KUJI
|
47 |
output:
|
48 |
+
url: examples/8.JPG
|
|
|
49 |
- text: >-
|
50 |
+
A lone tree on a hilltop, framed by a sky with layered lenticular clouds
|
51 |
+
catching the last light of day, vignette effect, flmft in the style of KUJI
|
52 |
output:
|
53 |
+
url: examples/9.JPG
|
|
|
54 |
---
|
55 |
# Flux Lora Kuji
|
56 |
|
|
|
81 |
image = pipeline('your prompt').images[0]
|
82 |
```
|
83 |
|
84 |
+
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)
|