Commit ·
5d10faf
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +103 -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,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: '-'
|
| 9 |
+
output:
|
| 10 |
+
url: images/street mushrooms on head.png
|
| 11 |
+
- text: '-'
|
| 12 |
+
output:
|
| 13 |
+
url: images/straightwhite.png
|
| 14 |
+
- text: '-'
|
| 15 |
+
output:
|
| 16 |
+
url: images/2024-08-21_FLUX_00034_.png
|
| 17 |
+
- text: '-'
|
| 18 |
+
output:
|
| 19 |
+
url: images/2024-08-21_001445_Flux_flux1D16gb_v10.png
|
| 20 |
+
- text: '-'
|
| 21 |
+
output:
|
| 22 |
+
url: images/2024-08-21_FLUX_00035_.png
|
| 23 |
+
- text: '-'
|
| 24 |
+
output:
|
| 25 |
+
url: images/2024-08-20_230428_Flux_flux1D16gb_v10.png
|
| 26 |
+
- text: '-'
|
| 27 |
+
output:
|
| 28 |
+
url: images/2024-08-21_FLUX_00177_.png
|
| 29 |
+
- text: '-'
|
| 30 |
+
output:
|
| 31 |
+
url: images/2024-08-21_000558_Flux_flux1D16gb_v10.png
|
| 32 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 33 |
+
instance_prompt: boshroom, boshroomworld
|
| 34 |
+
license: unknown
|
| 35 |
+
---
|
| 36 |
+
# FLUX Mushroom Portrait
|
| 37 |
+
|
| 38 |
+
<Gallery />
|
| 39 |
+
|
| 40 |
+
## Model description
|
| 41 |
+
|
| 42 |
+
FROM https://civitai.com/models/542741/flux-mushroom-portrait-sd15sdxlpony?modelVersionId=747931
|
| 43 |
+
|
| 44 |
+
Support the author by liking and donating buzz at the linked page
|
| 45 |
+
|
| 46 |
+
Trigger boshroom, boshroomworld
|
| 47 |
+
|
| 48 |
+
It would be incredibly kind of you to post the first image directly to this LoRA. This helps support the creator directly. After that, feel free to upload any images as you wish.
|
| 49 |
+
Thank you so much for your support! ♥
|
| 50 |
+
|
| 51 |
+
LoRA Description: Mushroom Portraits of Women - Europe & Asia (SD1.5 - SDXL - Pony)
|
| 52 |
+
Overview:
|
| 53 |
+
|
| 54 |
+
This LoRA model is specifically designed for creating artistic portraits of women from Europe and Asia, inspired by mushrooms. Trained with SDXL, it is perfect for creative projects that explore the interplay between human beauty and the diverse forms and colors of the mushroom world.
|
| 55 |
+
|
| 56 |
+
Features:
|
| 57 |
+
|
| 58 |
+
Multicultural Representations: The model encompasses a wide range of ethnic backgrounds and cultural influences from Europe and Asia, producing diverse and representative portraits.
|
| 59 |
+
|
| 60 |
+
Mushroom Elements: The portraits artistically incorporate mushroom designs into hairstyles, clothing, and background elements, resulting in unique and aesthetically pleasing images.
|
| 61 |
+
|
| 62 |
+
High Detail: Thanks to the powerful SDXL architecture, this model delivers high-resolution and highly detailed images suitable for prints, digital art, and other creative applications.
|
| 63 |
+
|
| 64 |
+
Use Cases:
|
| 65 |
+
|
| 66 |
+
Art Projects: Ideal for digital artists who want to integrate surreal and fantastical elements into their works.
|
| 67 |
+
|
| 68 |
+
Illustrations: Perfect for book covers, magazines, and other publications seeking a striking and creative visual language.
|
| 69 |
+
|
| 70 |
+
Fashion Design: Inspiring for designers looking for new and unusual concepts for collections and fashion shows.
|
| 71 |
+
|
| 72 |
+
Examples:
|
| 73 |
+
|
| 74 |
+
European Woman with Mushroom Hat: A portrait of a woman with European heritage wearing an elegant hat made of variously colored mushrooms.
|
| 75 |
+
|
| 76 |
+
Asian Woman with Mushroom Dress: An Asian woman whose dress features a pattern of mushrooms arranged in harmonious colors and shapes.
|
| 77 |
+
|
| 78 |
+
Surreal Background: A portrait where the background is dominated by a magical mushroom landscape, reflecting the beauty and mystery of nature.
|
| 79 |
+
|
| 80 |
+
If you enjoy my work, feel free to support me here: https://ko-fi.com/bo4rsworld
|
| 81 |
+
|
| 82 |
+
♥ Thank you very much, my friend! ♥
|
| 83 |
+
|
| 84 |
+
Usage Tips:
|
| 85 |
+
|
| 86 |
+
To achieve the best results with this LoRA model, it is recommended to use detailed prompt descriptions specifying particular mushroom types, colors, and cultural elements. Experiment with different settings to achieve the desired aesthetic.
|
| 87 |
+
|
| 88 |
+
I really hope you like this LoRA and share your amazing pictures with us!
|
| 89 |
+
|
| 90 |
+
|
| 91 |
+
|
| 92 |
+
## Trigger words
|
| 93 |
+
|
| 94 |
+
You should use `boshroom` to trigger the image generation.
|
| 95 |
+
|
| 96 |
+
You should use `boshroomworld` to trigger the image generation.
|
| 97 |
+
|
| 98 |
+
|
| 99 |
+
## Download model
|
| 100 |
+
|
| 101 |
+
Weights for this model are available in Safetensors format.
|
| 102 |
+
|
| 103 |
+
[Download](/Jonjew/MushroomPortrait/tree/main) them in the Files & versions tab.
|