Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,12 @@ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICE
|
|
30 |
---
|
31 |
|
32 |
# paul-cezanne
|
33 |
-
|
|
|
|
|
|
|
|
|
|
|
34 |
<Gallery />
|
35 |
|
36 |
## Trigger words
|
@@ -54,6 +59,7 @@ pipeline.load_lora_weights('openfree/paul-cezanne', weight_name='paul-cezanne.sa
|
|
54 |
image = pipeline('a painting of a vase filled with flowers and fruits on a table, with a chair in the background. The vase is filled with a variety of colorful flowers, including roses, daisies, and lilies, and the fruits are arranged in a pleasing composition. The table is a light wood color and the chair is a dark wood, providing a contrast to the vibrant colors of the flowers and fruit. [trigger]').images[0]
|
55 |
image.save("my_image.png")
|
56 |
```
|
|
|
57 |
|
58 |
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)
|
59 |
|
|
|
30 |
---
|
31 |
|
32 |
# paul-cezanne
|
33 |
+
|
34 |
+
I developed a flux-based learning model trained on a curated collection of high-resolution masterpieces from renowned global artists. This LoRA fine-tuning process leveraged the exceptional quality of open-access imagery released by prestigious institutions including the Art Institute of Chicago. The resulting model demonstrates remarkable capability in capturing the nuanced artistic techniques and stylistic elements across diverse historical art movements.
|
35 |
+
- https://huggingface.co/openfree/claude-monet
|
36 |
+
- https://huggingface.co/openfree/pierre-auguste-renoir
|
37 |
+
- https://huggingface.co/openfree/paul-cezanne
|
38 |
+
|
39 |
<Gallery />
|
40 |
|
41 |
## Trigger words
|
|
|
59 |
image = pipeline('a painting of a vase filled with flowers and fruits on a table, with a chair in the background. The vase is filled with a variety of colorful flowers, including roses, daisies, and lilies, and the fruits are arranged in a pleasing composition. The table is a light wood color and the chair is a dark wood, providing a contrast to the vibrant colors of the flowers and fruit. [trigger]').images[0]
|
60 |
image.save("my_image.png")
|
61 |
```
|
62 |
+
## Community: https://discord.gg/openfreeai
|
63 |
|
64 |
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)
|
65 |
|