Upload folder using huggingface_hub
Browse files- .gitattributes +3 -0
- README.md +59 -0
- paul-cezanne.safetensors +3 -0
- samples/1746156739522__000001000_0.jpg +3 -0
- samples/1746156769965__000001000_1.jpg +3 -0
- samples/1746156800419__000001000_2.jpg +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
samples/1746156739522__000001000_0.jpg filter=lfs diff=lfs merge=lfs -text
|
37 |
+
samples/1746156769965__000001000_1.jpg filter=lfs diff=lfs merge=lfs -text
|
38 |
+
samples/1746156800419__000001000_2.jpg filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- flux
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
- ai-toolkit
|
9 |
+
widget:
|
10 |
+
- text: a painting of a vase filled with flowers and fruits on a table, with a chair
|
11 |
+
in the background. The vase is filled with a variety of colorful flowers,
|
12 |
+
including roses, daisies, and lilies, and the fruits are arranged in a pleasing
|
13 |
+
composition. The table is a light wood color and the chair is a dark wood,
|
14 |
+
providing a contrast to the vibrant colors of the flowers and fruit. [trigger]
|
15 |
+
output:
|
16 |
+
url: samples/1746156739522__000001000_0.jpg
|
17 |
+
- text: Paul Cezanne's painting of a village by the sea, with houses, trees, and
|
18 |
+
mountains in the background, and a sky above. [trigger]
|
19 |
+
output:
|
20 |
+
url: samples/1746156769965__000001000_1.jpg
|
21 |
+
- text: Paul Cezanne's painting of a village nestled in the countryside, with houses,
|
22 |
+
trees, and a sky with clouds in the background. [trigger]
|
23 |
+
output:
|
24 |
+
url: samples/1746156800419__000001000_2.jpg
|
25 |
+
base_model: black-forest-labs/FLUX.1-dev
|
26 |
+
instance_prompt: Cezanne
|
27 |
+
license: other
|
28 |
+
license_name: flux-1-dev-non-commercial-license
|
29 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
30 |
+
---
|
31 |
+
|
32 |
+
# paul-cezanne
|
33 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
34 |
+
<Gallery />
|
35 |
+
|
36 |
+
## Trigger words
|
37 |
+
|
38 |
+
You should use `Cezanne` to trigger the image generation.
|
39 |
+
|
40 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
41 |
+
|
42 |
+
Weights for this model are available in Safetensors format.
|
43 |
+
|
44 |
+
[Download](/openfree/paul-cezanne/tree/main) them in the Files & versions tab.
|
45 |
+
|
46 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
47 |
+
|
48 |
+
```py
|
49 |
+
from diffusers import AutoPipelineForText2Image
|
50 |
+
import torch
|
51 |
+
|
52 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
53 |
+
pipeline.load_lora_weights('openfree/paul-cezanne', weight_name='paul-cezanne.safetensors')
|
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 |
+
|
paul-cezanne.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02e81af374d108e0145d4e526d172a46bbb98cb2bd6e5335814fd22296c58198
|
3 |
+
size 171969408
|
samples/1746156739522__000001000_0.jpg
ADDED
![]() |
Git LFS Details
|
samples/1746156769965__000001000_1.jpg
ADDED
![]() |
Git LFS Details
|
samples/1746156800419__000001000_2.jpg
ADDED
![]() |
Git LFS Details
|