Commit ·
e715759
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +175 -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,175 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: >-
|
| 9 |
+
xuer Asgard City,1girl,long hair,black hair,outdoors,scenery,science
|
| 10 |
+
fiction,sign,spacecraft,spacesuit, Diesel punk, diesel punk
|
| 11 |
+
style,Realistic. Hyper-realistic, cinematic photo This is a poster about
|
| 12 |
+
the Asgard City,It has a realistic picture effect,The picture is messy and
|
| 13 |
+
extremely rich in details,(The theme text of the poster is: "XUER":1.2),One
|
| 14 |
+
line apart,(the subtitle below reads: "Asgard City":1.2), golden
|
| 15 |
+
hour,unconventional supreme masterpiece,masterful details,temperate
|
| 16 |
+
atmosphere,with a high-end texture,in the style of fashion
|
| 17 |
+
photography,magazine cover,Dynamic Angle,Dynamic posture,Perspective,
|
| 18 |
+
unconventional supreme masterpiece,masterful details,see-through,light
|
| 19 |
+
particles,realistic,Silk, embroidery,Rust,
|
| 20 |
+
output:
|
| 21 |
+
url: images/XUER_01738_.png
|
| 22 |
+
- text: >-
|
| 23 |
+
xuer Asgard City,1girl,solo,gloves,sitting,closed
|
| 24 |
+
mouth,lips,headphones,helmet,science fiction,realistic,cable,mechanical
|
| 25 |
+
arms,monitor,single mechanical arm,jumpsuit,head-mounted
|
| 26 |
+
display,cyberpunk,cockpit, Diesel punk, diesel punk style,Realistic.
|
| 27 |
+
Hyper-realistic,cinematic photo This is a poster about the Asgard City,It
|
| 28 |
+
has a realistic picture effect,The picture is messy and extremely rich in
|
| 29 |
+
details,(The theme text of the poster is: "XUER":1.2),One line apart,(the
|
| 30 |
+
subtitle below reads: "Asgard City":1.2), golden hour,unconventional supreme
|
| 31 |
+
masterpiece,masterful details,temperate atmosphere,with a high-end
|
| 32 |
+
texture,in the style of fashion photography,magazine cover,Dynamic
|
| 33 |
+
Angle,Dynamic posture,Perspective, unconventional supreme
|
| 34 |
+
masterpiece,masterful details,see-through,light particles,realistic,Silk,
|
| 35 |
+
embroidery,Rust,
|
| 36 |
+
output:
|
| 37 |
+
url: images/XUER_01727_.png
|
| 38 |
+
- text: >-
|
| 39 |
+
xuer Asgard City,Diesel punk, diesel punk
|
| 40 |
+
style,Realistic,Hyper-realistic,motion blur,going really fast
|
| 41 |
+
masterpiece,deep focus, exaggerated Ghost in the Shell scenes and girl In a
|
| 42 |
+
sci-fi mechanical chariot, in the style of cyberpunk imagery, in the style
|
| 43 |
+
of hyper-realistic sci-fi, 32k uhd, marc simonetti, realistic and
|
| 44 |
+
hyper-detailed renderings, snailcore, artgerm, neo-futuristic grand
|
| 45 |
+
cybernetwork buildings, patchwork, exquisite details, complex and reasonable
|
| 46 |
+
structures, bright, daytime, bustling cybercity and streets,full-line
|
| 47 |
+
projection screens, special effects, laser rain, fluorescence, Asgard City,
|
| 48 |
+
patchwork, neon lights, Regular, Special Effects, Holographic Network,
|
| 49 |
+
Exaggerated Facade, Walker, cinematic photo This is a poster about the
|
| 50 |
+
Asgard City,It has a realistic picture effect,The picture is messy and
|
| 51 |
+
extremely rich in details,(The theme text of the poster is: "XUER":1.2),One
|
| 52 |
+
line apart,(the subtitle below reads: "Asgard City":1.2), golden
|
| 53 |
+
hour,unconventional supreme masterpiece,masterful details,temperate
|
| 54 |
+
atmosphere,with a high-end texture,in the style of fashion
|
| 55 |
+
photography,magazine cover,Dynamic Angle,Dynamic posture,Perspective,
|
| 56 |
+
unconventional supreme masterpiece,masterful details,see-through,light
|
| 57 |
+
particles,realistic,Silk, embroidery,Rust,Blue eyes,
|
| 58 |
+
output:
|
| 59 |
+
url: images/XUER_02359_.png
|
| 60 |
+
- text: >-
|
| 61 |
+
xuer Asgard City,Diesel punk, diesel punk style,motion blur,going really
|
| 62 |
+
fast masterpiece,deep focus, 1girl,solo,long hair,sitting,parted
|
| 63 |
+
lips,labcoat,robot,jewelry,cable,glasses,science fiction,looking
|
| 64 |
+
up,machine,hair between eyes,open
|
| 65 |
+
mouth,cockpit,necklace,blurry,mecha,breasts,bed, golden hour,unconventional
|
| 66 |
+
supreme masterpiece,masterful details,temperate atmosphere,with a high-end
|
| 67 |
+
texture,in the style of fashion photography,magazine cover,Dynamic
|
| 68 |
+
Angle,Dynamic posture,Perspective, unconventional supreme
|
| 69 |
+
masterpiece,masterful details,see-through,light particles,realistic,Silk,
|
| 70 |
+
embroidery,Rust,
|
| 71 |
+
output:
|
| 72 |
+
url: images/XUER_02014_.png
|
| 73 |
+
- text: >-
|
| 74 |
+
xuer Asgard City,1girl,long hair,breasts,black
|
| 75 |
+
hair,gloves,sitting,ponytail,boots,outdoors,solo focus,dark
|
| 76 |
+
skin,hood,cape,blurry,bodysuit,depth of field,blurry
|
| 77 |
+
background,headphones,ground vehicle,building,cloak,motor vehicle,science
|
| 78 |
+
fiction,city,realistic,car,road,riding,motorcycle,cyborg,street,cyberpunk,on
|
| 79 |
+
motorcycle, Diesel punk, diesel punk style,Realistic.
|
| 80 |
+
Hyper-realistic,cinematic photo This is a poster about the Asgard City,It
|
| 81 |
+
has a realistic picture effect,The picture is messy and extremely rich in
|
| 82 |
+
details,(The theme text of the poster is: "XUER":1.2),One line apart,(the
|
| 83 |
+
subtitle below reads: "Asgard City":1.2), golden hour,unconventional supreme
|
| 84 |
+
masterpiece,masterful details,temperate atmosphere,with a high-end
|
| 85 |
+
texture,in the style of fashion photography,magazine cover,Dynamic
|
| 86 |
+
Angle,Dynamic posture,Perspective, unconventional supreme
|
| 87 |
+
masterpiece,masterful details,see-through,light particles,realistic,Silk,
|
| 88 |
+
embroidery,Rust,
|
| 89 |
+
output:
|
| 90 |
+
url: images/XUER_01720_.png
|
| 91 |
+
- text: >-
|
| 92 |
+
xuer Asgard City,1girl,long hair,breasts,black
|
| 93 |
+
hair,gloves,sitting,ponytail,boots,outdoors,solo focus,dark
|
| 94 |
+
skin,hood,cape,blurry,bodysuit,depth of field,blurry
|
| 95 |
+
background,headphones,ground vehicle,building,cloak,motor vehicle,science
|
| 96 |
+
fiction,city,realistic,car,road,riding,motorcycle,cyborg,street,cyberpunk,on
|
| 97 |
+
motorcycle, Diesel punk, diesel punk style,Realistic.
|
| 98 |
+
Hyper-realistic,cinematic photo This is a poster about the Asgard City,It
|
| 99 |
+
has a realistic picture effect,The picture is messy and extremely rich in
|
| 100 |
+
details,(The theme text of the poster is: "XUER":1.2),One line apart,(the
|
| 101 |
+
subtitle below reads: "Asgard City":1.2), golden hour,unconventional supreme
|
| 102 |
+
masterpiece,masterful details,temperate atmosphere,with a high-end
|
| 103 |
+
texture,in the style of fashion photography,magazine cover,Dynamic
|
| 104 |
+
Angle,Dynamic posture,Perspective, unconventional supreme
|
| 105 |
+
masterpiece,masterful details,see-through,light particles,realistic,Silk,
|
| 106 |
+
embroidery,Rust,
|
| 107 |
+
output:
|
| 108 |
+
url: images/XUER_01773_.png
|
| 109 |
+
- text: >-
|
| 110 |
+
xuer Asgard City,solo,gloves,outdoors,blurry,bodysuit,depth of field,blurry
|
| 111 |
+
background,helmet,ground vehicle,motor vehicle,1other,reflection,science
|
| 112 |
+
fiction,realistic,car,vehicle focus,motorcycle,lights,motorcycle helmet,
|
| 113 |
+
Realistic. Hyper-realistic,cinematic photo This is a poster about the
|
| 114 |
+
WuXia,It has a realistic picture effect,The picture is messy and extremely
|
| 115 |
+
rich in details,(The theme text of the poster is: "XUER":1.2),One line
|
| 116 |
+
apart,(the subtitle below reads: "WuXia":1.2), golden hour,unconventional
|
| 117 |
+
supreme masterpiece,masterful details,temperate atmosphere,with a high-end
|
| 118 |
+
texture,in the style of fashion photography,magazine cover,Dynamic
|
| 119 |
+
Angle,Dynamic posture,Perspective, unconventional supreme
|
| 120 |
+
masterpiece,masterful details,see-through,light particles,realistic,Silk,
|
| 121 |
+
embroidery,
|
| 122 |
+
output:
|
| 123 |
+
url: images/XUER_01691_.png
|
| 124 |
+
- text: >-
|
| 125 |
+
xuer Asgard City,Diesel punk, diesel punk style,Realistic,Hyper-realistic,
|
| 126 |
+
exaggerated Ghost in the Shell scenes and girl In a sci-fi mechanical
|
| 127 |
+
chariot, in the style of cyberpunk imagery, in the style of hyper-realistic
|
| 128 |
+
sci-fi, 32k uhd, marc simonetti, realistic and hyper-detailed renderings,
|
| 129 |
+
snailcore, artgerm, neo-futuristic grand cybernetwork buildings, patchwork,
|
| 130 |
+
exquisite details, complex and reasonable structures, bright, daytime,
|
| 131 |
+
bustling cybercity and streets,full-line projection screens, special
|
| 132 |
+
effects, laser rain, fluorescence, Asgard City, patchwork, neon lights,
|
| 133 |
+
Regular, Special Effects, Holographic Network, Exaggerated Facade, Walker,
|
| 134 |
+
cinematic photo This is a poster about the Asgard City,It has a realistic
|
| 135 |
+
picture effect,The picture is messy and extremely rich in details,(The theme
|
| 136 |
+
text of the poster is: "XUER":1.2),One line apart,(the subtitle below reads:
|
| 137 |
+
"Asgard City":1.2), golden hour,unconventional supreme masterpiece,masterful
|
| 138 |
+
details,temperate atmosphere,with a high-end texture,in the style of fashion
|
| 139 |
+
photography,magazine cover,Dynamic Angle,Dynamic posture,Perspective,
|
| 140 |
+
unconventional supreme masterpiece,masterful details,see-through,light
|
| 141 |
+
particles,realistic,Silk, embroidery,Rust,Blue eyes,
|
| 142 |
+
output:
|
| 143 |
+
url: images/XUER_01773_.png
|
| 144 |
+
base_model: black-forest-labs/FLUX.1-schnell
|
| 145 |
+
instance_prompt: xuer Asgard City
|
| 146 |
+
license: unknown
|
| 147 |
+
---
|
| 148 |
+
# 绪儿-柴油朋克 xuer dieselpunk
|
| 149 |
+
|
| 150 |
+
<Gallery />
|
| 151 |
+
|
| 152 |
+
## Model description
|
| 153 |
+
|
| 154 |
+
FROM https://civitai.com/models/329635/xuer-dieselpunk?modelVersionId=899864
|
| 155 |
+
|
| 156 |
+
Please support the creator by donating buzz and liking at the page above!
|
| 157 |
+
|
| 158 |
+
Trigger xuer Asgard City,
|
| 159 |
+
|
| 160 |
+
It's a costume vehicle plus scene lora.
|
| 161 |
+
|
| 162 |
+
Trigger word: xuer Asgard City,
|
| 163 |
+
|
| 164 |
+
Prompt word reference example diagram
|
| 165 |
+
|
| 166 |
+
## Trigger words
|
| 167 |
+
|
| 168 |
+
You should use `xuer Asgard City` to trigger the image generation.
|
| 169 |
+
|
| 170 |
+
|
| 171 |
+
## Download model
|
| 172 |
+
|
| 173 |
+
Weights for this model are available in Safetensors format.
|
| 174 |
+
|
| 175 |
+
[Download](/Jonjew/xuerDieselpunk/tree/main) them in the Files & versions tab.
|