cctuan commited on
Commit
b437000
1 Parent(s): 8d81b09

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 romantic newlywed couple in elegant wedding attire, standing on a picturesque
11
+ beach at sunset. The bride wears a flowing white gown, and the groom is in
12
+ a classic black tuxedo. Soft golden light illuminates their faces as they
13
+ gaze lovingly into each other's eyes. Gentle waves and a colorful sky in the
14
+ background w3gyy
15
+ output:
16
+ url: samples/1726253238947__000001000_0.jpg
17
+ - text: An intimate forest wedding scene with a bride and groom. The bride wears
18
+ a bohemian-style lace dress, while the groom is in a light gray suit. They
19
+ stand hand in hand beneath an arch of wildflowers and fairy lights. Sunlight
20
+ filters through the lush green canopy, creating a magical atmosphere of w3gyy
21
+ output:
22
+ url: samples/1726253342944__000001000_1.jpg
23
+ - text: A stylish urban wedding portrait of a couple on a rooftop garden. The bride
24
+ wears a modern, sleek wedding dress, and the groom is in a navy blue suit.
25
+ They pose against the backdrop of a city skyline at dusk, with twinkling lights
26
+ and skyscrapers visible. Potted plants and string lights decorate the rooftop,
27
+ adding a touch of romance to the metropolitan setting of w3gyy.
28
+ output:
29
+ url: samples/1726253446745__000001000_2.jpg
30
+ base_model: black-forest-labs/FLUX.1-dev
31
+ instance_prompt: w3gyy
32
+ license: other
33
+ license_name: flux-1-dev-non-commercial-license
34
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
35
+ ---
36
+
37
+ # ygyg-wed
38
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
39
+ <Gallery />
40
+
41
+ ## Trigger words
42
+
43
+ You should use `w3gyy` to trigger the image generation.
44
+
45
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
46
+
47
+ Weights for this model are available in Safetensors format.
48
+
49
+ [Download](/cctuan/ygyg-wed/tree/main) them in the Files & versions tab.
50
+
51
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
52
+
53
+ ```py
54
+ from diffusers import AutoPipelineForText2Image
55
+ import torch
56
+
57
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
58
+ pipeline.load_lora_weights('cctuan/ygyg-wed', weight_name='ygyg-wed')
59
+ image = pipeline('A romantic newlywed couple in elegant wedding attire, standing on a picturesque beach at sunset. The bride wears a flowing white gown, and the groom is in a classic black tuxedo. Soft golden light illuminates their faces as they gaze lovingly into each other's eyes. Gentle waves and a colorful sky in the background w3gyy').images[0]
60
+ image.save("my_image.png")
61
+ ```
62
+
63
+ 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)
64
+
samples/1726253238947__000001000_0.jpg ADDED
samples/1726253342944__000001000_1.jpg ADDED
samples/1726253446745__000001000_2.jpg ADDED
ygyg-wed.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c825fa8af00ca49b59faac3d56168d45add0d69e5739ecd241f39a323220aa1
3
+ size 171969392