Commit ·
eec2389
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +56 -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,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: >-
|
| 9 |
+
movie post, (((a Chinese beautiful immortal standing on a chinese sword
|
| 10 |
+
flying in the sky))), wearing silk flowing traditional Chinese Chinese
|
| 11 |
+
dress. in background mountains and red-crowned cranes fly on the sky in the
|
| 12 |
+
white clouds between the mountains, pines and cypresses underneath and
|
| 13 |
+
waterfall in the mountains
|
| 14 |
+
output:
|
| 15 |
+
url: images/img__00235_.png
|
| 16 |
+
- text: >-
|
| 17 |
+
Incredible Details, Wooden punk, design sketch, 17 centry blueprint, evolved
|
| 18 |
+
from the early 18th century in the future, composed of delicate wood
|
| 19 |
+
carvings of wooden robots, that is, the future and retro, tightly knit ball
|
| 20 |
+
joints and tightly knit wooden arms with delicate seams and classical
|
| 21 |
+
Chinese relief wood carvings, delicate face and body although polished and
|
| 22 |
+
shiny but still have a wooden texture
|
| 23 |
+
output:
|
| 24 |
+
url: images/img__00254_.png
|
| 25 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 26 |
+
instance_prompt: liujiyou
|
| 27 |
+
license: unknown
|
| 28 |
+
---
|
| 29 |
+
# [FLUX] Chinese ink painting - liujiyou
|
| 30 |
+
|
| 31 |
+
<Gallery />
|
| 32 |
+
|
| 33 |
+
## Model description
|
| 34 |
+
|
| 35 |
+
FROM https://civitai.com/models/707437/flux-chinese-ink-painting-liujiyou
|
| 36 |
+
Trigger liujiyou
|
| 37 |
+
A Chinese ink painting style from by fav style, my first lora, try to get right, welcome any feedbacks and images!
|
| 38 |
+
|
| 39 |
+
Liu Jiyou (March 15, 1918 – November 28, 1983) was a renowned Chinese painter, celebrated for his outstanding contributions to the fields of Chinese gongbi painting and illustration. Born into an artistic family in Tianjin, Liu was heavily influenced by his father, Liu Kuiling, who was also a famous painter. From a young age, Liu Jiyou developed a deep interest in painting and received rigorous artistic training.
|
| 40 |
+
|
| 41 |
+
Liu Jiyou’s works are known for their meticulous gongbi style, and he excelled at depicting animals, figures, and folk tales. His paintings are not only technically exquisite but also expressive, vividly capturing the expressions and movements of people and animals. His animal-themed works, such as “Rooster” and “Lion,” are particularly well-known, showcasing his profound observation and understanding of the natural world.
|
| 42 |
+
|
| 43 |
+
In addition to his paintings, Liu Jiyou also created illustrations for many classic literary works, including “Journey to the West” and “Dream of the Red Chamber.” His illustrations are lively and expressive, and they have been well-loved by readers.
|
| 44 |
+
|
| 45 |
+
Liu Jiyou’s artistic achievements have earned him widespread recognition, and he is highly respected in the Chinese art world. He not only inherited the techniques of traditional Chinese painting but also innovated upon them, leaving behind a valuable artistic legacy for future generations.
|
| 46 |
+
|
| 47 |
+
## Trigger words
|
| 48 |
+
|
| 49 |
+
You should use `liujiyou` to trigger the image generation.
|
| 50 |
+
|
| 51 |
+
|
| 52 |
+
## Download model
|
| 53 |
+
|
| 54 |
+
Weights for this model are available in Safetensors format.
|
| 55 |
+
|
| 56 |
+
[Download](/Jonjew/ChineseInkPainting/tree/main) them in the Files & versions tab.
|