crystantine commited on
Commit
8dac367
·
verified ·
1 Parent(s): fa57480

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - flux
5
+ - lora
6
+ - diffusers
7
+ - template:sd-lora
8
+ widget:
9
+ - text: In a futuristic urban landscape, a stunning building emerges. This striking
10
+ edifice features sleek, flowing lines that mimic the curves of nature, with
11
+ its exterior composed of shimmering materials that catch the sunlight, reflecting
12
+ a spectrum of colors that shift throughout the day. The windows are oversized
13
+ and seamlessly integrated, offering panoramic views of the bustling city below
14
+ and inviting natural light to bathe the interior in a warm glow. Surrounding
15
+ the structure, a meticulously landscaped park showcases vibrant greenery,
16
+ with meticulously arranged plant beds boasting colorful flowers and native
17
+ shrubs that add a splash of life to the setting. The sound of water gently
18
+ bubbling from modern fountains creates a serene atmosphere, inviting passersby
19
+ to linger. As pedestrians wander along the adjacent pathways made of smooth,
20
+ polished stones, they admire the elegant design that blends art and functionality.
21
+ Inside, the open-plan layout amplifies the feeling of space, with high ceilings
22
+ adorned with artistic light fixtures that resemble organic forms. The air
23
+ is faintly scented with fresh flora from the indoor gardens, and the soft
24
+ hum of conversation mingles with the gentle whir of technology seamlessly
25
+ integrated into the environment. It's a harmonious blend of nature and innovation,
26
+ embodying a visionary future where architecture coexists beautifully with
27
+ its surroundings. In the architecture style of STRWRZ.
28
+ output:
29
+ url: samples/1728511374526__000008000_0.jpg
30
+ - text: In front of a huge mansion, a striking young woman stands with poise, captivating
31
+ in her beauty. Her long, flowing hair cascades in gentle waves, shimmering
32
+ with hues of deep chestnut and sun-kissed highlights. She wears a delicate,
33
+ fitted blouse adorned with intricate lace details that hug her graceful figure,
34
+ while a pastel skirt flares slightly at the waist, exuding a sense of femininity
35
+ and charm. Her expressive hazel eyes are framed by long, dark lashes and sparkle
36
+ with a hint of mischief, drawing the viewer into her enchanting gaze. A subtle
37
+ smile dances on her lips, hinting at warmth and charisma, as she reaches out
38
+ slightly, her fingers gently brushing against her cheek, accentuating her
39
+ flawless complexion. In the architecture style of STRWRZ.
40
+ output:
41
+ url: samples/1728511404319__000008000_1.jpg
42
+ - text: In a luxurious, elegantly designed cat room adorned with plush, oversized
43
+ furniture, two playful Maine Coon cats intertwine joyfully. The room is flooded
44
+ with soft, natural light streaming through expansive windows draped with delicate
45
+ sheer curtains, casting gentle patterns on the polished hardwood floor. One
46
+ cat, with a stunning tabby coat and striking green eyes, pounces energetically
47
+ on a whimsical feather toy, its long, tufted ears perked up in keen anticipation.
48
+ The other, a majestic cream-colored Maine Coon, lounges on a plush velvet
49
+ cushion, its bushy tail swishing curiously as it watches its companion's spirited
50
+ antics. Surrounding them, the room is tastefully decorated with colorful cat
51
+ trees that reach toward the ceiling, accented with dangling strings and sisal-covered
52
+ scratching posts. The air feels warm and inviting, with a faint scent of catnip
53
+ lingering playfully. As they frolic, their soft, melodious purring fills the
54
+ space, mingling with the subtle rustle of a nearby tuneful wind chime that
55
+ clinks gently in the breeze. In one corner, a cozy nook with a sunlit window
56
+ invites quiet moments, yet today, the joy of their playful chase transforms
57
+ the sophisticated space into a lively playground filled with love and laughter.
58
+ In the architecture style of STRWRZ.
59
+ output:
60
+ url: samples/1728511434321__000008000_2.jpg
61
+ base_model: black-forest-labs/FLUX.1-dev
62
+ instance_prompt: In the architecture style of STRWRZ
63
+ license: other
64
+ license_name: flux-1-dev-non-commercial-license
65
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
66
+ ---
67
+
68
+ # strwrz
69
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
70
+ <Gallery />
71
+
72
+ ## Trigger words
73
+
74
+ You should use `In the architecture style of STRWRZ` to trigger the image generation.
75
+
76
+ ## Download model
77
+
78
+ Weights for this model are available in Safetensors format.
79
+
80
+ [Download](/None/tree/main) them in the Files & versions tab.
config.yaml ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: strwrz
4
+ process:
5
+ - type: sd_trainer
6
+ training_folder: output
7
+ device: cuda:0
8
+ network:
9
+ type: lora
10
+ linear: 16
11
+ linear_alpha: 16
12
+ save:
13
+ dtype: float16
14
+ save_every: 2000
15
+ max_step_saves_to_keep: 4
16
+ push_to_hub: true
17
+ hf_private: true
18
+ datasets:
19
+ - folder_path: datasets/6355e75f-9f7d-4379-851f-349f1fc4cdf6
20
+ caption_ext: txt
21
+ caption_dropout_rate: 0.05
22
+ shuffle_tokens: false
23
+ cache_latents_to_disk: true
24
+ resolution:
25
+ - 512
26
+ - 768
27
+ - 1024
28
+ train:
29
+ batch_size: 1
30
+ steps: 8000
31
+ gradient_accumulation_steps: 1
32
+ train_unet: true
33
+ train_text_encoder: false
34
+ gradient_checkpointing: true
35
+ noise_scheduler: flowmatch
36
+ optimizer: adamw8bit
37
+ lr: 0.0002
38
+ ema_config:
39
+ use_ema: true
40
+ ema_decay: 0.99
41
+ dtype: bf16
42
+ skip_first_sample: true
43
+ disable_sampling: false
44
+ model:
45
+ name_or_path: black-forest-labs/FLUX.1-dev
46
+ is_flux: true
47
+ quantize: true
48
+ low_vram: false
49
+ sample:
50
+ sampler: flowmatch
51
+ sample_every: 1000
52
+ width: 1024
53
+ height: 1024
54
+ prompts:
55
+ - In a futuristic urban landscape, a stunning building emerges. This striking
56
+ edifice features sleek, flowing lines that mimic the curves of nature, with
57
+ its exterior composed of shimmering materials that catch the sunlight, reflecting
58
+ a spectrum of colors that shift throughout the day. The windows are oversized
59
+ and seamlessly integrated, offering panoramic views of the bustling city below
60
+ and inviting natural light to bathe the interior in a warm glow. Surrounding
61
+ the structure, a meticulously landscaped park showcases vibrant greenery,
62
+ with meticulously arranged plant beds boasting colorful flowers and native
63
+ shrubs that add a splash of life to the setting. The sound of water gently
64
+ bubbling from modern fountains creates a serene atmosphere, inviting passersby
65
+ to linger. As pedestrians wander along the adjacent pathways made of smooth,
66
+ polished stones, they admire the elegant design that blends art and functionality.
67
+ Inside, the open-plan layout amplifies the feeling of space, with high ceilings
68
+ adorned with artistic light fixtures that resemble organic forms. The air
69
+ is faintly scented with fresh flora from the indoor gardens, and the soft
70
+ hum of conversation mingles with the gentle whir of technology seamlessly
71
+ integrated into the environment. It's a harmonious blend of nature and innovation,
72
+ embodying a visionary future where architecture coexists beautifully with
73
+ its surroundings. In the architecture style of STRWRZ.
74
+ - In front of a huge mansion, a striking young woman stands with poise, captivating
75
+ in her beauty. Her long, flowing hair cascades in gentle waves, shimmering
76
+ with hues of deep chestnut and sun-kissed highlights. She wears a delicate,
77
+ fitted blouse adorned with intricate lace details that hug her graceful figure,
78
+ while a pastel skirt flares slightly at the waist, exuding a sense of femininity
79
+ and charm. Her expressive hazel eyes are framed by long, dark lashes and sparkle
80
+ with a hint of mischief, drawing the viewer into her enchanting gaze. A subtle
81
+ smile dances on her lips, hinting at warmth and charisma, as she reaches out
82
+ slightly, her fingers gently brushing against her cheek, accentuating her
83
+ flawless complexion. In the architecture style of STRWRZ.
84
+ - In a luxurious, elegantly designed cat room adorned with plush, oversized
85
+ furniture, two playful Maine Coon cats intertwine joyfully. The room is flooded
86
+ with soft, natural light streaming through expansive windows draped with delicate
87
+ sheer curtains, casting gentle patterns on the polished hardwood floor. One
88
+ cat, with a stunning tabby coat and striking green eyes, pounces energetically
89
+ on a whimsical feather toy, its long, tufted ears perked up in keen anticipation.
90
+ The other, a majestic cream-colored Maine Coon, lounges on a plush velvet
91
+ cushion, its bushy tail swishing curiously as it watches its companion's spirited
92
+ antics. Surrounding them, the room is tastefully decorated with colorful cat
93
+ trees that reach toward the ceiling, accented with dangling strings and sisal-covered
94
+ scratching posts. The air feels warm and inviting, with a faint scent of catnip
95
+ lingering playfully. As they frolic, their soft, melodious purring fills the
96
+ space, mingling with the subtle rustle of a nearby tuneful wind chime that
97
+ clinks gently in the breeze. In one corner, a cozy nook with a sunlit window
98
+ invites quiet moments, yet today, the joy of their playful chase transforms
99
+ the sophisticated space into a lively playground filled with love and laughter.
100
+ In the architecture style of STRWRZ.
101
+ neg: ''
102
+ seed: 42
103
+ walk_seed: true
104
+ guidance_scale: 3.5
105
+ sample_steps: 28
106
+ trigger_word: In the architecture style of STRWRZ
107
+ meta:
108
+ name: strwrz
109
+ version: '1.0'
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67b810456ea370912b313674c8663150f3e236ba2d7f7f52f2f8e3d1e75a45d3
3
+ size 173272836
samples/1728495172532__000001000_0.jpg ADDED
samples/1728495202731__000001000_1.jpg ADDED
samples/1728495232956__000001000_2.jpg ADDED
samples/1728497485775__000002000_0.jpg ADDED
samples/1728497515643__000002000_1.jpg ADDED
samples/1728497545863__000002000_2.jpg ADDED
samples/1728499807803__000003000_0.jpg ADDED
samples/1728499837916__000003000_1.jpg ADDED
samples/1728499867867__000003000_2.jpg ADDED
samples/1728502117524__000004000_0.jpg ADDED
samples/1728502147448__000004000_1.jpg ADDED
samples/1728502177458__000004000_2.jpg ADDED
samples/1728504432072__000005000_0.jpg ADDED
samples/1728504461920__000005000_1.jpg ADDED
samples/1728504492067__000005000_2.jpg ADDED
samples/1728506752770__000006000_0.jpg ADDED
samples/1728506782682__000006000_1.jpg ADDED
samples/1728506812792__000006000_2.jpg ADDED
samples/1728509078375__000007000_0.jpg ADDED
samples/1728509108532__000007000_1.jpg ADDED
samples/1728509138313__000007000_2.jpg ADDED
samples/1728511374526__000008000_0.jpg ADDED
samples/1728511404319__000008000_1.jpg ADDED
samples/1728511434321__000008000_2.jpg ADDED
strwrz.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07976849544ca792a136767d4ae6855cabbda1fc5344427855ada3a761b43755
3
+ size 171969448
strwrz_000002000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af8e8709716e28c438fb2a4684fb18cbc1a827eb76d67b2afc107e70f949fb7e
3
+ size 171969448
strwrz_000004000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60100902042fd11aefbaed99bc5d6d9c059168a88864073259e1f068d9a12dbd
3
+ size 171969448
strwrz_000006000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8d475a665a44d48f5f2133da444dfb7f74b033d506f025560c88b36858f51e3
3
+ size 171969448