Commit ·
c79959b
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +122 -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,122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: >-
|
| 9 |
+
XUER guangying,1girl,solo,long
|
| 10 |
+
hair,breasts,thighhighs,holding,weapon,boots,outdoors,wings,holding weapon,
|
| 11 |
+
armor,from side,profile,thigh boots,halo,helmet,polearm,shoulder
|
| 12 |
+
armor,gauntlets,blue eyes,large breasts,thighhighs,gloves,very long
|
| 13 |
+
hair,star (sky),starry sky,science fiction,space,planet,galaxy,milky
|
| 14 |
+
way,fantasy,landscape,scenery,sky, highly detailed,ultra-high
|
| 15 |
+
resolution,32K UHD,sharp focus,best-quality,masterpiece,unconventional
|
| 16 |
+
supreme masterpiece,masterful details,depth of field,blurry
|
| 17 |
+
background,blurry foreground,motion blur,going really fast masterpiece,deep
|
| 18 |
+
focus, intricate details,soothing tones,high contrast,natural skin
|
| 19 |
+
texture,soft light,sharp,masterpiece,best quality,(ray tracing),sunlight,
|
| 20 |
+
ultra-realistic,high dynamic range,photoreal,epic realistic,dark
|
| 21 |
+
shot,shadows,(This is a real high-definition photo:1.1),with professional
|
| 22 |
+
photography and high resolution, contrast,layered colors,vivid
|
| 23 |
+
colors,contrast,offcial art,movie perspective,very aesthetic,disheveled
|
| 24 |
+
hair,perfect composition,intricate details,moody,epic,photorealistic, color
|
| 25 |
+
graded cinematic,atmospheric lighting,award film grain,A shot with
|
| 26 |
+
tension,(Visual impact,giving the poster a dynamic and visually striking
|
| 27 |
+
appearance:1.2),impactful picture,Depth of field, insanely interplay between
|
| 28 |
+
lights and shadows, cool tones, soft lighting, fair and clear image, focused
|
| 29 |
+
human image, shallow depth of field,
|
| 30 |
+
output:
|
| 31 |
+
url: images/XUER_00140_.png
|
| 32 |
+
- text: >-
|
| 33 |
+
XUER guangying,outdoors,sky,day,cloud,blue sky,no humans,cloudy
|
| 34 |
+
sky,scenery,science fiction,ruins,fog,floating island,This is a highly
|
| 35 |
+
detailed CGI (computer-generated imagery) scene depicting a futuristic
|
| 36 |
+
spaceport. highly detailed,ultra-high resolution,32K UHD,sharp
|
| 37 |
+
focus,best-quality,masterpiece,unconventional supreme masterpiece,masterful
|
| 38 |
+
details,depth of field,blurry background,blurry foreground,motion blur,going
|
| 39 |
+
really fast masterpiece,deep focus, intricate details,soothing tones,high
|
| 40 |
+
contrast,natural skin texture,soft light,sharp,masterpiece,best quality,(ray
|
| 41 |
+
tracing),sunlight, ultra-realistic,high dynamic range,photoreal,epic
|
| 42 |
+
realistic,dark shot,shadows,(This is a real high-definition photo:1.1),with
|
| 43 |
+
professional photography and high resolution, contrast,layered colors,vivid
|
| 44 |
+
colors,contrast,offcial art,movie perspective,very aesthetic,disheveled
|
| 45 |
+
hair,perfect composition,intricate details,moody,epic,photorealistic, color
|
| 46 |
+
graded cinematic,atmospheric lighting,award film grain,A shot with
|
| 47 |
+
tension,(Visual impact,giving the poster a dynamic and visually striking
|
| 48 |
+
appearance:1.2),impactful picture,Depth of field, insanely interplay between
|
| 49 |
+
lights and shadows,
|
| 50 |
+
output:
|
| 51 |
+
url: images/XUER_00149_.png
|
| 52 |
+
- text: >-
|
| 53 |
+
XUER guangying,1girl,long hair,multiple girls,sitting,jacket,weapon,purple
|
| 54 |
+
hair,outdoors,solo focus,sword,black jacket,gun,mask,night,helmet,ground
|
| 55 |
+
vehicle,building,motor vehicle,headwear removed,science
|
| 56 |
+
fiction,city,sign,mouth mask,car,road,motorcycle,cyborg,street,helmet
|
| 57 |
+
removed,cyberpunk,crosswalk, Featuring daily style, rich details, authentic
|
| 58 |
+
skin details, ultra-high resolution, 32K UHD, best quality, masterpiece,
|
| 59 |
+
exquisite details, delicate details, natural textures, soft lighting,
|
| 60 |
+
sharpness, masterpiece, best quality (ray tracing), surrealism, photo
|
| 61 |
+
realism, epic realism, this is a truly high-definition photo, stacked into
|
| 62 |
+
composition, diagonal composition, complex details, epic, photo realism ,
|
| 63 |
+
Soft light source, color correction, white balance,
|
| 64 |
+
output:
|
| 65 |
+
url: images/XUER_00333_.png
|
| 66 |
+
- text: >-
|
| 67 |
+
XUER guangying,outdoors,sky,cloud,water,no humans,cloudy
|
| 68 |
+
sky,building,scenery,science fiction,sunset,sun,horizon, This is a highly
|
| 69 |
+
detailed CGI (computer-generated imagery) scene depicting a futuristic
|
| 70 |
+
spaceport. highly detailed,ultra-high resolution,32K UHD,sharp
|
| 71 |
+
focus,best-quality,masterpiece,unconventional supreme masterpiece,masterful
|
| 72 |
+
details,depth of field,blurry background,blurry foreground,motion blur,going
|
| 73 |
+
really fast masterpiece,deep focus, intricate details,soothing tones,high
|
| 74 |
+
contrast,natural skin texture,soft light,sharp,masterpiece,best quality,(ray
|
| 75 |
+
tracing),sunlight, ultra-realistic,high dynamic range,photoreal,epic
|
| 76 |
+
realistic,dark shot,shadows,(This is a real high-definition photo:1.1),with
|
| 77 |
+
professional photography and high resolution, contrast,layered colors,vivid
|
| 78 |
+
colors,contrast,offcial art,movie perspective,very aesthetic,disheveled
|
| 79 |
+
hair,perfect composition,intricate details,moody,epic,photorealistic, color
|
| 80 |
+
graded cinematic,atmospheric lighting,award film grain,A shot with
|
| 81 |
+
tension,(Visual impact,giving the poster a dynamic and visually striking
|
| 82 |
+
appearance:1.2),impactful picture,Depth of field, insanely interplay between
|
| 83 |
+
lights and shadows,
|
| 84 |
+
output:
|
| 85 |
+
url: images/XUER_00150_.png
|
| 86 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 87 |
+
instance_prompt: XUER guangying
|
| 88 |
+
license: other
|
| 89 |
+
license_name: flux-1-dev-non-commercial-license
|
| 90 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev
|
| 91 |
+
---
|
| 92 |
+
# Xu Er Thick Paint Composition Light Texture Enhancement
|
| 93 |
+
|
| 94 |
+
<Gallery />
|
| 95 |
+
|
| 96 |
+
## Model description
|
| 97 |
+
|
| 98 |
+
This repository provides a checkpoint with trained LoRA photorealism for FLUX.1-dev model by Black Forest Labs
|
| 99 |
+
|
| 100 |
+
|
| 101 |
+
Recommended LORA weight: : 0.8-0.9
|
| 102 |
+
|
| 103 |
+
Recommended HD redraw rate: 0.42
|
| 104 |
+
|
| 105 |
+
This lora provides different painting styles under different samplers.
|
| 106 |
+
|
| 107 |
+
DPM++ 2M series thick coating texture is better.
|
| 108 |
+
|
| 109 |
+
The Eulera series has a clearer style, leaning towards 2.5D and anime.
|
| 110 |
+
|
| 111 |
+
DDIM CFG++ series painting style is more hand-painted.
|
| 112 |
+
|
| 113 |
+
## Trigger words
|
| 114 |
+
|
| 115 |
+
You should use `XUER guangying` to trigger the image generation.
|
| 116 |
+
|
| 117 |
+
|
| 118 |
+
## Download model
|
| 119 |
+
|
| 120 |
+
Weights for this model are available in Safetensors format.
|
| 121 |
+
|
| 122 |
+
[Download](/DavidBaloches/Xu_Er_Thick_Paint_Composition_Light_Texture_Enhancement/tree/main) them in the Files & versions tab.
|