life commited on
Commit
d49ebac
1 Parent(s): 12c09d8

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 group of three women and a man standing next to each other in front of
11
+ a boat. The man is wearing a white and pink dress, while the two women are
12
+ wearing pink dresses. The woman on the right is wearing black goggles, and
13
+ the background is illuminated by a few lights. This image is reminiscent of
14
+ the iconic 80s movie, Dirty Dancing. retromiami
15
+ output:
16
+ url: samples/1731077976325__000001000_0.jpg
17
+ - text: a woman sitting at a bar with wine glasses in front of her, illuminated
18
+ by the lights in the background. She is wearing a glamorous outfit and has
19
+ a confident expression on her face, as if she is ready to take on the world.
20
+ retromiami
21
+ output:
22
+ url: samples/1731077992608__000001000_1.jpg
23
+ - text: two women wearing sunglasses sitting next to each other in front of a palm
24
+ tree. They are both wearing white and blue dresses and one of them is wearing
25
+ a necklace. The background is slightly blurred, giving the image a dreamy
26
+ feel. retromiami
27
+ output:
28
+ url: samples/1731078008904__000001000_2.jpg
29
+ base_model: black-forest-labs/FLUX.1-dev
30
+ instance_prompt: retromiami
31
+ license: other
32
+ license_name: flux-1-dev-non-commercial-license
33
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
34
+ ---
35
+
36
+ # retromiami
37
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
38
+ <Gallery />
39
+
40
+ ## Trigger words
41
+
42
+ You should use `retromiami` to trigger the image generation.
43
+
44
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
45
+
46
+ Weights for this model are available in Safetensors format.
47
+
48
+ [Download](/life/retromiami/tree/main) them in the Files & versions tab.
49
+
50
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
51
+
52
+ ```py
53
+ from diffusers import AutoPipelineForText2Image
54
+ import torch
55
+
56
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
57
+ pipeline.load_lora_weights('life/retromiami', weight_name='retromiami.safetensors')
58
+ image = pipeline('a group of three women and a man standing next to each other in front of a boat. The man is wearing a white and pink dress, while the two women are wearing pink dresses. The woman on the right is wearing black goggles, and the background is illuminated by a few lights. This image is reminiscent of the iconic 80s movie, Dirty Dancing. retromiami').images[0]
59
+ image.save("my_image.png")
60
+ ```
61
+
62
+ 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)
63
+
retromiami.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f56e03be346fbbd8362461a9b0e98755d7fb114cb986e2b28207b7a522302fe
3
+ size 171969408
retromiami_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b921b9961767c26bf00b4c7da1dbad9e24e31cca75e100f1927e00be39449f7
3
+ size 171969408
retromiami_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56c48e014d3aef9aba95589f92efca7061fa362c10aba7836618c5fb40ee27a0
3
+ size 171969408
retromiami_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c368ce08af6a47c7bc486e01f7cf3ed166eb0c2e38acea8ef275e06c286cf4a
3
+ size 171969408
samples/1731077976325__000001000_0.jpg ADDED
samples/1731077992608__000001000_1.jpg ADDED
samples/1731078008904__000001000_2.jpg ADDED