openfree commited on
Commit
16a90d3
1 Parent(s): 2f38db5

Upload folder using huggingface_hub

Browse files
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: Claude Monet's 1916 painting, Water Lilies, which is currently on display
11
+ at the Metropolitan Museum of Art. The painting depicts a tranquil pond with
12
+ water lilies floating on the surface, surrounded by lush green foliage and
13
+ a variety of colorful flowers. The colors of the flowers range from bright
14
+ pinks and purples to deep blues and greens, creating a peaceful and calming
15
+ atmosphere. [trigger]
16
+ output:
17
+ url: samples/1732203998426__000001000_0.jpg
18
+ base_model: black-forest-labs/FLUX.1-dev
19
+ instance_prompt: claude monet
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
+ # claude-monet
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 `claude monet` 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/claude-monet/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/claude-monet', weight_name='claude-monet.safetensors')
47
+ image = pipeline('Claude Monet's 1916 painting, Water Lilies, which is currently on display at the Metropolitan Museum of Art. The painting depicts a tranquil pond with water lilies floating on the surface, surrounded by lush green foliage and a variety of colorful flowers. The colors of the flowers range from bright pinks and purples to deep blues and greens, creating a peaceful and calming 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
+
claude-monet.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8c33c07986b6f21f92ad48be8e415086b0f7c03e528d8b12da7e5f8a4eba8c0
3
+ size 171969416
samples/1732203998426__000001000_0.jpg ADDED