Commit ·
e1be2a5
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +116 -0
.gitattributes
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
# Audio files - uncompressed
|
| 38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
# Audio files - compressed
|
| 42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
# Image files - uncompressed
|
| 48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
# Image files - compressed
|
| 53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,116 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: >-
|
| 9 |
+
act1vate, behind_obscure_glass A warmly lit café with empty tables and a
|
| 10 |
+
single flickering candle left burning. Outside, through the rain-splattered
|
| 11 |
+
window, the shape of a person stands just out of focus, as though deciding
|
| 12 |
+
whether to enter or simply fade away.
|
| 13 |
+
output:
|
| 14 |
+
url: images/ComfyUI_00037_.png
|
| 15 |
+
- text: >-
|
| 16 |
+
act1vate, behind_obscure_glass A couple stands closely behind a frosted
|
| 17 |
+
glass window, their figures barely distinguishable but clearly leaning into
|
| 18 |
+
each other. The foreground showcases a rain-speckled windowsill with a
|
| 19 |
+
single red rose lying on it. In the background, faint warm city lights glow,
|
| 20 |
+
contrasting the cold, misty obscurity of the frosted glass.
|
| 21 |
+
output:
|
| 22 |
+
url: images/ComfyUI_00002_.png
|
| 23 |
+
- text: >-
|
| 24 |
+
act1vate, behind_obscure_glass A cyberpunk cityscape with rain-slicked
|
| 25 |
+
streets reflecting neon signs. A figure stands behind a translucent,
|
| 26 |
+
rain-covered glass door, their form shimmering with vibrant colors. The
|
| 27 |
+
foreground features a neon 'OPEN' sign flickering. The background is a
|
| 28 |
+
chaotic urban sprawl filled with flying cars and holographic billboards.
|
| 29 |
+
output:
|
| 30 |
+
url: images/ComfyUI_00015_.png
|
| 31 |
+
- text: >-
|
| 32 |
+
act1vate, behind_obscure_glass A sleek, modern nightclub with glass
|
| 33 |
+
partitions separating VIP areas. A silhouette of a mysterious figure is seen
|
| 34 |
+
behind a semi-opaque frosted panel. The foreground showcases a cocktail with
|
| 35 |
+
ice melting. The background has pulsating neon lights and a blurred crowd
|
| 36 |
+
dancing.
|
| 37 |
+
output:
|
| 38 |
+
url: images/ComfyUI_00019_.png
|
| 39 |
+
- text: '-'
|
| 40 |
+
output:
|
| 41 |
+
url: images/5.png
|
| 42 |
+
- text: >-
|
| 43 |
+
act1vate, behind_obscure_glass A pair of hands, slightly smudged, press
|
| 44 |
+
against a misted-up glass shower door, the person behind just a blurry
|
| 45 |
+
outline. The foreground features an elegant bathroom counter with flickering
|
| 46 |
+
candlelight reflecting against the mirror. In the background, warm, golden
|
| 47 |
+
light streams through an unseen window, enhancing the enigmatic nature of
|
| 48 |
+
the scene.
|
| 49 |
+
output:
|
| 50 |
+
url: images/ComfyUI_00003_.png
|
| 51 |
+
- text: >-
|
| 52 |
+
act1vate, behind_obscure_glass A luxurious hotel room with a large frosted
|
| 53 |
+
glass divider separating the shower area. A blurred, shadowy form moves
|
| 54 |
+
behind the glass, their movements suggestive but unreadable. The foreground
|
| 55 |
+
showcases a half-empty wine glass on a marble table. The background, through
|
| 56 |
+
a large window, reveals a dazzling city skyline at night.
|
| 57 |
+
output:
|
| 58 |
+
url: images/ComfyUI_00008_.png
|
| 59 |
+
- text: >-
|
| 60 |
+
act1vate, behind_obscure_glass A lush botanical greenhouse, its large,
|
| 61 |
+
misted glass panels covered in condensation. A blurred figure moves within,
|
| 62 |
+
partially obscured by vines. The foreground has a rustic watering can
|
| 63 |
+
resting on a wooden crate. The background is filled with towering tropical
|
| 64 |
+
plants, their leaves forming intricate shadows against the glass.
|
| 65 |
+
output:
|
| 66 |
+
url: images/ComfyUI_00012_.png
|
| 67 |
+
- text: >-
|
| 68 |
+
act1vate, behind_obscure_glass A derelict greenhouse overtaken by nature. A
|
| 69 |
+
ghostly figure stands behind the fogged glass, watching. The foreground has
|
| 70 |
+
cracked flower pots with moss creeping over them. The background is an
|
| 71 |
+
overcast sky with diffused light filtering through.
|
| 72 |
+
output:
|
| 73 |
+
url: images/ComfyUI_00017_.png
|
| 74 |
+
- text: >-
|
| 75 |
+
act1vate, behind_obscure_glass A woman behind an old, textured glass door
|
| 76 |
+
raises a cigarette to her lips, the glow of the ember flickering through the
|
| 77 |
+
haze. She exhales, the smoke curling up against the distorted glass as her
|
| 78 |
+
silhouette slowly fades into the dimly lit room.
|
| 79 |
+
output:
|
| 80 |
+
url: images/ComfyUI_00024_ (1).png
|
| 81 |
+
- text: >-
|
| 82 |
+
act1vate, behind_obscure_glass A rustic kitchen with a steaming cup of tea
|
| 83 |
+
on the wooden counter. Outside the fogged-up window, a shadowy figure
|
| 84 |
+
lingers, unmoving, as if watching, their blurred form blending into the
|
| 85 |
+
cold, rainy evening.
|
| 86 |
+
output:
|
| 87 |
+
url: images/ComfyUI_00033_.png
|
| 88 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 89 |
+
instance_prompt: act1vate, behind_obscure_glass
|
| 90 |
+
license: mit
|
| 91 |
+
---
|
| 92 |
+
# Behind Obscure Glass
|
| 93 |
+
|
| 94 |
+
<Gallery />
|
| 95 |
+
|
| 96 |
+
## Model description
|
| 97 |
+
|
| 98 |
+
Features:
|
| 99 |
+
Keywords: act1vate, behind_obscure_glass
|
| 100 |
+
|
| 101 |
+
Effect: obscured-glass effect in windows, perfect for abstract and surreal compositions.
|
| 102 |
+
|
| 103 |
+
Best Use: Works well alone but was made to be used with inpainting, Example images made only with this model.
|
| 104 |
+
|
| 105 |
+
## Trigger words
|
| 106 |
+
|
| 107 |
+
You should use `act1vate` to trigger the image generation.
|
| 108 |
+
|
| 109 |
+
You should use `behind_obscure_glass` to trigger the image generation.
|
| 110 |
+
|
| 111 |
+
|
| 112 |
+
## Download model
|
| 113 |
+
|
| 114 |
+
Weights for this model are available in Safetensors format.
|
| 115 |
+
|
| 116 |
+
[Download](/CtrlAltArt/Flux_Behind_Obscure_Glass/tree/main) them in the Files & versions tab.
|