Commit ·
11c9b59
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +96 -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,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: >-
|
| 9 |
+
Act1vate, Shot with a Holga camera, a rabbit in a tailored suit and tie,
|
| 10 |
+
caught in mid-leap across a deserted rooftop. The scene is filled with
|
| 11 |
+
experimental aperture manipulation that blurs the rabbit’s duplicate
|
| 12 |
+
silhouettes into an array of ghostly forms, while streaks of leaking light
|
| 13 |
+
create a fragmented panorama of a surreal twilight metropolis.
|
| 14 |
+
output:
|
| 15 |
+
url: images/ComfyUI_00047_.png
|
| 16 |
+
- text: >-
|
| 17 |
+
Act1vate, Shot with a Holga camera, a sly cat in a crisply pressed suit and
|
| 18 |
+
tie, leaning against a vintage brick wall with light leaking around its
|
| 19 |
+
edges. The cat’s face appears in a series of double exposures, each
|
| 20 |
+
iteration reflecting different expressions of mischief and introspection,
|
| 21 |
+
while the shifting aperture creates blurred streaks of urban graffiti in the
|
| 22 |
+
background.
|
| 23 |
+
output:
|
| 24 |
+
url: images/ComfyUI_00049_.png
|
| 25 |
+
- text: >-
|
| 26 |
+
Act1vate, Shot with a Holga camera, a dignified stag in a tailored suit and
|
| 27 |
+
tie, standing amidst a forest clearing bathed in surreal, overexposed light.
|
| 28 |
+
The stag’s antlers are rendered in ghostly, duplicated layers as they merge
|
| 29 |
+
with shifting beams of sunlight piercing through the mist, creating a
|
| 30 |
+
fantastical interplay of nature and refined elegance.
|
| 31 |
+
output:
|
| 32 |
+
url: images/ComfyUI_00050_.png
|
| 33 |
+
- text: >-
|
| 34 |
+
Act1vate, Shot with a Holga camera, a desolate urban rooftop where scattered
|
| 35 |
+
light from neon signs creates vivid streaks of color through intentional
|
| 36 |
+
overexposure. The camera’s aperture captures multiple, layered profiles of
|
| 37 |
+
an enigmatic figure standing at the edge, with the duplicated images
|
| 38 |
+
blending seamlessly into the dynamic, light-shifted background.
|
| 39 |
+
output:
|
| 40 |
+
url: images/ComfyUI_00040_.png
|
| 41 |
+
- text: >-
|
| 42 |
+
Act1vate, Shot with a Holga camera, an industrial bridge scene under a
|
| 43 |
+
stormy sky, where intense overexposure causes light to bleed into every
|
| 44 |
+
crack and crevice. The resulting image features duplicated silhouettes of a
|
| 45 |
+
solitary passerby, their forms repeatedly layered as if the scene itself is
|
| 46 |
+
in constant, surreal motion.
|
| 47 |
+
output:
|
| 48 |
+
url: images/ComfyUI_00038_.png
|
| 49 |
+
- text: >-
|
| 50 |
+
Act1vate, Shot with a Holga camera, a donkey in a glass shower, its drooping
|
| 51 |
+
eyes reflecting a deep melancholy. Dressed in a rumpled suit and tie, the
|
| 52 |
+
animal’s long ears droop under the cascade of water droplets, while the
|
| 53 |
+
misty steam creates a surreal double exposure of cascading reflections and
|
| 54 |
+
blurred cityscapes behind it.
|
| 55 |
+
output:
|
| 56 |
+
url: images/ComfyUI_00041_.png
|
| 57 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 58 |
+
instance_prompt: act1vate, Shot with a Holga camera
|
| 59 |
+
license: mit
|
| 60 |
+
---
|
| 61 |
+
# Holga Photography Style
|
| 62 |
+
|
| 63 |
+
<Gallery />
|
| 64 |
+
|
| 65 |
+
## Model description
|
| 66 |
+
|
| 67 |
+
This LoRA file brings the iconic aesthetic of Holga cameras into your digital creations using Flux AI. Trained exclusively on verified images taken with Holga cameras, this LoRA replicates the unique imperfections and dreamy charm that made these cameras a favorite among analog photography enthusiasts.
|
| 68 |
+
|
| 69 |
+
Key Details
|
| 70 |
+
|
| 71 |
+
Trigger Phrase: act1vate, Shot with a Holga camera, (V2 benefits massively from having it.)
|
| 72 |
+
|
| 73 |
+
Recommended Strength: 0.8-1 (adjustable between 0.8 to 1.2).
|
| 74 |
+
|
| 75 |
+
Note: Increasing the strength may amplify vignetting effects.
|
| 76 |
+
|
| 77 |
+
Aspect Ratio Recommendations:
|
| 78 |
+
|
| 79 |
+
For an authentic Holga aesthetic, generate images in a 1:1 aspect ratio (e.g., 1024 x 1024).
|
| 80 |
+
|
| 81 |
+
The original Holga cameras, such as the 120n, often used 6x6 cm or 6x4.5 cm formats. While Flux struggles with the 6x4.5 cm aspect ratio, other formats work seamlessly.
|
| 82 |
+
|
| 83 |
+
Alternatively, you can resize your generated images post-editing to better mimic the original film sizes.
|
| 84 |
+
|
| 85 |
+
## Trigger words
|
| 86 |
+
|
| 87 |
+
You should use `act1vate` to trigger the image generation.
|
| 88 |
+
|
| 89 |
+
You should use `Shot with a Holga camera` to trigger the image generation.
|
| 90 |
+
|
| 91 |
+
|
| 92 |
+
## Download model
|
| 93 |
+
|
| 94 |
+
Weights for this model are available in Safetensors format.
|
| 95 |
+
|
| 96 |
+
[Download](/CtrlAltArt/Flux_Holga_Photography_Style/tree/main) them in the Files & versions tab.
|