Commit
•
b7d553c
1
Parent(s):
4d914d5
Upload folder using huggingface_hub
Browse files- README.md +28 -15
- liminal-spaces.safetensors +2 -2
- samples/1726098780038__000001000_0.jpg +0 -0
- samples/1726098809793__000001000_1.jpg +0 -0
README.md
CHANGED
@@ -1,37 +1,50 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
-
- flux
|
4 |
- text-to-image
|
|
|
5 |
- lora
|
6 |
- diffusers
|
7 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
base_model: black-forest-labs/FLUX.1-dev
|
9 |
-
instance_prompt:
|
10 |
license: other
|
11 |
license_name: flux-1-dev-non-commercial-license
|
12 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
13 |
---
|
14 |
-
# liminal spaces
|
15 |
|
|
|
|
|
16 |
<Gallery />
|
17 |
|
18 |
-
|
19 |
-
## Model description
|
20 |
-
|
21 |
-
Liminal Spaces
|
22 |
-
|
23 |
-
|
24 |
## Trigger words
|
25 |
|
26 |
-
You should use `
|
27 |
-
|
28 |
|
29 |
-
## Download model
|
30 |
|
31 |
Weights for this model are available in Safetensors format.
|
32 |
|
33 |
[Download](/multimodalart/liminal-spaces/tree/main) them in the Files & versions tab.
|
34 |
|
35 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
|
37 |
-
Training was done using [fal.ai/models/fal-ai/flux-lora-fast-training](https://fal.ai/models/fal-ai/flux-lora-fast-training).
|
|
|
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 as a liminal space
|
11 |
+
output:
|
12 |
+
url: samples/1726098780038__000001000_0.jpg
|
13 |
+
- text: The city of Paris as a liminal space
|
14 |
+
output:
|
15 |
+
url: samples/1726098809793__000001000_1.jpg
|
16 |
base_model: black-forest-labs/FLUX.1-dev
|
17 |
+
instance_prompt: as a liminal space
|
18 |
license: other
|
19 |
license_name: flux-1-dev-non-commercial-license
|
20 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
21 |
---
|
|
|
22 |
|
23 |
+
# liminal-spaces
|
24 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
25 |
<Gallery />
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
## Trigger words
|
28 |
|
29 |
+
You should use `as a liminal space` to trigger the image generation.
|
|
|
30 |
|
31 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
32 |
|
33 |
Weights for this model are available in Safetensors format.
|
34 |
|
35 |
[Download](/multimodalart/liminal-spaces/tree/main) them in the Files & versions tab.
|
36 |
|
37 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
38 |
+
|
39 |
+
```py
|
40 |
+
from diffusers import AutoPipelineForText2Image
|
41 |
+
import torch
|
42 |
+
|
43 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
44 |
+
pipeline.load_lora_weights('multimodalart/liminal-spaces', weight_name='liminal-spaces')
|
45 |
+
image = pipeline('A person in a bustling cafe as a liminal space').images[0]
|
46 |
+
image.save("my_image.png")
|
47 |
+
```
|
48 |
+
|
49 |
+
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)
|
50 |
|
|
liminal-spaces.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cbbcbb48ff9d9d5f27f510c0217228976e8e79c13f31164cada80f79a2efb3b0
|
3 |
+
size 171969432
|
samples/1726098780038__000001000_0.jpg
ADDED
samples/1726098809793__000001000_1.jpg
ADDED