life commited on
Commit
dcd5911
1 Parent(s): a0bf45c

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 person in a bustling cafe retrofuturereality
11
+ output:
12
+ url: samples/1730449588335__000001000_0.jpg
13
+ - text: a white spaceship in the middle of a space station, with a watermark in
14
+ the top right corner. The spaceship appears to be in the process of being
15
+ built, as evidenced by the various tools and materials scattered around it.
16
+ retrofuturereality
17
+ output:
18
+ url: samples/1730449604541__000001000_1.jpg
19
+ - text: a man and woman standing next to each other in a room, smiling. The woman
20
+ is wearing a necklace and the man is wearing formal dress. In the background,
21
+ there are a number of people and lights retrofuturereality
22
+ output:
23
+ url: samples/1730449620769__000001000_2.jpg
24
+ base_model: black-forest-labs/FLUX.1-dev
25
+ instance_prompt: retrofuturereality
26
+ license: other
27
+ license_name: flux-1-dev-non-commercial-license
28
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
29
+ ---
30
+
31
+ # retrofuturereality
32
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
33
+ <Gallery />
34
+
35
+ ## Trigger words
36
+
37
+ You should use `retrofuturereality` to trigger the image generation.
38
+
39
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
40
+
41
+ Weights for this model are available in Safetensors format.
42
+
43
+ [Download](/life/retrofuturereality/tree/main) them in the Files & versions tab.
44
+
45
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
46
+
47
+ ```py
48
+ from diffusers import AutoPipelineForText2Image
49
+ import torch
50
+
51
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
52
+ pipeline.load_lora_weights('life/retrofuturereality', weight_name='retrofuturereality.safetensors')
53
+ image = pipeline('A person in a bustling cafe retrofuturereality').images[0]
54
+ image.save("my_image.png")
55
+ ```
56
+
57
+ 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)
58
+
retrofuturereality.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:668a3c3cc6469d60457ae06d2c221cd0a3fa50563b32a1b80630fa2df7449272
3
+ size 171969440
retrofuturereality_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef278cd219ef329f3afcd4624e264bc065a33477ac1fbf336e688dadec0e6f31
3
+ size 171969440
retrofuturereality_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5078604b010c14d4f286059823547b8c5fc4caad5e9fe3d5b35e11e244400f1c
3
+ size 171969440
retrofuturereality_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c1f4a4fac2bd47e6e6807a648866cafb22296f24d158ec48472b3248b659572
3
+ size 171969440
samples/1730449588335__000001000_0.jpg ADDED
samples/1730449604541__000001000_1.jpg ADDED
samples/1730449620769__000001000_2.jpg ADDED