Commit ·
9be439d
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +113 -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,113 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: >-
|
| 9 |
+
Create photographs that blend surreal artificiality with the vibrant, raw
|
| 10 |
+
humanity of urban life, where calculated structure meets spontaneous chaos.
|
| 11 |
+
Capture controlled studio portraits juxtaposed against the layered textures
|
| 12 |
+
of bustling streets, allowing stiff poses to merge with candid gestures. Use
|
| 13 |
+
harsh, direct lighting to cast sharp contrasts on natural gestures, while
|
| 14 |
+
incorporating soft, diffused ambient city light to add a tactile, film-like
|
| 15 |
+
quality with subtle grain. Focus on close-up and full-body shots of isolated
|
| 16 |
+
figures, such as performers frozen mid-action, their forms framed against
|
| 17 |
+
dynamic backdrops of stark, minimalist walls interwoven with fractal-like
|
| 18 |
+
reflections in puddles and glass. Play with depth of field to isolate the
|
| 19 |
+
subject while allowing controlled, repeating patterns to spiral outward in
|
| 20 |
+
urban textures. Clashing color palettes collide with harmonious hues,
|
| 21 |
+
blending neon city lights with muted, studio tones. The result is a
|
| 22 |
+
fragmented narrative where chaos and order coexist, immersing the viewer in
|
| 23 |
+
a surreal yet emotionally resonant exploration of fractal design within both
|
| 24 |
+
natural and controlled environments. Niji style.
|
| 25 |
+
output:
|
| 26 |
+
url: images/Niji V2B, strength 1 dpmpp_2m sgm_uniform_00015.png
|
| 27 |
+
- text: >-
|
| 28 |
+
A highly detailed cinematic photography. An intense, close-up portrait of a
|
| 29 |
+
woman's face, rendered as if her skin is made of fractured porcelain,
|
| 30 |
+
meticulously adorned with symmetrical, surreal floral tattoos that blend
|
| 31 |
+
organic and geometric forms, creating a dreamlike and hyperrealistic
|
| 32 |
+
aesthetic. Her striking blue eyes, framed by meticulously drawn eyebrows,
|
| 33 |
+
pierce through the fractured surface and the intricate, floral tattoo
|
| 34 |
+
design, holding a captivating mix of vulnerability and resilience,
|
| 35 |
+
reflecting the strange beauty of the surreal world. Her full, slightly
|
| 36 |
+
parted lips, painted a deep, glossy red, add a touch of warmth and humanity
|
| 37 |
+
to the fragmented, floral visage. The surreal floral tattoos themselves are
|
| 38 |
+
the focal point, composed of stylized flowers, fragmented petals, and
|
| 39 |
+
geometric patterns that morph and intertwine, creating a mesmerizing and
|
| 40 |
+
otherworldly visual tapestry across her face. They are rendered in a stark
|
| 41 |
+
palette of black and gold, with the gold accents highlighting the intricate
|
| 42 |
+
details and surreal nature of the floral designs. Delicate, hyperrealistic
|
| 43 |
+
flowers, such as orchids and lilies, emerge from the cracks in her porcelain
|
| 44 |
+
skin, adding a touch of fragile beauty and organic contrast to the geometric
|
| 45 |
+
patterns. The overall effect is both hauntingly beautiful and deeply
|
| 46 |
+
unsettling, a testament to the artist's ability to evoke complex emotions
|
| 47 |
+
through the juxtaposition of fragility, intricate floral designs,
|
| 48 |
+
surrealism, hyperrealism, black and gold accents, and the human form. The
|
| 49 |
+
subtle lighting casts soft shadows and highlights that enhance the texture
|
| 50 |
+
and depth of the fractured porcelain and the surreal floral tattoos, while
|
| 51 |
+
the dark background allows the viewer's focus to remain solely on the
|
| 52 |
+
woman's captivating, surreally adorned face. Niji style.
|
| 53 |
+
output:
|
| 54 |
+
url: images/_0050.png
|
| 55 |
+
- text: >-
|
| 56 |
+
fabulous anthropomorphic beautiful creature woman, with pearl earring, magic
|
| 57 |
+
realism, in the style of galaxy, hyper-detailed, stunning composition, epic
|
| 58 |
+
lighting. Niji style.
|
| 59 |
+
output:
|
| 60 |
+
url: images/Niji V2B, strength 1 ipndm linear_quadratic_00054.png
|
| 61 |
+
- text: >-
|
| 62 |
+
Traditional Kimono with a Modern Twist. Create an anime character in a
|
| 63 |
+
traditional kimono, reimagined with modern patterns and vibrant colors,
|
| 64 |
+
reflecting a fusion of old and new styles. Niji style.
|
| 65 |
+
output:
|
| 66 |
+
url: images/Niji V2B, strength 1 ipndm linear_quadratic_00026.png
|
| 67 |
+
- text: >-
|
| 68 |
+
A Ghostly Sailor, spectral mariner with tattered uniform, glowing white
|
| 69 |
+
eyes, holding a spectral lantern, haunted ship deck, misty sea background,
|
| 70 |
+
dim lanterns, atmosphere of lost voyages and ghostly tales. Niji Stan
|
| 71 |
+
Katayama style.
|
| 72 |
+
output:
|
| 73 |
+
url: images/Niji V2B, strength 1.2 dpmpp_2m sgm_uniform_00003.png
|
| 74 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 75 |
+
instance_prompt: Niji Stan Katayama style, Realistic anime style
|
| 76 |
+
license: unknown
|
| 77 |
+
---
|
| 78 |
+
# Niji Anime
|
| 79 |
+
|
| 80 |
+
<Gallery />
|
| 81 |
+
|
| 82 |
+
## Model description
|
| 83 |
+
|
| 84 |
+
FROM https://civitai.com/models/871757/niji-anime?modelVersionId=1152439
|
| 85 |
+
|
| 86 |
+
Triggers
|
| 87 |
+
Niji Stan Katayama Trigger : Niji Stan Katayama style
|
| 88 |
+
Niji Scenic : No trigger
|
| 89 |
+
Anime Trigger : Realistic anime style
|
| 90 |
+
|
| 91 |
+
Strength 1
|
| 92 |
+
Steps 25
|
| 93 |
+
CFG 3.5
|
| 94 |
+
|
| 95 |
+
Weighting 1.0 _ steps : 25 - cfg : 3.5 - Sampler / scheduler : dpmpp_2m / sgm_uniform
|
| 96 |
+
|
| 97 |
+
Niji Stan Katayama Trigger : Niji Stan Katayama style
|
| 98 |
+
Niji Scenic : No trigger
|
| 99 |
+
Anime Trigger : Realistic anime style
|
| 100 |
+
|
| 101 |
+
|
| 102 |
+
## Trigger words
|
| 103 |
+
|
| 104 |
+
You should use `Niji Stan Katayama style` to trigger the image generation.
|
| 105 |
+
|
| 106 |
+
You should use `Realistic anime style` to trigger the image generation.
|
| 107 |
+
|
| 108 |
+
|
| 109 |
+
## Download model
|
| 110 |
+
|
| 111 |
+
Weights for this model are available in Safetensors format.
|
| 112 |
+
|
| 113 |
+
[Download](/Jonjew/NijiAnime/tree/main) them in the Files & versions tab.
|