Commit ·
9812844
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +83 -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,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: >-
|
| 9 |
+
This image depicts the transformation of a simple portrait into a symbolic
|
| 10 |
+
environmental concept. [ORIGINAL] shows a woman with red hair wearing a
|
| 11 |
+
black dress, standing against a neutral gray background and holding a
|
| 12 |
+
transparent glass sphere in her hand, with a contemplative expression and
|
| 13 |
+
soft lighting emphasizing her pose. [ALTERED] reimagines the sphere as the
|
| 14 |
+
Earth, with vivid blue oceans and green continents visible, while water
|
| 15 |
+
appears to leak from cracks in the globe, trickling down her hand and
|
| 16 |
+
pooling below, creating a striking commentary on environmental fragility.
|
| 17 |
+
output:
|
| 18 |
+
url: images/21.png
|
| 19 |
+
- text: >-
|
| 20 |
+
This image pair masterfully illustrates the transformation of a mundane
|
| 21 |
+
kitchen scenario into a whimsical narrative of culinary magic; The
|
| 22 |
+
[ORIGINAL] image presents a high-resolution stock photo of a cluttered
|
| 23 |
+
kitchen counter filled with various utensils, a plain white ceramic mug
|
| 24 |
+
placed prominently in the center, surrounded by a scatter of coffee beans,
|
| 25 |
+
under bright, natural light filtering through a nearby window, creating an
|
| 26 |
+
inviting morning atmosphere, while the [ALTERED] image changes ceramic mug
|
| 27 |
+
into a black colored mystical object with a vigorous, swirling galaxy
|
| 28 |
+
ascending from its brim, stars and planets shimmering within the mix, as
|
| 29 |
+
though the ordinary act of brewing coffee unleashes a universe of cosmic
|
| 30 |
+
wonder.
|
| 31 |
+
output:
|
| 32 |
+
url: images/24.png
|
| 33 |
+
- text: >-
|
| 34 |
+
This striking duo captures the metamorphosis of a serene individual into a
|
| 35 |
+
fantastical mythological being; The [ORIGINAL] image shows a professional
|
| 36 |
+
photo of a young man with dark curly hair wearing a simple white t-shirt,
|
| 37 |
+
sitting cross-legged on a grassy hill during a sunny day, surrounded by
|
| 38 |
+
sparse wildflowers with a gentle breeze apparent by the slight rustling of
|
| 39 |
+
the grass, while maintaining a peaceful meditation pose with his eyes closed
|
| 40 |
+
and a content expression on his face, while the [ALTERED] image transforms
|
| 41 |
+
the man into a celestial being with luminescent skin, his curls replaced
|
| 42 |
+
with flowing, ethereal strands of light, while the grass around him starts
|
| 43 |
+
glowing with delicate traces of silver, and his expression remains serene
|
| 44 |
+
though now with a subtle ethereal glow emanating from his figure, indicating
|
| 45 |
+
a serene ascension into a mythical state.
|
| 46 |
+
output:
|
| 47 |
+
url: images/30.png
|
| 48 |
+
- text: >-
|
| 49 |
+
This pair of images explores the concept of invisibility through a striking
|
| 50 |
+
transformation; The [ORIGINAL] image shows a man standing confidently in a
|
| 51 |
+
tailored black suit and tie, set against a neutral studio background, while
|
| 52 |
+
the [ALTERED] image reimagines the man as entirely invisible, leaving only
|
| 53 |
+
his floating clothes—his jacket, tie, pants, and shoes—visible, creating the
|
| 54 |
+
illusion of a human figure without a body.
|
| 55 |
+
output:
|
| 56 |
+
url: images/35.png
|
| 57 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 58 |
+
instance_prompt: '[ORIGINAL], [ALTERED]'
|
| 59 |
+
|
| 60 |
+
---
|
| 61 |
+
# Photo Manipulation LoRA
|
| 62 |
+
|
| 63 |
+
<Gallery />
|
| 64 |
+
|
| 65 |
+
## Model description
|
| 66 |
+
|
| 67 |
+
|
| 68 |
+

|
| 69 |
+
|
| 70 |
+
This image pair masterfully illustrates the transformation of a mundane kitchen scenario into a whimsical narrative of culinary magic; The [ORIGINAL] image presents a high-resolution stock photo of a cluttered kitchen counter filled with various utensils, a plain white ceramic mug placed prominently in the center, surrounded by a scatter of coffee beans, under bright, natural light filtering through a nearby window, creating an inviting morning atmosphere, while the [ALTERED] image changes ceramic mug into a black colored mystical object with a vigorous, swirling galaxy ascending from its brim, stars and planets shimmering within the mix, as though the ordinary act of brewing coffee unleashes a universe of cosmic wonder.
|
| 71 |
+
|
| 72 |
+
## Trigger words
|
| 73 |
+
|
| 74 |
+
You should use `[ORIGINAL]` to trigger the image generation.
|
| 75 |
+
|
| 76 |
+
You should use `[ALTERED]` to trigger the image generation.
|
| 77 |
+
|
| 78 |
+
|
| 79 |
+
## Download model
|
| 80 |
+
|
| 81 |
+
Weights for this model are available in Safetensors format.
|
| 82 |
+
|
| 83 |
+
[Download](/Uglehs/photomanipulation/tree/main) them in the Files & versions tab.
|