Commit ·
078e76b
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +138 -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,138 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: "<lora:Cyberpunk_Temples_flux:1> ct_flux, photo, A stunning blend of traditional East Asian architecture and a vibrant cyberpunk cityscape. At the center stands an ornate, multi-tiered pagoda with curved rooftops, richly detailed in wood and illuminated by vivid neon lights in magenta, cyan, and electric blue. Surrounding the temple are sleek skyscrapers towering into the night sky, each adorned with glowing signage in various Asian scripts, adding layers of cultural fusion and futuristic flair. The streets below glisten with reflections from the colorful lights, suggesting recent rainfall and enhancing the atmosphereâ\x80\x99s depth and realism. Pink cherry blossom trees in bloom provide a delicate contrast to the technological environment, symbolizing beauty amidst progress. The composition balances nature and architecture, tradition and innovation, within a bustling metropolis that feels both distant and familiar. It evokes a world where ancient heritage harmoniously coexists with neon-lit advancement."
|
| 9 |
+
output:
|
| 10 |
+
url: images/citytemp.png
|
| 11 |
+
- text: >-
|
| 12 |
+
<lora:Cyberpunk_Temples_flux:1> ct_flux, photo, A mesmerizing fusion of
|
| 13 |
+
traditional Eastern architecture and futuristic cityscape. At the heart of
|
| 14 |
+
the scene stands a magnificent multi-tiered pagoda, glowing with golden
|
| 15 |
+
interior light and outlined by cyan-lit eaves. Surrounding the pagoda are
|
| 16 |
+
serene waters reflecting the vibrant scene, adorned with blooming pink lotus
|
| 17 |
+
flowers and cherry blossoms that add a delicate, organic contrast to the
|
| 18 |
+
technological backdrop. Towering skyscrapers with neon signs in pink and
|
| 19 |
+
blue pierce the misty night sky, suggesting a dense, futuristic metropolis.
|
| 20 |
+
Traditional red columns and curved rooftops frame the scene, preserving the
|
| 21 |
+
timeless elegance of classical design. The carefully manicured garden in the
|
| 22 |
+
foreground adds to the atmosphere of calm and reflection. This juxtaposition
|
| 23 |
+
of nature, heritage, and high-tech architecture creates a visually striking,
|
| 24 |
+
dreamlike harmony.
|
| 25 |
+
output:
|
| 26 |
+
url: images/citytemp2.png
|
| 27 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 28 |
+
instance_prompt: ct_flux
|
| 29 |
+
license: unknown
|
| 30 |
+
---
|
| 31 |
+
# City Worlds : Cyberpunk Temples by Z1os
|
| 32 |
+
|
| 33 |
+
<Gallery />
|
| 34 |
+
|
| 35 |
+
## Model description
|
| 36 |
+
|
| 37 |
+
FROM https://civitai.com/models/1410672/city-worlds-cyberpunk-temples?modelVersionId=1594698
|
| 38 |
+
|
| 39 |
+
Please support the creator by donating BUZZ to the creator and LIKING at the page above
|
| 40 |
+
|
| 41 |
+
Space Worlds is a group of loras about cyberpunk theme and space theme.
|
| 42 |
+
|
| 43 |
+
City Worlds is a group of loras about inner city cyberpunk theme
|
| 44 |
+
|
| 45 |
+
DESCRIPTION :
|
| 46 |
+
Well so what is this ?
|
| 47 |
+
|
| 48 |
+
It's a background lora with a few customisations. This is the FLUX version.
|
| 49 |
+
|
| 50 |
+
What will it do ?
|
| 51 |
+
|
| 52 |
+
Create cyberpunk or normal asian temples and what you want.
|
| 53 |
+
|
| 54 |
+
HOW TO USE :
|
| 55 |
+
Strength : 0.8 to 1 tested
|
| 56 |
+
|
| 57 |
+
Steps : 20 to 30 tested
|
| 58 |
+
|
| 59 |
+
Checkpoints : Any
|
| 60 |
+
|
| 61 |
+
Adetailer : good for distant faces
|
| 62 |
+
|
| 63 |
+
The main trigger word is :
|
| 64 |
+
|
| 65 |
+
ct_flux
|
| 66 |
+
|
| 67 |
+
The following are not trigger words but you can use them in your natural language description :
|
| 68 |
+
|
| 69 |
+
(those are trigger words for Illustrious and XL versions but the Flux version is trained differently with natural language captions)
|
| 70 |
+
|
| 71 |
+
cyberpunk asian temple
|
| 72 |
+
|
| 73 |
+
neons
|
| 74 |
+
|
| 75 |
+
entrance neon
|
| 76 |
+
|
| 77 |
+
multiple asian temples
|
| 78 |
+
|
| 79 |
+
cherry blossom
|
| 80 |
+
|
| 81 |
+
cyberpunk cityscape
|
| 82 |
+
|
| 83 |
+
(many) wires
|
| 84 |
+
|
| 85 |
+
closed
|
| 86 |
+
|
| 87 |
+
illuminated
|
| 88 |
+
|
| 89 |
+
parked car
|
| 90 |
+
|
| 91 |
+
person
|
| 92 |
+
|
| 93 |
+
glowing kanji
|
| 94 |
+
|
| 95 |
+
glowing kanji signs
|
| 96 |
+
|
| 97 |
+
(glowing) flowers
|
| 98 |
+
|
| 99 |
+
glowing entrance
|
| 100 |
+
|
| 101 |
+
paved ground
|
| 102 |
+
|
| 103 |
+
wet
|
| 104 |
+
|
| 105 |
+
pond
|
| 106 |
+
|
| 107 |
+
bridge
|
| 108 |
+
|
| 109 |
+
on a rock
|
| 110 |
+
|
| 111 |
+
stairs
|
| 112 |
+
|
| 113 |
+
vegetation
|
| 114 |
+
|
| 115 |
+
lanterns
|
| 116 |
+
|
| 117 |
+
night
|
| 118 |
+
|
| 119 |
+
evening
|
| 120 |
+
|
| 121 |
+
moon
|
| 122 |
+
|
| 123 |
+
hologram(s)
|
| 124 |
+
|
| 125 |
+
As always... see pictures for prompts and checkpoints used ;)
|
| 126 |
+
|
| 127 |
+
Have fun ! :)
|
| 128 |
+
|
| 129 |
+
## Trigger words
|
| 130 |
+
|
| 131 |
+
You should use `ct_flux` to trigger the image generation.
|
| 132 |
+
|
| 133 |
+
|
| 134 |
+
## Download model
|
| 135 |
+
|
| 136 |
+
Weights for this model are available in Safetensors format.
|
| 137 |
+
|
| 138 |
+
[Download](/Jonjew/CityWorldsCyberpunkTemples/tree/main) them in the Files & versions tab.
|