AI絵師の道

 

アップスケール

 i2iのultimate sd upscaleがよいかな

2x3で分割して作成するのでsd upscaleの3x3より速いです。

絵の感じはultimateはカッチリ。標準sdはふんわりでした。

 https://github.com/Coyote-A/ultimate-upscale-for-automatic1111

 

macbook pro 2016で2倍だと20分ぐらいでした。 標準sdだと50分ぐらい

 

改良サンプラー

 

Euler karras

6stepから良い感じのが出る

柔らかい絵

discard_next_to_last_sigmaをTrueにすると 1step 早くなるっぽい

 

sample_dpmpp_2m_test_V2n

hallatoreさんが提案したtestのコントラスを改善したバージョン

https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/8457

https://scrapbox.io/work4ai/hallatore%E6%B0%8F%E6%94%B9%E8%89%AF%E7%89%88DPM++_2M_Karras

少し雰囲気が変わる

コントラスト低め


sample_dpmpp_2m_test_hFix

hを平均化しないでコントラストを調整したバージョン 

修正前と似た雰囲気

コントラスト高め


sample_dpmpp_2m_test_mix

初段に Euler karras

メインに DPM++ 2M karras

karrasの影響で構図が少し変わる

頭が大きくなったりする


sample_dpmpp_2m_sde_test_mix2

初段に Euler karras
メインに DPM++ 2M karras
最後に DPM++ 2M SDE karras

karrasの影響で構図が少し変わる

部分的におかしい感じもする。

eulerの悪い所を引きずってるかも。20stepぐらいで消える

DPM++ 2M SDE karrasを少し使うとシャキッとする

 

サンプラーの特徴

リアルモデルでの印象

Euler

ふんわりした感じ

初期stepが良い感じ

15stepだと顔が未完成

手が苦手


DPM++ 2M Karras

ふんわりしすぎず、固すぎない感じ 

構図はEulerと似てる

15stepぐらいで、たまに良いのが出る

体のバランスがたまにおかしい


DPM++ 2M SDE Karras

ビニールっぽい服が出やすい

シャープな感じ

20step必要

 

変更を保持してgit pul

git stash save
git pull
git stash apply stash@{0}
git checkout --theirs .
git add .
git reset HEAD

https://dev.classmethod.jp/articles/git-pull-local-change-keep/

 

 

 Intel macにインストール

Homebrewをインストール 

ターミナルで

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
色々インストール
brew install cmake 
brew install protobuf python@3.10 git wget
rustをインストール brewだと2時間以上かかって10GBぐらい減る。戻るけど。
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
1を選択
web uiをダウンロード
https://github.com/AUTOMATIC1111/stable-diffusion-webui

webui-macos-env.shを編集
install_dir"$HOME/Desktop/AI/"  #この場所にwebuiがgitされてインストールされる。ちょっとややこしい
COMANDLINE_ARGS="--listen --upcast-sampling --no-half-vae --use-cpu interrogate --skip-torch-cuda-test --no-half" #CPU用

TORCH_COMMAND="pip install torch torchvision" #CPU用

起動
./webui.sh
 

numbaがない

mac 10.13だとllvmがインストールできない。llvmは必要ないらしい

0.55.2でインストール できた

pip install numba==0.55.2

もう一回

./webui.sh
無理

mojaveにアップデート
nambaはインストールできたけど、起動しない 
symbol not found:___darwin_check_fd_set_overflow
libX11.6.dylib(wich was built for Mac OS X 11.0)
Xcodeアップデート
opencv-ptyhtonを消す
4.6.8.66wをインストール
無理

catalinaにアップデート
wifi繋がらない
not found _VTRegisterSupplementalVideoDecoderIfAvailable
libavcode.59.37.100.dylib 
opencvをバージョン指定でインストール 
 python -m pip install opencv-python==4.6.0.66
 
起動したけど生成するとエラー
 RuntimeError: "LayerNormKernelImpl" not implemented for 'Half'
コマンドラインを変更
COMMANDLINE_ARGS=--use-cpu all --no-half --no-half-vae --skip-torch-cuda-test 
生成できた
 
wi-fi繋がらないからBig Surにアップデート
何もしないでwebui起動した
wi-fiは繋がらない
2.4Gが使えないみたいで5Gならつながった。    

外部から接続するにはコマンドラインに--listenが必要
COMMANDLINE_ARGS="--listen --opt-sdp-no-mem-attention --use-cpu all --no-half --no-half-vae --skip-torch-cuda-test"
こっちの方が速かった。 
--upcast-sampling --no-half-vae --use-cpu interrogate --skip-torch-cuda-test --no-half

--no-halfと同じ効果らしい
--upcast-sampling 
 
遅くなる 
--opt-sub-quad-attention
--opt-sdp-no-mem-attention
  
 
montereyにアップデートしたら2.4Ghzにつながった。
標準のVNCは遅いからOSXvnc にした
OSXvnc https://github.com/stweil/OSXvnc/releases

Easy DiffusionはA1111とプロンプトの互換性が無いみたいだった。重み付に対応してないのかな?
処理速度はそこまで変わらなかった。

Hires は。Lanczos 2倍で、1Step 10倍時間が必要 10stepで1時間かかった。
extraだと一瞬で終わった。
SettingのPostprocessingでupscaleが設定できる 
 

ローカルで作ってColabで同じシードにしても同じ構図にならなかった。
settingのstable diffusionにRandom mumber generator souce って設定があった。
GPUベンダーごとに初期画像の作り方が違うのかも 
userintrfaceのQuicksetting listに randn_source を追加すると便利。
GPUでつくったのはCPUでは再現できないと思うけど
colabだと設定が無かった。バージョンアップしたらローカルと同じの生成できた。

あと、colabの方が綺麗。ローカルのCPUだとドットが荒い感じ
extraでアップスケールすれば気にならない。2倍までなら
SettingのPostprocessing の Enable postprocessing を有効にすると最後にアップスケールしてくれる。
Hiresのほうが繊細な感じ

--enable-insecure-extension-access 
--disable-safe-unpickle 
--opt-sdp-no-mem-attention 
--share 
--no-half-vae 
--lowram 
--no-hashing 
--disable-console-progressbars 
--opt-sub-quad-attention 
--opt-channelslast 
--no-download-sd-model 
--gradio-queue
 
チェックポイントの重みをVRAMにロードする。メインメモリが少ない時用かな 
--lowram 
  
エクステンションのインストール
--enable-insecure-extension-access
 
ハッシュチェックしないからチェックポイントのロードが速くなるらかも 
--no-hashing 
 
これはエラー 
--opt-channelslast
パラメーターの違いは--no-halfぐらいかな
colabでno-half付けるとHires2倍でメモリー不足になる。
 
少し遅くなる
--opt-split-attention-v1

windowsにインストール

minicondaインストール

 

anaconda pronptoを開く

コマンド実行

conda create -n webui
フォルダーが出来る 

miniconda3\envs\webui

コマンド実行

conda activate webui

フォルダー移動する

cd 保存場所

コマンド実行

git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
 
システム詳細設定を開いて環境変数を追加
miniconda3
miniconda3\Script
miniconda3\Library\bin
 
環境の確認
conda env list
 
起動
webui-user.batのpythonのパスを指定する

set PYTHON=E:\AI\miniconda3\python.exe

cpu用に設定 

set COMMANDLINE_ARGS=--use-cpu all --no-half --no-half-vae --skip-torch-cuda-test

launch.py

#torch_command = os.environ.get('TORCH_COMMAND', "pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117")

torch_command = os.environ.get('TORCH_COMMAND', "pip install torch torchvision ")

cpuだと1.13

torch_command = os.environ.get('TORCH_COMMAND', "pip install torch==1.13.1+cpu torchvision==0.14.1+cpu --extra-index-url https://download.pytorch.org/whl/cpu")

webui-user.batを実行する


E:\AI\stable-diffusion-webui\venvにptyhonがインストールされる

fastapiが無かったのでインストール

E:\AI\stable-diffusion-webui\venv\Scripts\python.exe -m pip install --upgrade pip

"E:\AI\stable-diffusion-webui\venv\Scripts\python.exe" -m pip install fastapi

venvの容量1.53GB ディスク上サイズ5.79GB。

 

遅いけど使えた 

 

torch1.4

モデルロード 48秒


Euler a 512 768  step 20 で 24分

Euler a 512 768  step 10 で 8分 たまに色が変 モデルによる?

Euler a 512 768  step 12 で 9分 まだ色が変

Euler a 512 768  step 15 で 11分

DPM++ SDE karras 512 768 step 9 で 14分

DPM++ SDE karras 512 768 step 5 で 7分 色が変

DPM++ SDE karras 512 768 step 6 で 12分 上と同じseedでポーズは似てるけど顔は変わる。色は良くなった

 

DPM++ SDE karras 256 256 step 9 で 3分 切り抜き写真見たい

DPM++ SDE karras 256 256 step 7 で 1分

320 512 5分

 

python: 3.10.10  •  torch: 2.0.0+cpu  •  xformers: 0.0.16rc425  •  gradio: 3.23.0 


--opt-sdp-no-mem-attention

 python: 3.10.10  •  torch: 2.0.0+cpu  •  xformers: N/A  •  gradio: 3.23.0 

 Euler a 512 768  step 15 で 13分

 

--opt-sdp-attention

 13分

sid 10 16分


python: 3.10.10  •  torch: 1.13.1+cpu  •  xformers: 0.0.16rc425

 

txt2imgパケット

{"fn_index":82,"data":["task(rhdnadeqmewt1mx)","ab","",[],1,"DPM++ SDE Karras",false,false,1,1,7,-1,-1,0,0,0,false,512,512,false,0.7,2,"Latent",0,0,0,[],"None",false,false,"positive","comma",0,false,false,"","Seed","","Nothing","","Nothing","",true,false,false,false,0,[],"","",""],"event_data":null,"session_hash":"th2h2zssxp"}



モデル

NAIマージモデルを使用している可能性があるモデルは商用利用は自己責任らしい
 

リアル系

chilledre-genericv3

https://civitai.com/models/18571/chilledre-genericv3

画像は販売可。モデルの販売は不可。

 

chilloutmix-Ni-ema-fp16.safetensors

https://huggingface.co/swl-models/chilloutmix-ni

商用不可。使用した表記が必要

 

商用OK CreativeML Open RAIL-M ライセンス

museV1_v1.safetensors

https://civitai.com/models/13564/musev1

Lora

使う時は「Settings-Stable Diffusion-Clip skip」を2にする
MUSE_girlfriend_v1: https://civitai.com/models/13573/musestyle1v1

MUSE_naturalface_v1: https://civitai.com/models/13578/musestyle2v1

MUSE_fullbody_v1: https://civitai.com/models/13594/musestyle3v1


Basil_mix_fixed.safetensors

商用不可に変更

https://huggingface.co/nuigurumi/basil_mix

vae-ft-mse-840000-ema-pruned.ckpt

https://huggingface.co/stabilityai/sd-vae-ft-mse-original/tree/main

VAEを設定しないと白っぽい画像になるので 、「Settings-Stable Diffusion-SD VAE」で指定する。

Chiloutmixの元なのかな? 


レシピ

https://twitter.com/nuigurumi1_KR/status/1648663081856421892

1から構築すればそれは別物になると思います
リスクは使う人が背負ってください

Cafe-instagram-unofficial + (f222  - SD1.5) * 1.0 = A

instagram-latest-plus + (3DKX_1.0b - SD1.5) * 1.0 = B

Elysim Anime V2 + (Naifull -NAIcurated) * 0.5 = C

A + B base 1 = D

0,0,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.8,0.7,0.6,0.5,0,0,0,0.2,0.2,0.2

C + D base 0 = E

0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1

E + PFG base 0

0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0.5,0.5,0.5,0,0,0

午後9:21 · 2023年4月19日

 

lofi_V1Fp16

 白人よりかな



colorful_v13

リアルファンタジーぽい感じ

 

RealDosMix

https://civitai.com/models/6925/realdosmix

vae-ft-mse-840000-ema-pruned or kl f8 amime2

Sampler must be DPM++SDE karras.

ポートレイト向き


Lora

商用不可

japaneseDollLikeness_v10.safetensors
koreanDollLikeness_v15.safetensors

https://huggingface.co/klx1204/DollLikeness

 

特定のポーズ?

https://huggingface.co/tofu114/Lora/

Breasts_on_Glass.safetensors

Covering_eyes.safetensors

Grabbing_own_Ass.safetensors

POV_Doggystyle.safetensors

POV_Squatting_Cowgirl.safetensors
ridingDildoSexActLora_v10.safetensors

 

スク水

商用不可

https://civitai.com/models/13059/school-swimsuit-type-kk-70

https://huggingface.co/morisato/kyu_sukumizu_LoRA


ブルマ

https://huggingface.co/kanaejun/true_buruma


<lora:[installed model name]:0.3>, buruma, gym_uniform
Negative Prompt: monochrome
red_buruma, gym_uniform
buruma, gym_uniform, clothes_lift, nipples   


アニメ系

 

AbyssOrangeMix3/AOM3.safetensors

https://huggingface.co/WarriorMama777/OrangeMixs

huggingfaceのライセンスの表示は適当なのかも。AOM3はchiilloutmixをマージしてるから商用利用不可らしい。 

AOM2はOKらしい。

AOM3A1 フラットペイントによるアニメライクなイラストです。

AOM3A2 油絵のようなスタイルのアーティスティックなイラストとスタイリッシュな背景描写。

AOM3A3 アーティスティックとカワイイの中間点。

AOM3A1B AOM3A1 と A3 の間のイラスト スタイルです。

あっさり A1 > 無印 > A1B > A3 > A2  濃いめ 

A1Bが思ったよりあっさりだったのでA3にしようか。

2は下半身がぽっちゃりしてた

 

AOM3は2_sfwがベース


AbyssOrangeMix2 sfw

anything 3 + basil_mix

 

2_Nsfwのレシピ

AbyssOrangeMix_base

インスタ_F222 差を追加 @ 1.0
instagram-latest-plus-clip-v6e1_50000
f222
sd1.5_pruned

AbyssOrangeMix_base
anything V3.0
インスタ_F222     
1,0.9,0.7,0.5,0.3,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0.3,0.5,0.7,0.9,1     0

AbyssOrangeMix2_nsfw
差を追加 @ 0.3
AbyssOrangeMix_base
animefull-final-pruned
animesfw-final-pruned

このレシピはAbyssOrangeMix_Nightと同じなのでAbyssOrangeMix_baseじゃなくてbasil_mixの間違いかも

AnythingV3.0にbasil_mixっぽいのを足せば似たようなのは作れそう。

そのままnovelを足すとBloodNightOrangeMixと同じ


Anything-V3.0-pruned.ckpt
「543bcbc21294831c6245cd74c8a7707761e28812c690f946cb81fef930d54b5e」

animefull-final-pruned.ckpt

「89d59c3dde4c56c6d5c41da34cc55ce479d93b4007046980934b14db71bdb2a8」
animesfw-final-pruned.ckpt

「22fa233c2dfd7748d534be603345cb9abf994a23244dfdfc1013f4f90322feca」



否定プロンプトサンプル

nsfw, (worst quality, low quality:1.4), (lip, nose, tooth, rouge, lipstick, eyeshadow:1.4), (blush:1.2), (jpeg artifacts:1.4), (depth of field, bokeh, blurry, film grain, chromatic aberration, lens flare:1.0), (1boy, abs, muscular, rib:1.0), greyscale, monochrome, dusty sunbeams, trembling, motion lines, motion blur, emphasis lines, text, title, logo, signature, 

 

 waifu-diffusion
https://huggingface.co/waifu-diffusion/wd-1-5-beta2



ライセンスは一番安心できそう。 

アニメにもリアルにもできるので呪文が複雑

ちょっとした事で全然違う絵になる。

似たような絵が出てきやすい


https://huggingface.co/waifu-diffusion/wd-1-5-beta2/resolve/main/checkpoints/wd-1-5-beta2-aesthetic-fp16.safetensors

https://huggingface.co/waifu-diffusion/wd-1-5-beta2/resolve/main/checkpoints/wd-1-5-beta2-aesthetic-fp16.yaml

vae
https://huggingface.co/hakurei/waifu-diffusion-v1-4/resolve/main/vae/kl-f8-anime2.ckpt

 

 

Aikimi_diffusion_base_wd-1-5_beta2

wd-1-5_beta2をベースにtitterの画像で追加学習したモデル

商用OK

https://docs.google.com/document/d/1hjtuTGaGsi6RNRAhJhceh2qwA7LlH6a44Kma8BIcjX4/edit#heading=h.ca52jy2amuzt

https://huggingface.co/Aikimi/Aikimi_diffusion_base_wd-1-5_beta2

https://huggingface.co/Aikimi/Aikimi_diffusion_base_wd-1-5_beta2/resolve/main/Aikimi_dC3.safetensors

 

Grapefruit (hentai model)

 https://civitai.com/models/2583/grapefruit-hentai-model

マージモデル

AnythingV3, ElysiumV2, AbyssOrangeMix, a bit of AbyssOrangeMix2, basilMix, my own lemon and gape out of anyGape. Lemon is a mix of anyGape and basilMix.

 https://civitai.com/api/download/models/16619

AnythingV3は作者不明なの?

 

 Counterfeit

 

 Anything

3と4は作者が散らうらしい

4はサービスでの商用不可それとも画像の販売不可? 

ライセンスはCreativeML OpenRAIL-M

https://huggingface.co/andite/anything-v4.0

 https://huggingface.co/andite/anything-v4.0/resolve/main/anything-v4.5-pruned-fp16.ckpt

 

まとめサイト

https://wikiwiki.jp/sd_toshiaki/%E3%83%A2%E3%83%87%E3%83%AB%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6

 

https://taron88wordpress.net/2023/01/08/stable-diffusionmodel/

 

Colab

無料版は混んでる時は使えないみたい。
 

https://github.com/camenduru/stable-diffusion-webui-colab

https://github.com/nolanaatama/sd-1click-colab


 

かわいい2次女の子

https://colab.research.google.com/github/camenduru/stable-diffusion-webui-colab/blob/main/eimis_anime_diffusion_1_webui_colab.ipynb

 

プロンプトの参考になる

https://civitai.com/

 

Pixiv

https://www.pixiv.net/tags/Ai/illustrations

 

【日本語訳】元素法典 第1巻 #NovelAI #元素法典 

 https://note.com/sa1p/n/ne71c846326ac

 

https://magics.work/

https://programming-school-advance.com/ai-image-generation

 

Waifu Diffusion で効率的に画像を生成する

https://dskjal.com/deeplearning/waifu-diffusion-workflow.html

 

ぶるぺん流AIイラスト生成術

 https://blue-pen5805.fanbox.cc/posts/5232668

 

controlnetのアニメポーズ集

https://civitai.com/models/21964/362-anime-poses-by-controlnetposescom

 

ツール

Deepdanbooru  画像からプロンプトを作ってくれる

 

ワークフロー

サイズは 768x512 

サンプラーは DPM++ SDE Karras、ステップは 8-20、スケールは7-9

プロンプトを作成して、細かい乱れは気にしないで良い構図が出るまでガチャする、

良い構図が出たらステップ数を下げてる場合は20-40にしてimg2imgで綺麗にする

気に入らない部分を「inpaint 」で修正する 

img2imgでサイズを大きくする

inpaintで細かい所を修正する

お好みでSDアップスケールする

 

サンプラー

おすすめ

DPM++ SDE Karras

DPM++ 2M Karras

10Stepsで構図決まる

40stepsが収束steps

 

プロンプト

 基本

// テンプレ呪文
((((masterpiece)))), high quality, very_high_resolution, large_filesize, full color

// ポーズ・アングル
full body shot, look back,close up,

// 人物
1girl,solo,
white skin, flat chest
long hair, dark hair, twintails, fluttering hair,high ponytail,

idol,girl,womman,sexy,robot girl,

,cat_ears,beautiful detailed eyes


// 表情
cheerful smile

// 服
elegant dress, over shoulder, frill, blue Skirts, high detailed cloth ornament
latex bodysuit , swimsuit,mecha clothes,sliver bodysuit,

competition school swimsuit, gradient legwear, prisoner,serafuku,Gothic_Lolita,

stocking,Garter,Lace


// 背景
in top floor of skyscraper,
outdoor, sunset, red sky, lots of clouds, high detailed clouds
Night view, the light of the building seen in the distance


//カメラ

Depth of field, 


// ライティング
shadowlighting, bloom, open arms,

beautiful detailed glow,
light particles,
HDR,
Rembrandt lighting,
colorful refraction,
lens flare,
bloom,
film Reflection,
colorful refraction,
chromatic aberration,
light diffusion,
 
// ネガティブプロンプト
lowres,
 bad anatomy, bad hands, text, error, missing fingers, extra digit, 
fewer digits, cropped, worst quality, low quality, normal quality, jpeg 
artifacts,signature, watermark, username, blurry, artist name
,multiple legs, malformation, 
 
//Simple
(low quality, worst quality:1.4), (bad_prompt_v2:0.8),
 
// 追加の除外情報
breasts, blush, ((loli)),

close up,big breasts, glasses, sun,

 

//光のエフェクト

太陽光 sunbeam 

レンズフレア lens flare

グリッチ glitch, luminous,illusion effect, 

カラフルな光 crystal light

反射光 sharp reflection light 

 fuzzy reflection light

星のグリッター star glitter

粉のような細かい光 powder light 

煙のような光 steam light

シネマライト

cinematic light

cinematic light, backlighting

cinematic light, backlighting, frontlighting

緑の光、朝の光 green light 

幻想的な光、ピンクの光 pink light

ハッキリした光、強い光 white light

星型のレンズフレア  star lens flare

ライトブラシ light brush

逆光 backlighting,dramatic shadows 

光の輪、光の円 shining circle

光る蝶 white butterfly,shining butterfly

光り輝く lens flare, shining, aureole, 

カラフルな光 {shiny}, {clothes reflecting light}, {lens flare}, {bloom effect}


//影

オーロラのような影 Aurora shadow 

ドラマチックな影 dramatic shadows

霧 fog

//コントラスト

high contrast 

調整 scale 10

霧でぼかす fantasy fog, 


//ワンピース・ドレス

チェックのドレス
casual,center frills,angel wings,lolita fashion,neck ribbon,pink neck ribbon,green collar,white clothes,green headdress,shoulder cutout,button,striped vest,tartan check skirt,rose, 

 

背中が大きく空いたドレス
{{{white silk dress}}}, sexy dress,midriff,bare back 

 

 パーカーワンピース
parka,parka dress,wide sleeves,loose parka 


胸開きのドレス、海外セレブドレス
dress, cleavage, underboob, 


ピタッとしないドレス、ワンピース
loose dress 


セーラーシャツワンピース
sailors shirts dress 

 

オフショルダーのセーラードレス
white dress, off shoulder, soul gem,ribbon,race,sailors, thigh boots, white panties 

 

 肩出し段スカートのドレス
dress,tiered layers skirt, off shoulder, 


天使のドレス
white dress,angel wings,white valley shoes, white muffler, sleeveless, ribbon bracelet,ribbon belt,white flower crown, tiered layers skirt,flying 


カスタードプリンのドレス
custard pudding dress,cream dress, caramel dress,tiered layers skirt, dress shoes, 


//ゴスロリ

メイド服
maid,bow,long sleeves, black sleeves, dark brown long tights, frill apron, long apron, 


ゴスロリ制服
black hat,gothic,long sleeves, collared shirt, frill,buttons,aqua flower,jewel,skirt,aqua ribbon, thighhighs,school uniform 


ハーネスベルト {{{{{chest harness chain}}}}} , suspenders chain, 


ホルターネック halterneck 


ゆめかわ+病み
pastel color, white lolita fashion,pink light,aqua light,white light,too many hair ornaments,bandaids,glitter,


中華ロリータ chinese clothes, lolita fashion,frill skirt, 


修道服、シスター nun


 //前髪

ぱっつん straight cut bangs 

目の間に髪がある hair between eyes 

真ん中分け center parted bangs

編み込み前髪 braided bangs

前髪で片目を隠す hair over one eye, 

立ち上げた前髪 spiked hair, parted bangs 


//後ろ髪

低めのツインテール, low twintails

 短いポニーテール ,very short hair,short ponytail 

うなじ ,nape 

サイドの髪で三つ編み, side braid 

アホ毛, ahoge 

ワンサイドアップ、ツーサイドアップ
one side up 成功率が低いのでNGにtwo side upを入れるといい
two side up 

様々なツインテール, twintails,
twintails,wavy hair,
ツインドリル, twintails,twin drills
三つ編みツインテール, twintails,twin braids
お団子ツインテール, twintails,double bun

ワックスでツンツンにした髪, short hair, spiked hair 

もっと立ち上げた髪, short hair, spiked hair, floating hair 

ボサボサの髪, messy hair,unkempt hair 

ボブ ,bob hair


//髪型

ストレートの黒髪ロング black hair,long hair,straight hair, 


embeddings


ulzzang-6500

https://huggingface.co/yesyeahvh/ulzzang-6500

https://huggingface.co/yesyeahvh/ulzzang-6500/resolve/main/ulzzang-6500.pt


EasyNegative

https://huggingface.co/datasets/gsdf/EasyNegative

https://huggingface.co/datasets/gsdf/EasyNegative/resolve/main/EasyNegative.safetensors



ぴったりした服のピンクの髪の女の子

masterpiece,1girl,solo, <lora:InoriV1:1>,pink_hair,latex bodysuit:1.3,

Negative

EasyNegative,sketch, duplicate, ugly, huge eyes, text, logo, monochrome, worst face, (bad and mutated hands:1.3), (worst quality:2.0), (low quality:2.0), (blurry:2.0), horror, geometry, bad_prompt, (bad hands), (missing fingers), multiple limbs, bad anatomy, (interlocked fingers:1.2), Ugly Fingers, (extra digit and hands and fingers and legs and arms:1.4), crown braid, ((2girl)), (deformed fingers:1.2), (long fingers:1.2), (bad-artist-anime), bad-artist, bad hand,, ,bad_prompt_version2 


ビニールっぽい服のピンクの髪の女の子

masterpiece,1girl,solo, <lora:InoriV1:1>,pink_hair,latex bodysuit:1.3,

薄着の女の子

masterpiece,1girl,solo, <lora:InoriV1:1>,pink_hair,

赤面してる女の子

masterpiece,solo,1girl, <lora:DeliveryV1-000006:1.1>,in_box,blush,

Negative

EasyNegative,bad-artist, bad hand,, ,bad_prompt_version2,sketch, duplicate, ugly, huge eyes, text, logo, monochrome, worst face, (bad and mutated hands:1.3), (worst quality:2.0), (low quality:2.0), (blurry:2.0), horror, geometry, bad_prompt, (bad hands), (missing fingers), multiple limbs, bad anatomy, (interlocked fingers:1.2), Ugly Fingers, (extra digit and hands and fingers and legs and arms:1.4), crown braid, ((2girl)), (deformed fingers:1.2), (long fingers:1.2), (bad-artist-anime),

 

髪の毛緑の天使っぽい女の子

masterpiece, best quality, ultra-detail, illustration, 1 girl, green hair, golden eyes, long hair, halo, angel wings, haughty expression, looking into the distance

Negative

lowres, ((bad anatomy)), ((bad hands)), text, missing finger, extra digits, fewer digits, blurry, ((mutated hands and fingers)), (poorly drawn face), ((mutation)), ((deformed face)), (ugly), ((bad proportions)), ((extra limbs)), extra face, (double head), (extra head), ((extra feet)), monster, logo, cropped, worst quality, low quality, normal quality, jpeg, humpbacked, long body, long neck, ((jpeg artifacts)), (worst quality, low quality:1.4), EasyNegative , bad_prompt_version2 , nsfw,


かわいい女の子

1girl as amongus, amongus, tokyo city, twintail, cute <lora:amongus:0.8>

 

Negative

nsfw,
 (worst quality, low quality:1.4), (lip, nose, tooth, rouge, lipstick, 
eyeshadow:1.4), ( jpeg artifacts:1.4), (depth of field, bokeh, blurry, 
film grain, chromatic aberration, lens flare:1.0), (1boy, abs, muscular,
 rib:1.0), greyscale, monochrome, dusty sunbeams, trembling, motion 
lines, motion blur, emphasis lines, text, title, logo, signature,


公園に居るリアルなエルフ

(backlighting),
 realistic, masterpiece, highest quality, lens flare, shade, bloom, 
[[chromatic aberration]], by Jeremy Lipking, by Antonio J. Manzanedo, 
digital painting,

absurdres, 1girl, blue hair, blue eyes, elf ears, wizard hat, white 
dress, 

in a  park,

<lora:WaterEnchant:1>
 
 Negative
 (worst
 quality:1.2), (low quality:1.2), (lowres:1.1), (monochrome:1.1), 
(greyscale), multiple views, comic, sketch, animal ears, pointy ears, 
(blurry:1.1), transparent, see-through,
 

リアルなアイドルっぽい女の子の全身

8k,
 RAW photo, best quality, (masterpiece:1.2), realistic, reality, 
(photo-realistic:1.37),1girl, ulzzang-6500, kpop idol,  
<lora:hakuiKoyori_v1> ,cute, natural lighting, one directional 
light, professional lighting, photon mapping, 
<lora:koreanDollLikeness_v15:0.1>,raised arm,  natural background,
 green field, mountain, glowing futuristic bracelet on right hand, 
incredibly detailed body,  outdoors, looking at viewer, colorful, solo, 
{{{cowboy shot}}}, long sleeves, ((proportional body)),  long hair, 
floating hair, bangs, colored inner hair, official art, {yellow 
background}, high contrast,  flowers blossoms, koyori ,full body shot, 
beautiful face, looking at viewer, pink hair, halo,
 
Negative
sketches,
 (worst quality:2), (nsfw), nude, naked ,(low quality:2), (normal 
quality:2), lowres, normal quality, ((monochrome)), ((grayscale)), skin 
spots, acnes, skin blemishes, bad anatomy,(long 
hair:1.4),DeepNegative,(fat:1.2),facing away, looking away,tilted head, 
lowres,bad anatomy,bad hands, text, error, missing fingers,extra digit, 
fewer digits, cropped, worstquality, low quality, normal 
quality,jpegartifacts,signature, watermark, username,blurry,bad 
feet,cropped,poorly drawn hands,poorly drawn 
face,mutation,deformed,worst quality,low quality,normal quality,jpeg 
artifacts,signature,watermark,extra fingers,fewer digits,extra 
limbs,extra arms,extra legs,malformed limbs,fused fingers,too many 
fingers,long neck,cross-eyed,mutated hands,polar lowres,bad body,bad 
proportions,gross proportions,text,error,missing fingers,missing 
arms,missing legs,extra digit, extra arms, extra leg, extra foot
 

 写真みたいな女の子

ningning,best
 quality ,masterpiece, illustration, an extremely delicate and 
beautiful, extremely detailed ,CG ,unity ,8k wallpaper, Amazing, finely 
detail, masterpiece,best quality,official art,extremely detailed CG 
unity 8k wallpaper,absurdres, incredibly absurdres, huge filesize , 
ultra-detailed, highres, extremely detailed,beautiful detailed girl, 
extremely detailed eyes and face, beautiful detailed eyes,light on 
face,(Hanfu:1.1),1girl, <lora:ningning_v1:0.8>
 
Negative
sketches,
 (worst quality:2), (low quality:2), (normal quality:2), lowres, normal 
quality, ((monochrome)), ((grayscale)), skin spots, acnes, skin 
blemishes, bad anatomy,(long hair:1.4),DeepNegative,(fat:1.2),facing 
away, looking away,tilted head, {Multiple people}, lowres,bad 
anatomy,bad hands, text, error, missing fingers,extra digit, fewer 
digits, cropped, worstquality, low quality, normal 
quality,jpegartifacts,signature, watermark, username,blurry,bad 
feet,cropped,poorly drawn hands,poorly drawn 
face,mutation,deformed,worst quality,low quality,normal quality,jpeg 
artifacts,signature,watermark,extra fingers,fewer digits,extra 
limbs,extra arms,extra legs,malformed limbs,fused fingers,too many 
fingers,long neck,cross-eyed,mutated hands,polar lowres,bad body,bad 
proportions,gross proportions,text,error,missing fingers,missing 
arms,missing legs,extra digit, extra arms, extra leg, extra foot,
 

女の子の顔

masterpiece,
 best quality, ultra-detailed, illustration, (close-up:0.5), straight 
on, face focus, 1girl, white hair, long hair, gold eyes, serene 
expression, looking at viewer, large breast, 
<lora:beautifulDetailedEyes_v10:0.2>

合成写真 

SD2.1
portrait of a sad hero girl from Georgia, by (((John Batchelor:1.0|Robert McCall:1.0))|(dblx:1.0))

綺麗な女性

ningning,best
quality,1girl ,masterpiece,sexy,idol,beautiful detailed girl,light on
face
,pink_hair,black maid, ,cleavage
,illustration

nagative
nude,sketches,
(worst quality:2), (low quality:2), (normal quality:2), lowres, normal
quality, ((monochrome)), ((grayscale)), skin spots, acnes, skin
blemishes, bad anatomy,(long hair:1.4),DeepNegative,(fat:1.2),facing
away, looking away,tilted head, {Multiple people}, lowres,bad
anatomy,bad hands, text, error, missing fingers,extra digit, fewer
digits, cropped, worstquality, low quality, normal
quality,jpegartifacts,signature, watermark, username,blurry,bad
feet,cropped,poorly drawn hands,poorly drawn
face,mutation,deformed,worst quality,low quality,normal quality,jpeg
artifacts,signature,watermark,extra fingers,fewer digits,extra
limbs,extra arms,extra legs,malformed limbs,fused fingers,too many
fingers,long neck,cross-eyed,mutated hands,polar lowres,bad body,bad
proportions,gross proportions,text,error,missing fingers,missing
arms,missing legs,extra digit, extra arms, extra leg, extra foot,Muscular

髪が綺麗な女性

{{{extremely detailed}}}{{masterpiece}}, {{{best quality}}}, {{ultra-detailed}}, {{illustration}}, {{disheveled hair}}
,{{{colourful}}},solo,1girl,breeze,cinematic lighting,vest,{{fasle impasto paintings}}, gradient eyes,beautifully detailed sky,watercolour,Ambient light

 

雲と水面の風景

{best illumination, best shadow, an extremely delicate and beautiful}, {{only water}}, Clear and turquoise sky, Water as smooth as a mirror, petal, There are clouds where water and sky connect, {Colorful clouds}, depth of field, beautiful detailed sky, Cyan sky, beautiful detailed cloud, beautiful detailed water, reflection pool, {{{extremely detailed CG unity 8k wallpaper, masterpiece, best quality, ultra-detailed}}}, dynamic angle, floating, finely detail, {bloom}, {shine}, glinting stars, feather,nature,{sunlight}, fairyland


Negative

[[[ugly]]],[[[duplicate]]],[[morbid]],[[mutilated]],[[[tranny]]],mutated hands,[[[poorly drawn hands]]],blurry,[[bad anatomy]],[[[bad proportions]]],extra limbs,cloned face,[[[disfigured]]],[[[more than 2 nipples]]],[[[[missing arms]]]],[[[extra legs]]],mutated hands,[[[[[fused fingers]]]]],[[[[[too many fingers]]]]],[[[unclear eyes]]],lowers,bad anatomy,bad hands,text,error,missing fingers,extra digit,fewer digits,cropped,worst quality,low quality,normal quality,jpeg artifacts,signature,watermark,username,blurry,bad feet,[[[[[monotone]]]]], [[[Palaces, ruins, thrones]]]


天使

{{{masterpiece}}}, {{{best quality}}}, {{ultra-detailed}}, {illustration}, {detailed light},{{an extremely delicate and beautiful}},{beautiful detailed eyes}, {sunlight},{angel},solo,young girls,dynamic angle,floating, bare_shoulders,looking_at_viewer ,wings ,arms_up,halo,Floating white silk,{Holy Light},just like silver stars imploding we absorb the light of day


Negative

owres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry,missing fingers,bad hands,missing arms,large breasts


羽無し天使

{{{masterpiece}}}, {{{best quality}}}, {{ultra-detailed}}, {detailed light},{{an extremely delicate and beautiful}},{beautiful detailed eyes}, {sunlight},{angel},solo,ladle, white see-through dress,
sexy,dynamic angle,floating, bare_shoulders,looking_at_viewer ,halo,Floating white silk,fine particles,{Holy Light},just like silver stars imploding we absorb the light of day

 

 

マンガ

【スタイル関連】 

{comic}, {creative frame design}, flat_color,[[[ limited palette]]],story, [girl], gothic, [speech bubble], {monochrome:3} , [speak arrow {symbol}] ,meme,  manga frame, {{dark intense shadows}}, {{cinematic lighting}}, {{overexposure}},cute anime faces, sketch,[[storyboards]], {pretty face}, section, frame, [border], [split_theme], [[split screen]], [Cartoon split],
【場面関連】
river, {forest},palace, {fairyland,feather,flowers, nature},{sunlight},Hazy fog, mist,{beautiful detailed sky},
【人物関連】
[2 girls], flat_chest, diamond and glaring eyes, black eyes, beautiful detailed cold face, [short red hair], short wavy hair, beautiful detailed eyes, glowing eyes, touhou project, 1girl,braid,dress,eyelashes,frilled skirt,holding knife, holster,maid,maid headdress, medium hair,pocket watch,puffy short sleeves,silver chain, thigh strap, wrist cuffs, open mouth,blank stare, smile,angry,tears

ネガティブ

multiple breasts, {mutated hands and fingers:1.5 }, {long body :1.3}, {mutation, poorly drawn :1.2} , black-white, bad anatomy, liquid body, liquid tongue, disfigured, malformed, mutated, anatomical nonsense, text font ui, error, malformed hands, long neck, blurred, lowers, lowres, bad anatomy, bad proportions, bad shadow, uncoordinated body, unnatural body, fused breasts, bad breasts, huge breasts, poorly drawn breasts, extra breasts, liquid breasts, heavy breasts, missing breasts, huge haunch, huge thighs, huge calf, bad hands, fused hand, missing hand,watermark,Unshaped, watermarks, duplicate



yuki

初めての作業で調べた事、困った時の解決方法を記録するブログ。 主なテーマは、パソコン、プログラミング、カメラ、DTM、スピリチュアル、化学物質過敏症

コメントを投稿

Please Select Embedded Mode To Show The Comment System.*