Update README.md
Browse files
README.md
CHANGED
@@ -26,9 +26,34 @@ This llama model was trained 2x faster with [Unsloth](https://github.com/unsloth
|
|
26 |
# Samples
|
27 |
|
28 |
## Jaggernaut XL - rundiffusion Foocus
|
29 |
-
|
30 |
-
|
31 |
-
[
|
32 |
-
[<img src="https://huggingface.co/igor-im/fluxpromptexapander-llama1b-ft-test/resolve/main/images/jaggernaut_llama.png" width="500"/>]
|
33 |
|
|
|
|
|
|
|
34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
# Samples
|
27 |
|
28 |
## Jaggernaut XL - rundiffusion Foocus
|
29 |
+
Plain Prompt | Prompt exapander
|
30 |
+
:-------------------------:|:-------------------------:
|
31 |
+
![](https://huggingface.co/igor-im/fluxpromptexapander-llama1b-ft-test/resolve/main/images/jaggernat_plain_prompt.png) | ![](https://huggingface.co/igor-im/fluxpromptexapander-llama1b-ft-test/resolve/main/images/jaggernaut_ftmodel.png)
|
|
|
32 |
|
33 |
+
Claude generated prompt | Llama 3B generated Prompt
|
34 |
+
:-------------------------:|:-------------------------:
|
35 |
+
![](https://huggingface.co/igor-im/fluxpromptexapander-llama1b-ft-test/resolve/main/images/jaggernaut_claude.png) | ![](https://huggingface.co/igor-im/fluxpromptexapander-llama1b-ft-test/resolve/main/images/jaggernaut_llama.png)
|
36 |
|
37 |
+
|
38 |
+
## Flux - huggingface inference
|
39 |
+
Plain Prompt | Prompt exapander
|
40 |
+
:-------------------------:|:-------------------------:
|
41 |
+
![](https://huggingface.co/igor-im/fluxpromptexapander-llama1b-ft-test/resolve/main/images/flux_plain_prompt.jpeg) | ![](https://huggingface.co/igor-im/fluxpromptexapander-llama1b-ft-test/resolve/main/images/flux_ftmodel.jpeg)
|
42 |
+
|
43 |
+
Claude generated prompt | Llama 3B generated Prompt
|
44 |
+
:-------------------------:|:-------------------------:
|
45 |
+
![](https://huggingface.co/igor-im/fluxpromptexapander-llama1b-ft-test/resolve/main/images/flux_claude.jpeg) | ![](https://huggingface.co/igor-im/fluxpromptexapander-llama1b-ft-test/resolve/main/images/flux_llama.jpeg)
|
46 |
+
|
47 |
+
|
48 |
+
### Prompts used to generated Samples
|
49 |
+
#### Plain Prompt
|
50 |
+
A portrait of a man looking off into a distance, he has long hair, and a short beard
|
51 |
+
|
52 |
+
#### Fine Tuned Prompt (generated by simply passing plain prompt to the model)
|
53 |
+
Imagine a super-realistic portrait of an enigmatic middle-aged man with a rugged appearance and a close-cropped beard that frames his intense, deep-set blue eyes. He has an air of wisdom and contemplation as he gazes pensively into the distance, exuding a sense of resilience and strength. From an eye-level perspective, observe his slightly furrowed brow and the subtle creases around his mouth, a testament to his life experience. The soft yet direct lighting accentuates the depth and texture of his features, creating an intimate and powerful connection with the subject.
|
54 |
+
|
55 |
+
#### Claude prompt (generated via following template: create a prompt to be used with an image generation ai to better guide it to generate based on user input: /n INPUT: {plain_prompt})
|
56 |
+
Create a highly detailed portrait photograph of a contemplative man gazing toward the horizon. Subject has flowing shoulder-length hair with natural movement and texture, paired with a neatly trimmed short beard. Capture in natural lighting during golden hour, with soft rim lighting highlighting his hair's texture. Shot with a high-end portrait lens at f/2.8 for pleasing bokeh. Composition follows rule of thirds, with subject positioned to direct attention toward his eyeline. Color palette emphasizes warm, muted tones. Style reference: Modern fashion photography meets classical portraiture. Technical details: Ultra high resolution, photorealistic quality, masterful depth of field, sharp focus on facial features. 8K, highly detailed, professional photography, award-winning portrait.
|
57 |
+
|
58 |
+
#### Llama 3.2 3B untuned prompt (generated via following template: create a prompt to be used with an image generation ai to better guide it to generate based on user input: /n INPUT: {plain_prompt})
|
59 |
+
Generate an image of a realistic portrait of a man in his 40s or 50s, standing in front of a background with a subtle blur effect on the distant landscape. The subject's facial features should be well-defined, and he should have medium-length (not too long nor too short) hair that falls around his shoulders. His beard should be short (e.g., V-shaped) and neatly trimmed, with a slight curl at the edges. Incorporate some subtle shading and texture to give the image depth and dimensionality
|