busetolunay
commited on
Commit
•
15118db
1
Parent(s):
db4f99c
Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +5 -13
- background_2.safetensors +3 -0
- background_2_000002750.safetensors +3 -0
- background_2_000003000.safetensors +3 -0
- background_2_000003250.safetensors +3 -0
- background_2_000003500.safetensors +3 -0
- samples/.ipynb_checkpoints/1728647694173__000002000_0-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1728647710212__000002000_1-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1728647726286__000002000_2-checkpoint.jpg +0 -0
- samples/1728641825540__000000000_0.jpg +0 -0
- samples/1728641840432__000000000_1.jpg +0 -0
- samples/1728641855587__000000000_2.jpg +0 -0
- samples/1728642512985__000000250_0.jpg +0 -0
- samples/1728642529048__000000250_1.jpg +0 -0
- samples/1728642545174__000000250_2.jpg +0 -0
- samples/1728643251689__000000500_0.jpg +0 -0
- samples/1728643267783__000000500_1.jpg +0 -0
- samples/1728643283908__000000500_2.jpg +0 -0
- samples/1728643994678__000000750_0.jpg +0 -0
- samples/1728644010717__000000750_1.jpg +0 -0
- samples/1728644026797__000000750_2.jpg +0 -0
- samples/1728644731079__000001000_0.jpg +0 -0
- samples/1728644747123__000001000_1.jpg +0 -0
- samples/1728644763211__000001000_2.jpg +0 -0
- samples/1728645485686__000001250_0.jpg +0 -0
- samples/1728645501742__000001250_1.jpg +0 -0
- samples/1728645517816__000001250_2.jpg +0 -0
- samples/1728646216306__000001500_0.jpg +0 -0
- samples/1728646232314__000001500_1.jpg +0 -0
- samples/1728646248352__000001500_2.jpg +0 -0
- samples/1728646951181__000001750_0.jpg +0 -0
- samples/1728646967150__000001750_1.jpg +0 -0
- samples/1728646983170__000001750_2.jpg +0 -0
- samples/1728647694173__000002000_0.jpg +0 -0
- samples/1728647710212__000002000_1.jpg +0 -0
- samples/1728647726286__000002000_2.jpg +0 -0
- samples/1728648446382__000002250_0.jpg +0 -0
- samples/1728648462347__000002250_1.jpg +0 -0
- samples/1728648478358__000002250_2.jpg +0 -0
- samples/1728649190276__000002500_0.jpg +0 -0
- samples/1728649206363__000002500_1.jpg +0 -0
- samples/1728649222472__000002500_2.jpg +0 -0
- samples/1728649934422__000002750_0.jpg +0 -0
- samples/1728649950522__000002750_1.jpg +0 -0
- samples/1728649966595__000002750_2.jpg +0 -0
- samples/1728650657181__000003000_0.jpg +0 -0
- samples/1728650673516__000003000_1.jpg +0 -0
- samples/1728650689549__000003000_2.jpg +0 -0
- samples/1728651389880__000003250_0.jpg +0 -0
- samples/1728651405911__000003250_1.jpg +0 -0
README.md
CHANGED
@@ -13,29 +13,21 @@ widget:
|
|
13 |
ground. The sunlight is breaking through the branches, illuminating patches
|
14 |
of the cobblestone path. A few birds are perched on the fountain''s edge.'
|
15 |
output:
|
16 |
-
url: samples/
|
17 |
- text: '[trigger] style, A modern city rooftop, with metal railings and a large
|
18 |
glass dome in the center. A few metal vents are scattered across the gravel
|
19 |
floor. There is a clear blue sky above, and the glass reflects the sunlight.
|
20 |
On the left side, a tall antenna stretches upwards, surrounded by small potted
|
21 |
plants placed along the railing.'
|
22 |
output:
|
23 |
-
url: samples/
|
24 |
- text: '[trigger] style, A small, cozy living room with a brick fireplace. The
|
25 |
fire is burning war mly, casting a soft glow across the room. On the right
|
26 |
side, a wooden bookshelf is filled with books and a small clock. A patterned
|
27 |
rug covers the wooden floor, and two leather armchairs are placed facing the
|
28 |
fire. The light from the window shows a snowy landscape outside.'
|
29 |
output:
|
30 |
-
url: samples/
|
31 |
-
- text: '[trigger] style, A grand marble hallway, with tall white pillars on both
|
32 |
-
sides and intricate carvings on the walls. A long red carpet runs down the
|
33 |
-
middle, leading to a large double door at the end. Above, a crystal chandelier
|
34 |
-
hangs from the high ceiling, casting sparkling reflections on the marble floor.
|
35 |
-
Sunlight pours in from the large windows on the left, illuminating the space
|
36 |
-
with a golden hue.'
|
37 |
-
output:
|
38 |
-
url: samples/1728650453136__000003500_3.jpg
|
39 |
base_model: black-forest-labs/FLUX.1-dev
|
40 |
instance_prompt: b0ckground
|
41 |
license: other
|
@@ -43,7 +35,7 @@ license_name: flux-1-dev-non-commercial-license
|
|
43 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
44 |
---
|
45 |
|
46 |
-
#
|
47 |
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
48 |
<Gallery />
|
49 |
|
@@ -64,7 +56,7 @@ from diffusers import AutoPipelineForText2Image
|
|
64 |
import torch
|
65 |
|
66 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
67 |
-
pipeline.load_lora_weights('busetolunay/background', weight_name='
|
68 |
image = pipeline('[trigger] style, A stone-paved courtyard surrounded by tall brick walls. In the center is a large fountain with water flowing down in layers. To the left, there is a bench under an old oak tree, casting long shadows on the ground. The sunlight is breaking through the branches, illuminating patches of the cobblestone path. A few birds are perched on the fountain's edge.').images[0]
|
69 |
image.save("my_image.png")
|
70 |
```
|
|
|
13 |
ground. The sunlight is breaking through the branches, illuminating patches
|
14 |
of the cobblestone path. A few birds are perched on the fountain''s edge.'
|
15 |
output:
|
16 |
+
url: samples/1728652871871__000003750_0.jpg
|
17 |
- text: '[trigger] style, A modern city rooftop, with metal railings and a large
|
18 |
glass dome in the center. A few metal vents are scattered across the gravel
|
19 |
floor. There is a clear blue sky above, and the glass reflects the sunlight.
|
20 |
On the left side, a tall antenna stretches upwards, surrounded by small potted
|
21 |
plants placed along the railing.'
|
22 |
output:
|
23 |
+
url: samples/1728652887928__000003750_1.jpg
|
24 |
- text: '[trigger] style, A small, cozy living room with a brick fireplace. The
|
25 |
fire is burning war mly, casting a soft glow across the room. On the right
|
26 |
side, a wooden bookshelf is filled with books and a small clock. A patterned
|
27 |
rug covers the wooden floor, and two leather armchairs are placed facing the
|
28 |
fire. The light from the window shows a snowy landscape outside.'
|
29 |
output:
|
30 |
+
url: samples/1728652904033__000003750_2.jpg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
base_model: black-forest-labs/FLUX.1-dev
|
32 |
instance_prompt: b0ckground
|
33 |
license: other
|
|
|
35 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
36 |
---
|
37 |
|
38 |
+
# background_2
|
39 |
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
40 |
<Gallery />
|
41 |
|
|
|
56 |
import torch
|
57 |
|
58 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
59 |
+
pipeline.load_lora_weights('busetolunay/background', weight_name='background_2.safetensors')
|
60 |
image = pipeline('[trigger] style, A stone-paved courtyard surrounded by tall brick walls. In the center is a large fountain with water flowing down in layers. To the left, there is a bench under an old oak tree, casting long shadows on the ground. The sunlight is breaking through the branches, illuminating patches of the cobblestone path. A few birds are perched on the fountain's edge.').images[0]
|
61 |
image.save("my_image.png")
|
62 |
```
|
background_2.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:753fddcfd07aa75f62cb856db09c37d09dca03d6007c79bab91dc56d76459461
|
3 |
+
size 1374820792
|
background_2_000002750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6597a62171eb30681e10037ce496091fb3a3365f6d30f81ac5cc4fa61a6b2b6b
|
3 |
+
size 1374820792
|
background_2_000003000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:352281e6e3a53cc4ec7fd0fb8186c9fbf421ea51f9364ca1fe2f1a93aea47485
|
3 |
+
size 1374820792
|
background_2_000003250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7193a202c1eb29a5bca00e0515aa344a9eb510920e966293d641dd675b3d412b
|
3 |
+
size 1374820792
|
background_2_000003500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdf17c476e78784ebe1e394be09b85342200fbd4a634f96ecd37c8bf938400e4
|
3 |
+
size 1374820792
|
samples/.ipynb_checkpoints/1728647694173__000002000_0-checkpoint.jpg
ADDED
samples/.ipynb_checkpoints/1728647710212__000002000_1-checkpoint.jpg
ADDED
samples/.ipynb_checkpoints/1728647726286__000002000_2-checkpoint.jpg
ADDED
samples/1728641825540__000000000_0.jpg
ADDED
samples/1728641840432__000000000_1.jpg
ADDED
samples/1728641855587__000000000_2.jpg
ADDED
samples/1728642512985__000000250_0.jpg
ADDED
samples/1728642529048__000000250_1.jpg
ADDED
samples/1728642545174__000000250_2.jpg
ADDED
samples/1728643251689__000000500_0.jpg
ADDED
samples/1728643267783__000000500_1.jpg
ADDED
samples/1728643283908__000000500_2.jpg
ADDED
samples/1728643994678__000000750_0.jpg
ADDED
samples/1728644010717__000000750_1.jpg
ADDED
samples/1728644026797__000000750_2.jpg
ADDED
samples/1728644731079__000001000_0.jpg
ADDED
samples/1728644747123__000001000_1.jpg
ADDED
samples/1728644763211__000001000_2.jpg
ADDED
samples/1728645485686__000001250_0.jpg
ADDED
samples/1728645501742__000001250_1.jpg
ADDED
samples/1728645517816__000001250_2.jpg
ADDED
samples/1728646216306__000001500_0.jpg
ADDED
samples/1728646232314__000001500_1.jpg
ADDED
samples/1728646248352__000001500_2.jpg
ADDED
samples/1728646951181__000001750_0.jpg
ADDED
samples/1728646967150__000001750_1.jpg
ADDED
samples/1728646983170__000001750_2.jpg
ADDED
samples/1728647694173__000002000_0.jpg
ADDED
samples/1728647710212__000002000_1.jpg
ADDED
samples/1728647726286__000002000_2.jpg
ADDED
samples/1728648446382__000002250_0.jpg
ADDED
samples/1728648462347__000002250_1.jpg
ADDED
samples/1728648478358__000002250_2.jpg
ADDED
samples/1728649190276__000002500_0.jpg
ADDED
samples/1728649206363__000002500_1.jpg
ADDED
samples/1728649222472__000002500_2.jpg
ADDED
samples/1728649934422__000002750_0.jpg
ADDED
samples/1728649950522__000002750_1.jpg
ADDED
samples/1728649966595__000002750_2.jpg
ADDED
samples/1728650657181__000003000_0.jpg
ADDED
samples/1728650673516__000003000_1.jpg
ADDED
samples/1728650689549__000003000_2.jpg
ADDED
samples/1728651389880__000003250_0.jpg
ADDED
samples/1728651405911__000003250_1.jpg
ADDED