openfree commited on
Commit
835e851
·
verified ·
1 Parent(s): 789116a

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ 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/1746152549627__000001000_0.jpg filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 plate of fruit on a table, with a variety of fruits and
11
+ vegetables arranged in a colorful and vibrant display. The plate is filled
12
+ with a mix of different types of fruits, including apples, oranges, bananas,
13
+ and grapes, and the vegetables are arranged in an aesthetically pleasing way.
14
+ The colors of the fruits range from bright oranges and yellows to deep reds
15
+ and purples, creating a vibrant and inviting atmosphere. [trigger]
16
+ output:
17
+ url: samples/1746152549627__000001000_0.jpg
18
+ base_model: black-forest-labs/FLUX.1-dev
19
+ instance_prompt: Renoir
20
+ license: other
21
+ license_name: flux-1-dev-non-commercial-license
22
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
23
+ ---
24
+
25
+ # pierre-auguste-renoir
26
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
27
+ <Gallery />
28
+
29
+ ## Trigger words
30
+
31
+ You should use `Renoir` to trigger the image generation.
32
+
33
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
34
+
35
+ Weights for this model are available in Safetensors format.
36
+
37
+ [Download](/openfree/pierre-auguste-renoir/tree/main) them in the Files & versions tab.
38
+
39
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
40
+
41
+ ```py
42
+ from diffusers import AutoPipelineForText2Image
43
+ import torch
44
+
45
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
46
+ pipeline.load_lora_weights('openfree/pierre-auguste-renoir', weight_name='pierre-auguste-renoir.safetensors')
47
+ image = pipeline('a painting of a plate of fruit on a table, with a variety of fruits and vegetables arranged in a colorful and vibrant display. The plate is filled with a mix of different types of fruits, including apples, oranges, bananas, and grapes, and the vegetables are arranged in an aesthetically pleasing way. The colors of the fruits range from bright oranges and yellows to deep reds and purples, creating a vibrant and inviting atmosphere. [trigger]').images[0]
48
+ image.save("my_image.png")
49
+ ```
50
+
51
+ 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)
52
+
pierre-auguste-renoir.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc4177469afe4fcf897adfbdcbcd640614a87a872b851b4e5d55fe2dbb141939
3
+ size 171969424
samples/1746152549627__000001000_0.jpg ADDED

Git LFS Details

  • SHA256: 452b3635d0034d67d2e1d227cb2de10a1a9359f2a2c5923d88121f428f1cae8b
  • Pointer size: 131 Bytes
  • Size of remote file: 149 kB