lichorosario
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -9,41 +9,44 @@ tags:
|
|
9 |
- diffusers
|
10 |
- lora
|
11 |
- replicate
|
12 |
-
base_model: black-forest-labs/FLUX.1-
|
13 |
pipeline_tag: text-to-image
|
14 |
instance_prompt: PCCLFGRTV
|
15 |
-
|
16 |
library_name: diffusers
|
17 |
-
|
18 |
inference:
|
19 |
parameters:
|
20 |
width: 1024
|
21 |
height: 1024
|
22 |
widget:
|
23 |
-
- text:
|
24 |
-
example_title:
|
25 |
output:
|
26 |
-
url:
|
27 |
-
|
28 |
-
|
29 |
-
|
|
|
|
|
30 |
output:
|
31 |
-
url:
|
32 |
-
|
33 |
-
|
34 |
-
example_title: "Spiderman"
|
35 |
output:
|
36 |
-
url:
|
37 |
-
|
38 |
-
|
39 |
-
|
|
|
40 |
output:
|
41 |
-
url:
|
42 |
-
|
43 |
-
|
44 |
-
|
|
|
|
|
|
|
45 |
output:
|
46 |
-
url:
|
47 |
---
|
48 |
|
49 |
# Flux Lora Piccoli Figurative
|
@@ -71,4 +74,4 @@ pipeline.load_lora_weights('lichorosario/flux-lora-piccoli', weight_name='lora.s
|
|
71 |
image = pipeline('your prompt').images[0]
|
72 |
```
|
73 |
|
74 |
-
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-schnell
|
13 |
pipeline_tag: text-to-image
|
14 |
instance_prompt: PCCLFGRTV
|
|
|
15 |
library_name: diffusers
|
|
|
16 |
inference:
|
17 |
parameters:
|
18 |
width: 1024
|
19 |
height: 1024
|
20 |
widget:
|
21 |
+
- text: PCCLFGRTV style. Superman feeding a cow
|
22 |
+
example_title: Superman with a cow
|
23 |
output:
|
24 |
+
url: samples/superman-cow.png
|
25 |
+
- text: >-
|
26 |
+
This is a Cubist-style painting that employs geometric shapes, muted colors,
|
27 |
+
and overlapping forms to depict a still life scene. PCCLFGRTV style. Night
|
28 |
+
scene. a raining Gotham city. Batman is facing the camera.
|
29 |
+
example_title: Batman in Gotham city
|
30 |
output:
|
31 |
+
url: samples/batman-gotham-city.png
|
32 |
+
- text: PCCLFGRTV style. Spiderman in a rural scene.
|
33 |
+
example_title: Spiderman
|
|
|
34 |
output:
|
35 |
+
url: samples/spiderman.png
|
36 |
+
- text: >-
|
37 |
+
painting by PCCLFGRTV of snoop dog smoking a very large cigar weed. Cubist
|
38 |
+
geometric style.
|
39 |
+
example_title: Snoop Dog
|
40 |
output:
|
41 |
+
url: samples/snoop-dog.png
|
42 |
+
- text: >-
|
43 |
+
This is a Cubist-style painting that employs geometric shapes, muted colors,
|
44 |
+
and overlapping forms to depict a still life scene. PCCLFGRTV style. E.T.
|
45 |
+
the extra terrestrial the brown character with blue eyes, long neck and red
|
46 |
+
light on the belly , stylized character design on white background
|
47 |
+
example_title: E.T.
|
48 |
output:
|
49 |
+
url: samples/et.jpg
|
50 |
---
|
51 |
|
52 |
# Flux Lora Piccoli Figurative
|
|
|
74 |
image = pipeline('your prompt').images[0]
|
75 |
```
|
76 |
|
77 |
+
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)
|