Spaces:
Runtime error
Runtime error
Commit
·
17a16a3
0
Parent(s):
Duplicate from Xenos14/stable-diffusion-webui-controlnet-docker-TWO
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +74 -0
- .gitignore +31 -0
- Dockerfile +175 -0
- README.md +109 -0
- config.json +198 -0
- embeddings/4m0ur4nth.civitai.info +1524 -0
- embeddings/4m0ur4nth.preview.png +3 -0
- embeddings/4m0ur4nth.pt +3 -0
- embeddings/Alettaocean.civitai.info +435 -0
- embeddings/Alettaocean.preview.png +3 -0
- embeddings/Alettaocean.pt +3 -0
- embeddings/Amanda Sherman.civitai.info +1 -0
- embeddings/Amanda Sherman.pt +3 -0
- embeddings/Hail33.bin +3 -0
- embeddings/Hail33.civitai.info +155 -0
- embeddings/Hail33.preview.png +0 -0
- embeddings/KirDun69.civitai.info +342 -0
- embeddings/KirDun69.preview.png +0 -0
- embeddings/KirDun69.pt +3 -0
- embeddings/M11anaVa7ntrub2.bin +3 -0
- embeddings/M11anaVa7ntrub2.civitai.info +239 -0
- embeddings/M11anaVa7ntrub2.preview.png +0 -0
- embeddings/Madison-Ivy.civitai.info +1 -0
- embeddings/Madison-Ivy.pt +3 -0
- embeddings/Place Textual Inversion embeddings here.txt +0 -0
- embeddings/S4D1S1NK22 .civitai.info +519 -0
- embeddings/S4D1S1NK22 .preview.png +0 -0
- embeddings/S4D1S1NK22 .pt +3 -0
- embeddings/aidra.civitai.info +1477 -0
- embeddings/aidra.preview.png +0 -0
- embeddings/aidra.pt +3 -0
- embeddings/alexandradaddario.civitai.info +575 -0
- embeddings/alexandradaddario.preview.png +0 -0
- embeddings/alexandradaddario.pt +3 -0
- embeddings/alysonhannigan44.bin +3 -0
- embeddings/alysonhannigan44.civitai.info +836 -0
- embeddings/alysonhannigan44.preview.png +0 -0
- embeddings/amberheard1.bin +3 -0
- embeddings/amberheard1.civitai.info +425 -0
- embeddings/amberheard1.preview.png +0 -0
- embeddings/amia.civitai.info +1020 -0
- embeddings/amia.preview.png +0 -0
- embeddings/amia.pt +3 -0
- embeddings/ang0ur13r1c3.bin +3 -0
- embeddings/ang0ur13r1c3.civitai.info +562 -0
- embeddings/ang0ur13r1c3.preview.png +0 -0
- embeddings/anjelika.civitai.info +395 -0
- embeddings/anjelika.preview.png +0 -0
- embeddings/anjelika.pt +3 -0
- embeddings/ann3hathawa72.bin +3 -0
.gitattributes
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
stable-diffusion-webui/embeddings/4m0ur4nth.preview.png filter=lfs diff=lfs merge=lfs -text
|
36 |
+
stable-diffusion-webui/embeddings/Alettaocean.preview.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
stable-diffusion-webui/embeddings/anyachalotra.preview.png filter=lfs diff=lfs merge=lfs -text
|
38 |
+
stable-diffusion-webui/embeddings/bimbostyle.preview.png filter=lfs diff=lfs merge=lfs -text
|
39 |
+
stable-diffusion-webui/embeddings/bs_indiasummer.preview.png filter=lfs diff=lfs merge=lfs -text
|
40 |
+
stable-diffusion-webui/embeddings/ciara_od.preview.png filter=lfs diff=lfs merge=lfs -text
|
41 |
+
stable-diffusion-webui/embeddings/cm550.preview.png filter=lfs diff=lfs merge=lfs -text
|
42 |
+
stable-diffusion-webui/embeddings/emb-avril.preview.png filter=lfs diff=lfs merge=lfs -text
|
43 |
+
stable-diffusion-webui/embeddings/emb-rebecca.preview.png filter=lfs diff=lfs merge=lfs -text
|
44 |
+
stable-diffusion-webui/embeddings/indi4reyn0lds.preview.png filter=lfs diff=lfs merge=lfs -text
|
45 |
+
stable-diffusion-webui/embeddings/kdlt0r0.preview.png filter=lfs diff=lfs merge=lfs -text
|
46 |
+
stable-diffusion-webui/embeddings/lacikay-1700.preview.png filter=lfs diff=lfs merge=lfs -text
|
47 |
+
stable-diffusion-webui/embeddings/marijameglaj.preview.png filter=lfs diff=lfs merge=lfs -text
|
48 |
+
stable-diffusion-webui/embeddings/milkun.preview.png filter=lfs diff=lfs merge=lfs -text
|
49 |
+
stable-diffusion-webui/embeddings/rubyof33.preview.png filter=lfs diff=lfs merge=lfs -text
|
50 |
+
stable-diffusion-webui/embeddings/stephgonz.preview.png filter=lfs diff=lfs merge=lfs -text
|
51 |
+
stable-diffusion-webui/embeddings/strah0vsky.preview.png filter=lfs diff=lfs merge=lfs -text
|
52 |
+
stable-diffusion-webui/embeddings/sums0d.preview.png filter=lfs diff=lfs merge=lfs -text
|
53 |
+
stable-diffusion-webui/embeddings/was-vb.preview.png filter=lfs diff=lfs merge=lfs -text
|
54 |
+
stable-diffusion-webui/embeddings/zoe_voss1.preview.png filter=lfs diff=lfs merge=lfs -text
|
55 |
+
embeddings/4m0ur4nth.preview.png filter=lfs diff=lfs merge=lfs -text
|
56 |
+
embeddings/Alettaocean.preview.png filter=lfs diff=lfs merge=lfs -text
|
57 |
+
embeddings/anyachalotra.preview.png filter=lfs diff=lfs merge=lfs -text
|
58 |
+
embeddings/bimbostyle.preview.png filter=lfs diff=lfs merge=lfs -text
|
59 |
+
embeddings/bs_indiasummer.preview.png filter=lfs diff=lfs merge=lfs -text
|
60 |
+
embeddings/ciara_od.preview.png filter=lfs diff=lfs merge=lfs -text
|
61 |
+
embeddings/cm550.preview.png filter=lfs diff=lfs merge=lfs -text
|
62 |
+
embeddings/emb-avril.preview.png filter=lfs diff=lfs merge=lfs -text
|
63 |
+
embeddings/emb-rebecca.preview.png filter=lfs diff=lfs merge=lfs -text
|
64 |
+
embeddings/indi4reyn0lds.preview.png filter=lfs diff=lfs merge=lfs -text
|
65 |
+
embeddings/kdlt0r0.preview.png filter=lfs diff=lfs merge=lfs -text
|
66 |
+
embeddings/lacikay-1700.preview.png filter=lfs diff=lfs merge=lfs -text
|
67 |
+
embeddings/marijameglaj.preview.png filter=lfs diff=lfs merge=lfs -text
|
68 |
+
embeddings/milkun.preview.png filter=lfs diff=lfs merge=lfs -text
|
69 |
+
embeddings/rubyof33.preview.png filter=lfs diff=lfs merge=lfs -text
|
70 |
+
embeddings/stephgonz.preview.png filter=lfs diff=lfs merge=lfs -text
|
71 |
+
embeddings/strah0vsky.preview.png filter=lfs diff=lfs merge=lfs -text
|
72 |
+
embeddings/sums0d.preview.png filter=lfs diff=lfs merge=lfs -text
|
73 |
+
embeddings/was-vb.preview.png filter=lfs diff=lfs merge=lfs -text
|
74 |
+
embeddings/zoe_voss1.preview.png filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
__pycache__
|
2 |
+
.DS_Store
|
3 |
+
*.pyc
|
4 |
+
*.pyo
|
5 |
+
*.pyd
|
6 |
+
*.so
|
7 |
+
.Python
|
8 |
+
.mypy_cache
|
9 |
+
.pytest_cache
|
10 |
+
.coverage
|
11 |
+
.coverage.*
|
12 |
+
.cache
|
13 |
+
*.swp
|
14 |
+
*~
|
15 |
+
.dcccache
|
16 |
+
.dcignore
|
17 |
+
/tmp
|
18 |
+
*.log
|
19 |
+
.idea
|
20 |
+
*.code-workspace
|
21 |
+
.venv
|
22 |
+
env/
|
23 |
+
venv/
|
24 |
+
ENV/
|
25 |
+
env.bak/
|
26 |
+
venv.bak/
|
27 |
+
.python-version
|
28 |
+
pip-log.txt
|
29 |
+
pip-delete-this-directory.txt
|
30 |
+
/dist
|
31 |
+
/.make.functions.sh
|
Dockerfile
ADDED
@@ -0,0 +1,175 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM nvidia/cuda:11.7.1-cudnn8-devel-ubuntu22.04
|
2 |
+
|
3 |
+
ENV DEBIAN_FRONTEND noninteractive
|
4 |
+
ENV PYTHONUNBUFFERED=1
|
5 |
+
ENV PIP_DISABLE_PIP_VERSION_CHECK=1
|
6 |
+
ENV PIP_NO_CACHE_DIR=1
|
7 |
+
|
8 |
+
# OS setup
|
9 |
+
RUN apt-get update -y \
|
10 |
+
&& apt-get upgrade -y \
|
11 |
+
&& apt-get install -y \
|
12 |
+
libgl1 \
|
13 |
+
libglib2.0-0 \
|
14 |
+
curl \
|
15 |
+
vim \
|
16 |
+
wget \
|
17 |
+
git \
|
18 |
+
git-lfs \
|
19 |
+
tzdata \
|
20 |
+
bash \
|
21 |
+
ca-certificates \
|
22 |
+
libreadline8 \
|
23 |
+
bzip2 \
|
24 |
+
psmisc \
|
25 |
+
procps \
|
26 |
+
netbase \
|
27 |
+
openssh-client \
|
28 |
+
libsqlite3-dev \
|
29 |
+
python3-pip \
|
30 |
+
python3-venv \
|
31 |
+
python-is-python3 \
|
32 |
+
build-essential \
|
33 |
+
libssl-dev \
|
34 |
+
libffi-dev \
|
35 |
+
aria2 \
|
36 |
+
\
|
37 |
+
&& pip3 install --upgrade pip \
|
38 |
+
\
|
39 |
+
&& git lfs install \
|
40 |
+
\
|
41 |
+
&& apt-get clean autoclean \
|
42 |
+
&& apt-get autoremove --yes \
|
43 |
+
&& rm -rf /var/lib/apt/lists/*
|
44 |
+
|
45 |
+
# OS timezone setting (UTC)
|
46 |
+
RUN echo "UTC" > /etc/timezone
|
47 |
+
ENV TZ=UTC
|
48 |
+
|
49 |
+
# Poetry for Python packages
|
50 |
+
RUN curl -sSL https://install.python-poetry.org | POETRY_HOME=/usr/local/poetry python3 - --yes \
|
51 |
+
&& ln -s /usr/local/poetry/bin/poetry /usr/bin/poetry \
|
52 |
+
\
|
53 |
+
&& poetry config virtualenvs.create false \
|
54 |
+
&& poetry config virtualenvs.in-project false
|
55 |
+
|
56 |
+
# Create non-root user
|
57 |
+
ENV ENV="/etc/profile"
|
58 |
+
RUN adduser --disabled-password --gecos '' user && \
|
59 |
+
mkdir -p /app && \
|
60 |
+
chown -R user:user /app && \
|
61 |
+
printf "\n. /etc/profile\n" >> /home/user/.profile \
|
62 |
+
printf "\n. /etc/profile\n" >> /home/user/.bashrc
|
63 |
+
|
64 |
+
# Sets up virtualenv for dependencies
|
65 |
+
ENV VIRTUAL_ENV="/opt/venv"
|
66 |
+
ENV VIRTUAL_ENV_DISABLE_PROMPT=1
|
67 |
+
ENV POETRY_ACTIVE=1
|
68 |
+
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
|
69 |
+
RUN echo "export PATH=$PATH" >> /home/user/.bashrc \
|
70 |
+
&& python3 -m venv $VIRTUAL_ENV \
|
71 |
+
&& /opt/venv/bin/pip install --upgrade --no-cache-dir pip \
|
72 |
+
&& chown -R user:user /opt/venv
|
73 |
+
|
74 |
+
# Run as non-root user
|
75 |
+
USER user
|
76 |
+
WORKDIR /app
|
77 |
+
|
78 |
+
# Installation of basic Python dependencies specified in pyproject.toml
|
79 |
+
COPY --chown=user:user pyproject.toml poetry.lock /app/
|
80 |
+
RUN poetry install
|
81 |
+
|
82 |
+
# AUTOMATIC1111' WebUI
|
83 |
+
RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui /app/stable-diffusion-webui \
|
84 |
+
&& (cd /app/stable-diffusion-webui && git checkout 0cc0ee1bcb4c24a8c9715f66cede06601bfc00c8)
|
85 |
+
|
86 |
+
# Deforum extension
|
87 |
+
RUN git clone https://github.com/deforum-art/deforum-for-automatic1111-webui /app/stable-diffusion-webui/extensions/deforum-for-automatic1111-webui \
|
88 |
+
&& (cd /app/stable-diffusion-webui/extensions/deforum-for-automatic1111-webui && git checkout b60d999202f0fd2b386150d0938c43e639db8643)
|
89 |
+
|
90 |
+
# Images Browser WebUI extension
|
91 |
+
RUN git clone https://github.com/yfszzx/stable-diffusion-webui-images-browser /app/stable-diffusion-webui/extensions/stable-diffusion-webui-images-browser \
|
92 |
+
&& (cd /app/stable-diffusion-webui/extensions/stable-diffusion-webui-images-browser && git checkout a42c7a30181636a05815e62426d5eff4d3340529)
|
93 |
+
|
94 |
+
# Locon extension
|
95 |
+
RUN git clone https://github.com/KohakuBlueleaf/a1111-sd-webui-locon /app/stable-diffusion-webui/extensions/a1111-sd-webui-locon \
|
96 |
+
&& (cd /app/stable-diffusion-webui/extensions/a1111-sd-webui-locon && git checkout afe70b0f77f2d1cc691f297074cc049913711662)
|
97 |
+
|
98 |
+
# Local Latent Upscaler extension
|
99 |
+
RUN git clone https://github.com/hnmr293/sd-webui-llul /app/stable-diffusion-webui/extensions/sd-webui-llul \
|
100 |
+
&& (cd /app/stable-diffusion-webui/extensions/sd-webui-llul && git checkout b20337ae1091ea65fdaf7108a2eaac13fed078d5)
|
101 |
+
|
102 |
+
# Aspect Ratios extension
|
103 |
+
RUN git clone https://github.com/alemelis/sd-webui-ar /app/stable-diffusion-webui/extensions/sd-webui-ar \
|
104 |
+
&& (cd /app/stable-diffusion-webui/extensions/sd-webui-ar && git checkout ce0a645ca2ad949573cacc7f5cd14ac13e83e2c9)
|
105 |
+
|
106 |
+
# Stable Hoarde extension
|
107 |
+
#RUN git clone https://github.com/natanjunges/stable-diffusion-webui-stable-horde /app/stable-diffusion-webui/extensions/stable-diffusion-webui-stable-horde \
|
108 |
+
# && (cd /app/stable-diffusion-webui/extensions/stable-diffusion-webui-stable-horde && git checkout c07b5f42eef960f9b9c0c4c7ab0ce039cc514d6c)
|
109 |
+
|
110 |
+
# Smart Process extension
|
111 |
+
#RUN git clone https://github.com/d8ahazard/sd_smartprocess /app/stable-diffusion-webui/extensions/sd_smartprocess \
|
112 |
+
# && (cd /app/stable-diffusion-webui/extensions/sd_smartprocess && git checkout 41fb35ef712e01829f1d1ab53a78f6ec45cba1df)
|
113 |
+
|
114 |
+
|
115 |
+
# Panorama extension
|
116 |
+
RUN git clone https://github.com/GeorgLegato/sd-webui-panorama-viewer /app/stable-diffusion-webui/extensions/sd-webui-panorama-viewer \
|
117 |
+
&& (cd /app/stable-diffusion-webui/extensions/sd-webui-panorama-viewer && git checkout 6879f2e00f4e21abffe66cd2f35e1a50efc4aba8)
|
118 |
+
|
119 |
+
# Style Pile extension
|
120 |
+
RUN git clone https://github.com/some9000/StylePile /app/stable-diffusion-webui/extensions/StylePile \
|
121 |
+
&& (cd /app/stable-diffusion-webui/extensions/StylePile && git checkout 206b3d06bebb75df1a4b5439e35c432668ea7574)
|
122 |
+
|
123 |
+
# Anti Burn extension
|
124 |
+
RUN git clone https://github.com/klimaleksus/stable-diffusion-webui-anti-burn /app/stable-diffusion-webui/extensions/stable-diffusion-webui-anti-burn \
|
125 |
+
&& (cd /app/stable-diffusion-webui/extensions/stable-diffusion-webui-anti-burn && git checkout 4d678f1f1120415fe4cb9f77484252bc82af03b2)
|
126 |
+
|
127 |
+
# Super Merger extension
|
128 |
+
RUN git clone https://github.com/hako-mikan/sd-webui-supermerger /app/stable-diffusion-webui/extensions/sd-webui-supermerger \
|
129 |
+
&& (cd /app/stable-diffusion-webui/extensions/sd-webui-supermerger && git checkout ba775c8941b51f59785834db54ec947be3213626)
|
130 |
+
|
131 |
+
RUN git clone https://github.com/hnmr293/sd-webui-cutoff /app/stable-diffusion-webui/extensions/sd-webui-cutoff \
|
132 |
+
&& (cd /app/stable-diffusion-webui/extensions/sd-webui-cutoff && git checkout 76689a77f0fa33b495f20879dc22e5f819fec1df)
|
133 |
+
|
134 |
+
#RUN git clone https://github.com/IAmXenos14/webui-models.git temp/
|
135 |
+
#RUN mv temp/ /app/stable-diffusion-webui/embeddings/
|
136 |
+
#RUN rm -rf temp
|
137 |
+
|
138 |
+
# Dynamic Prompts extension
|
139 |
+
RUN git clone https://github.com/adieyal/sd-dynamic-prompts /app/stable-diffusion-webui/extensions/sd-dynamic-prompts \
|
140 |
+
&& (cd /app/stable-diffusion-webui/extensions/sd-dynamic-prompts && git checkout 67f6d392d7f9365e73fce77c1532ef81ca1376e0)
|
141 |
+
|
142 |
+
# CiviTAI BETTER Browser WebUI extension
|
143 |
+
RUN git clone https://github.com/butaixianran/Stable-Diffusion-Webui-Civitai-Helper /app/stable-diffusion-webui/extensions/Stable-Diffusion-Webui-Civitai-Helper \
|
144 |
+
&& (cd /app/stable-diffusion-webui/extensions/Stable-Diffusion-Webui-Civitai-Helper && git checkout 7ae5eb7f9878f11c13efd2f95895a9dc96fc7120)
|
145 |
+
|
146 |
+
# Additional Networks WebUI extension
|
147 |
+
RUN git clone https://github.com/kohya-ss/sd-webui-additional-networks /app/stable-diffusion-webui/extensions/sd-webui-additional-networks \
|
148 |
+
&& (cd /app/stable-diffusion-webui/extensions/sd-webui-additional-networks && git checkout 822f2136fa6d63b85663597b03ef3edafab01187) \
|
149 |
+
&& mkdir -p /app/stable-diffusion-webui/extensions/sd-webui-additional-networks/models/LoRA
|
150 |
+
|
151 |
+
# ControlNet WebUI extension
|
152 |
+
RUN git clone https://github.com/Mikubill/sd-webui-controlnet /app/stable-diffusion-webui/extensions/sd-webui-controlnet \
|
153 |
+
&& (cd /app/stable-diffusion-webui/extensions/sd-webui-controlnet && git checkout 5c74f300c3ac04323963af80dd2b971a7c2b2b29) \
|
154 |
+
&& mkdir -p /app/stable-diffusion-webui/models/ControlNet
|
155 |
+
|
156 |
+
# Prepare WebUI environment
|
157 |
+
WORKDIR /app/stable-diffusion-webui
|
158 |
+
RUN /opt/venv/bin/python launch.py --exit --skip-torch-cuda-test --xformers
|
159 |
+
|
160 |
+
# Patch WebUI
|
161 |
+
RUN sed -i -e 's/ show_progress=False,/ show_progress=True,/g' modules/ui.py
|
162 |
+
RUN sed -i -e 's/shared.demo.launch/shared.demo.queue().launch/g' webui.py
|
163 |
+
RUN sed -i -e 's/ outputs=\[/queue=False, &/g' modules/ui.py
|
164 |
+
RUN sed -i -e 's/ queue=False, / /g' modules/ui.py
|
165 |
+
|
166 |
+
# Copy startup scripts
|
167 |
+
COPY --chown=user:user run.py on_start.sh config.json ui-config.json shared-config.json shared-ui-config.json header_patch.py /app/stable-diffusion-webui/
|
168 |
+
COPY wildcards/ /app/stable-diffusion-webui/sd-dynamic-prompts/wildcards/
|
169 |
+
COPY embeddings/ /app/stable-diffusion-webui/embeddings/
|
170 |
+
COPY styles.csv /app/stable-diffusion-webui/
|
171 |
+
RUN chmod +x on_start.sh
|
172 |
+
|
173 |
+
EXPOSE 7860
|
174 |
+
|
175 |
+
CMD ["/opt/venv/bin/python", "run.py", "--listen", "--enable-insecure-extension-access", "--ui-config-file", "ui-config.json", "--ui-settings-file", "config.json", "--disable-console-progressbars", "--cors-allow-origins", "huggingface.co,hf.space", "--no-progressbar-hiding", "--enable-console-prompts", "--no-download-sd-model", "--api", "--skip-version-check", "--lora-dir", "/app/stable-diffusion-webui/extensions/sd-webui-additional-networks/models/LoRA", "--embeddings-dir", "/app/stable-diffusion-webui/embeddings"]
|
README.md
ADDED
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: SD WebUI Mega NoGPU v2
|
3 |
+
emoji: 👀
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: purple
|
6 |
+
sdk: docker
|
7 |
+
app_port: 7860
|
8 |
+
pinned: true
|
9 |
+
tags:
|
10 |
+
- stable-diffusion
|
11 |
+
- stable-diffusion-diffusers
|
12 |
+
- text-to-image
|
13 |
+
models:
|
14 |
+
- stabilityai/stable-diffusion-2-1
|
15 |
+
- runwayml/stable-diffusion-v1-5
|
16 |
+
- lllyasviel/ControlNet
|
17 |
+
- webui/ControlNet-modules-safetensors
|
18 |
+
- dreamlike-art/dreamlike-diffusion-1.0
|
19 |
+
- Anashel/rpg
|
20 |
+
- Lykon/DreamShaper
|
21 |
+
duplicated_from: Xenos14/stable-diffusion-webui-controlnet-docker-TWO
|
22 |
+
---
|
23 |
+
|
24 |
+
## Stable Diffusion WebUI + ControlNet
|
25 |
+
|
26 |
+
Private image builds with both with Stable Diffusion 2.1 models and Stable Diffusion 1.5 models and bundles several popular extensions to [AUTOMATIC1111's WebUI]([https://github.com/AUTOMATIC1111/stable-diffusion-webui]), including the [ControlNet WebUI extension](https://github.com/Mikubill/sd-webui-controlnet). ControlNet models primarily works best with the SD 1.5 models at the time of writing.
|
27 |
+
|
28 |
+
Shared UI space would usually load with a model based on Stable Diffusion 1.5.
|
29 |
+
|
30 |
+
🐳 🦄 Builds a Docker image to be run as a Space at [Hugging Face](https://huggingface.co/) using A10G or T4 hardware.
|
31 |
+
|
32 |
+
### Setup on Hugging Face
|
33 |
+
|
34 |
+
1. Duplicate this space to your Hugging Face account or clone this repo to your account.
|
35 |
+
2. Under the *"Settings"* tab of your space you can choose which hardware for your space, that you will also be billed for.
|
36 |
+
3. The [`on_start.sh`](./on_start.sh) file will be run when the container is started, right before the WebUI is initiated. This is where you can install any additional extensions or models you may need. Make sure the env value `IS_SHARED_UI` is set to `0` or is unset for your space, or else only the lightweight model installation will run and some features will be disabled.
|
37 |
+
|
38 |
+
---
|
39 |
+
|
40 |
+
### Relevant links for more information
|
41 |
+
|
42 |
+
#### Repo for this builder
|
43 |
+
|
44 |
+
This repo, containing the `Dockerfile`, etc. for building the image can originally be found on both [`🤗 Hugging Face ➔ carloscar/stable-diffusion-webui-controlnet-docker`](https://huggingface.co/spaces/carloscar/stable-diffusion-webui-controlnet-docker) and [`🐙 GitHub ➔ kalaspuff/stable-diffusion-webui-controlnet-docker`](https://github.com/kalaspuff/stable-diffusion-webui-controlnet-docker).
|
45 |
+
|
46 |
+
#### Stable Diffusion Web UI
|
47 |
+
|
48 |
+
* Source Code: [https://github.com/AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
|
49 |
+
* Documentation: [https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki)
|
50 |
+
|
51 |
+
#### WebUI extension for ControlNet
|
52 |
+
|
53 |
+
* Source Code: [https://github.com/Mikubill/sd-webui-controlnet](https://github.com/Mikubill/sd-webui-controlnet)
|
54 |
+
|
55 |
+
#### ControlNet models
|
56 |
+
|
57 |
+
* Trained models: [https://github.com/lllyasviel/ControlNet](https://github.com/lllyasviel/ControlNet)
|
58 |
+
* Pre-extracted models: [https://huggingface.co/webui/ControlNet-modules-safetensors/tree/main](https://huggingface.co/webui/ControlNet-modules-safetensors/tree/main)
|
59 |
+
|
60 |
+
#### Licenses for using Stable Diffusion models and ControlNet models
|
61 |
+
|
62 |
+
* [https://huggingface.co/stabilityai/stable-diffusion-2/blob/main/LICENSE-MODEL](https://huggingface.co/stabilityai/stable-diffusion-2/blob/main/LICENSE-MODEL)
|
63 |
+
* [https://huggingface.co/spaces/CompVis/stable-diffusion-license](https://huggingface.co/spaces/CompVis/stable-diffusion-license)
|
64 |
+
* [https://github.com/lllyasviel/ControlNet/blob/main/LICENSE](https://github.com/lllyasviel/ControlNet/blob/main/LICENSE)
|
65 |
+
|
66 |
+
### Enable additional models (checkpoints, LoRA, VAE, etc.)
|
67 |
+
|
68 |
+
Enable the models you want to use on the bottom of the [`on_start.sh`](./on_start.sh) file. This is also the place to add any additional models you may want to install when starting your space.
|
69 |
+
|
70 |
+
```bash
|
71 |
+
## Checkpoint · Example:
|
72 |
+
download-model --checkpoint "FILENAME" "URL"
|
73 |
+
|
74 |
+
## LORA (low-rank adaptation) · Example:
|
75 |
+
download-model --lora "FILENAME" "URL"
|
76 |
+
|
77 |
+
## VAE (variational autoencoder) · Example:
|
78 |
+
download-model --vae "FILENAME" "URL"
|
79 |
+
```
|
80 |
+
|
81 |
+
#### Some examples of additional (optional) models
|
82 |
+
|
83 |
+
Some models such as additional checkpoints, VAE, LoRA, etc. may already be present in the [`on_start.sh`](./on_start.sh) file. You can enable them by removing the `#` in front of their respective line or disable them by removing the line or adding a leading `#` before `download-model`.
|
84 |
+
|
85 |
+
* [Checkpoint · Dreamlike Diffusion 1.0](https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0) ([license](https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0/blob/main/LICENSE.md))
|
86 |
+
* [Checkpoint · Dreamshaper 3.31](https://huggingface.co/Lykon/DreamShaper)
|
87 |
+
* [Checkpoint · The Ally's Mix III: Revolutions](https://civitai.com/models/10752/the-allys-mix-iii-revolutions)
|
88 |
+
* [Checkpoint · Deliberate v2](https://civitai.com/models/4823/deliberate)
|
89 |
+
* [Checkpoint · dalcefo_painting](https://civitai.com/models/5396/dalcefopainting)
|
90 |
+
* [Checkpoint · RPG v4](https://huggingface.co/Anashel/rpg)
|
91 |
+
* [Checkpoint · A to Zovya RPG Artist's Tools (1.5 & 2.1)](https://civitai.com/models/8124/a-to-zovya-rpg-artists-tools-15-and-21)
|
92 |
+
* [LoRA · epi_noiseoffset v2](https://civitai.com/models/13941/epinoiseoffset)
|
93 |
+
* [VAE · sd-vae-ft-mse-original](https://huggingface.co/stabilityai/sd-vae-ft-mse-original)
|
94 |
+
* [Embedding · bad_prompt_version2](https://huggingface.co/datasets/Nerfgun3/bad_prompt)
|
95 |
+
* See [https://huggingface.co/models?filter=stable-diffusion](https://huggingface.co/models?filter=stable-diffusion) and [https://civitai.com/](https://civitai.com/) for more.
|
96 |
+
|
97 |
+
Visit the individual model pages for more information on the models and their licenses.
|
98 |
+
|
99 |
+
### Extensions
|
100 |
+
|
101 |
+
* [GitHub ➔ deforum-art/deforum-for-automatic1111-webui](https://github.com/deforum-art/deforum-for-automatic1111-webui)
|
102 |
+
* [GitHub ➔ yfszzx/stable-diffusion-webui-images-browser](https://github.com/yfszzx/stable-diffusion-webui-images-browser)
|
103 |
+
* [GitHub ➔ Vetchems/sd-civitai-browser](https://github.com/Vetchems/sd-civitai-browser)
|
104 |
+
* [GitHub ➔ kohya-ss/sd-webui-additional-networks](https://github.com/kohya-ss/sd-webui-additional-networks)
|
105 |
+
* [GitHub ➔ Mikubill/sd-webui-controlnet](https://github.com/Mikubill/sd-webui-controlnet)
|
106 |
+
|
107 |
+
### Additional acknowledgements
|
108 |
+
|
109 |
+
A lot of inspiration for this Docker build comes from [GitHub ➔ camenduru](https://github.com/camenduru). Amazing things! 🙏
|
config.json
ADDED
@@ -0,0 +1,198 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"samples_save": true,
|
3 |
+
"samples_format": "png",
|
4 |
+
"samples_filename_pattern": "",
|
5 |
+
"save_images_add_number": true,
|
6 |
+
"grid_save": true,
|
7 |
+
"grid_format": "webp",
|
8 |
+
"grid_extended_filename": false,
|
9 |
+
"grid_only_if_multiple": true,
|
10 |
+
"grid_prevent_empty_spots": false,
|
11 |
+
"n_rows": -1,
|
12 |
+
"enable_pnginfo": true,
|
13 |
+
"save_txt": false,
|
14 |
+
"save_images_before_face_restoration": false,
|
15 |
+
"save_images_before_highres_fix": false,
|
16 |
+
"save_images_before_color_correction": false,
|
17 |
+
"jpeg_quality": 80,
|
18 |
+
"export_for_4chan": true,
|
19 |
+
"use_original_name_batch": false,
|
20 |
+
"save_selected_only": true,
|
21 |
+
"do_not_add_watermark": true,
|
22 |
+
"temp_dir": "",
|
23 |
+
"clean_temp_dir_at_start": false,
|
24 |
+
"outdir_samples": "",
|
25 |
+
"outdir_txt2img_samples": "outputs/txt2img-images",
|
26 |
+
"outdir_img2img_samples": "outputs/img2img-images",
|
27 |
+
"outdir_extras_samples": "outputs/extras-images",
|
28 |
+
"outdir_grids": "",
|
29 |
+
"outdir_txt2img_grids": "outputs/txt2img-grids",
|
30 |
+
"outdir_img2img_grids": "outputs/img2img-grids",
|
31 |
+
"outdir_save": "log/images",
|
32 |
+
"save_to_dirs": false,
|
33 |
+
"grid_save_to_dirs": false,
|
34 |
+
"use_save_to_dirs_for_ui": false,
|
35 |
+
"directories_filename_pattern": "",
|
36 |
+
"directories_max_prompt_words": 8,
|
37 |
+
"ESRGAN_tile": 192,
|
38 |
+
"ESRGAN_tile_overlap": 8,
|
39 |
+
"realesrgan_enabled_models": [
|
40 |
+
"R-ESRGAN 4x+",
|
41 |
+
"R-ESRGAN 4x+ Anime6B"
|
42 |
+
],
|
43 |
+
"upscaler_for_img2img": null,
|
44 |
+
"use_scale_latent_for_hires_fix": false,
|
45 |
+
"face_restoration_model": "CodeFormer",
|
46 |
+
"code_former_weight": 0.5,
|
47 |
+
"face_restoration_unload": false,
|
48 |
+
"memmon_poll_rate": 8,
|
49 |
+
"samples_log_stdout": false,
|
50 |
+
"multiple_tqdm": true,
|
51 |
+
"unload_models_when_training": false,
|
52 |
+
"pin_memory": false,
|
53 |
+
"save_optimizer_state": false,
|
54 |
+
"dataset_filename_word_regex": "",
|
55 |
+
"dataset_filename_join_string": " ",
|
56 |
+
"training_image_repeats_per_epoch": 1,
|
57 |
+
"training_write_csv_every": 500,
|
58 |
+
"training_xattention_optimizations": false,
|
59 |
+
"sd_model_checkpoint": "deliberate_v2.safetensors [e876b30a0e]",
|
60 |
+
"sd_checkpoint_cache": 0,
|
61 |
+
"sd_vae": "vae-ft-mse-840000-ema-pruned.safetensors",
|
62 |
+
"sd_vae_as_default": true,
|
63 |
+
"sd_hypernetwork": "None",
|
64 |
+
"sd_hypernetwork_strength": 1.0,
|
65 |
+
"inpainting_mask_weight": 1.0,
|
66 |
+
"img2img_color_correction": false,
|
67 |
+
"img2img_fix_steps": false,
|
68 |
+
"enable_quantization": true,
|
69 |
+
"enable_emphasis": true,
|
70 |
+
"use_old_emphasis_implementation": false,
|
71 |
+
"enable_batch_seeds": true,
|
72 |
+
"comma_padding_backtrack": 20,
|
73 |
+
"filter_nsfw": false,
|
74 |
+
"CLIP_stop_at_last_layers": 2,
|
75 |
+
"random_artist_categories": [],
|
76 |
+
"interrogate_keep_models_in_memory": false,
|
77 |
+
"interrogate_use_builtin_artists": true,
|
78 |
+
"interrogate_return_ranks": false,
|
79 |
+
"interrogate_clip_num_beams": 1,
|
80 |
+
"interrogate_clip_min_length": 24,
|
81 |
+
"interrogate_clip_max_length": 48,
|
82 |
+
"interrogate_clip_dict_limit": 1500,
|
83 |
+
"interrogate_deepbooru_score_threshold": 0.5,
|
84 |
+
"deepbooru_sort_alpha": true,
|
85 |
+
"deepbooru_use_spaces": false,
|
86 |
+
"deepbooru_escape": true,
|
87 |
+
"show_progressbar": true,
|
88 |
+
"show_progress_every_n_steps": 0,
|
89 |
+
"show_progress_grid": true,
|
90 |
+
"return_grid": true,
|
91 |
+
"do_not_show_images": false,
|
92 |
+
"add_model_hash_to_info": true,
|
93 |
+
"add_model_name_to_info": false,
|
94 |
+
"disable_weights_auto_swap": true,
|
95 |
+
"send_seed": true,
|
96 |
+
"font": "",
|
97 |
+
"js_modal_lightbox": true,
|
98 |
+
"js_modal_lightbox_initially_zoomed": true,
|
99 |
+
"show_progress_in_title": true,
|
100 |
+
"quicksettings": "sd_model_checkpoint",
|
101 |
+
"localization": "None",
|
102 |
+
"hide_samplers": [],
|
103 |
+
"eta_ddim": 0.0,
|
104 |
+
"eta_ancestral": 1.0,
|
105 |
+
"ddim_discretize": "uniform",
|
106 |
+
"s_churn": 0.0,
|
107 |
+
"s_tmin": 0.0,
|
108 |
+
"s_noise": 1.0,
|
109 |
+
"eta_noise_seed_delta": 31337,
|
110 |
+
"disabled_extensions": [],
|
111 |
+
"ldsr_steps": 100,
|
112 |
+
"SWIN_tile": 192,
|
113 |
+
"SWIN_tile_overlap": 8,
|
114 |
+
"sd_checkpoint_hash": "e876b30a0eebd1b82657309e32cce82bfb0e1cb1ebc09a0e3e8def75d6cdf5af",
|
115 |
+
"img_downscale_threshold": 4.0,
|
116 |
+
"target_side_length": 4000.0,
|
117 |
+
"use_upscaler_name_as_suffix": false,
|
118 |
+
"ldsr_cached": false,
|
119 |
+
"show_warnings": false,
|
120 |
+
"print_hypernet_extra": false,
|
121 |
+
"save_training_settings_to_txt": true,
|
122 |
+
"training_enable_tensorboard": false,
|
123 |
+
"training_tensorboard_save_images": false,
|
124 |
+
"training_tensorboard_flush_every": 120.0,
|
125 |
+
"sd_vae_checkpoint_cache": 0,
|
126 |
+
"initial_noise_multiplier": 1,
|
127 |
+
"img2img_background_color": "#000000",
|
128 |
+
"upcast_attn": false,
|
129 |
+
"use_old_karras_scheduler_sigmas": false,
|
130 |
+
"no_dpmpp_sde_batch_determinism": false,
|
131 |
+
"use_old_hires_fix_width_height": false,
|
132 |
+
"interrogate_clip_skip_categories": [],
|
133 |
+
"deepbooru_filter_tags": "",
|
134 |
+
"extra_networks_default_view": "cards",
|
135 |
+
"extra_networks_default_multiplier": 1,
|
136 |
+
"sd_lora": "None",
|
137 |
+
"lora_apply_to_outputs": false,
|
138 |
+
"send_size": true,
|
139 |
+
"samplers_in_dropdown": true,
|
140 |
+
"dimensions_and_batch_together": true,
|
141 |
+
"keyedit_precision_attention": 0.1,
|
142 |
+
"keyedit_precision_extra": 0.05,
|
143 |
+
"ui_reorder": "inpaint, sampler, checkboxes, hires_fix, dimensions, cfg, seed, batch, override_settings, scripts",
|
144 |
+
"ui_extra_networks_tab_reorder": "",
|
145 |
+
"live_previews_enable": true,
|
146 |
+
"show_progress_type": "Approx NN",
|
147 |
+
"live_preview_content": "Prompt",
|
148 |
+
"live_preview_refresh_period": 1000.0,
|
149 |
+
"always_discard_next_to_last_sigma": false,
|
150 |
+
"postprocessing_enable_in_main_ui": [
|
151 |
+
"CodeFormer",
|
152 |
+
"GFPGAN"
|
153 |
+
],
|
154 |
+
"postprocessing_operation_order": [
|
155 |
+
"CodeFormer",
|
156 |
+
"GFPGAN"
|
157 |
+
],
|
158 |
+
"upscaling_max_images_in_cache": 5,
|
159 |
+
"additional_networks_extra_lora_path": "/app/stable-diffusion-webui/extensions/sd-webui-additional-networks/models/LoRA",
|
160 |
+
"additional_networks_sort_models_by": "name",
|
161 |
+
"additional_networks_reverse_sort_order": false,
|
162 |
+
"additional_networks_model_name_filter": "",
|
163 |
+
"additional_networks_xy_grid_model_metadata": "",
|
164 |
+
"additional_networks_hash_thread_count": 1.0,
|
165 |
+
"additional_networks_back_up_model_when_saving": true,
|
166 |
+
"additional_networks_show_only_safetensors": false,
|
167 |
+
"additional_networks_show_only_models_with_metadata": "disabled",
|
168 |
+
"additional_networks_max_top_tags": 20.0,
|
169 |
+
"additional_networks_max_dataset_folders": 20.0,
|
170 |
+
"control_net_model_config": "models/cldm_v15.yaml",
|
171 |
+
"control_net_model_adapter_config": "models/sketch_adapter_v14.yaml",
|
172 |
+
"control_net_detectedmap_dir": "detected_maps",
|
173 |
+
"control_net_models_path": "",
|
174 |
+
"control_net_max_models_num": 1,
|
175 |
+
"control_net_model_cache_size": 2,
|
176 |
+
"control_net_control_transfer": false,
|
177 |
+
"control_net_no_detectmap": false,
|
178 |
+
"control_net_detectmap_autosaving": false,
|
179 |
+
"control_net_only_midctrl_hires": true,
|
180 |
+
"control_net_allow_script_control": false,
|
181 |
+
"control_net_skip_img2img_processing": false,
|
182 |
+
"control_net_monocular_depth_optim": false,
|
183 |
+
"control_net_only_mid_control": false,
|
184 |
+
"control_net_cfg_based_guidance": false,
|
185 |
+
"images_history_preload": false,
|
186 |
+
"images_record_paths": true,
|
187 |
+
"images_delete_message": true,
|
188 |
+
"images_history_page_columns": 6.0,
|
189 |
+
"images_history_page_rows": 6.0,
|
190 |
+
"images_history_pages_perload": 20.0,
|
191 |
+
"dp_ignore_whitespace": false,
|
192 |
+
"dp_write_raw_template": true,
|
193 |
+
"dp_write_prompts_to_file": false,
|
194 |
+
"dp_parser_variant_start": "{",
|
195 |
+
"dp_parser_variant_end": "}",
|
196 |
+
"dp_parser_wildcard_wrap": "__",
|
197 |
+
"dp_limit_jinja_prompts": false
|
198 |
+
}
|
embeddings/4m0ur4nth.civitai.info
ADDED
@@ -0,0 +1,1524 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": 13622,
|
3 |
+
"modelId": 11510,
|
4 |
+
"name": "v1.0",
|
5 |
+
"createdAt": "2023-02-21T19:25:06.920Z",
|
6 |
+
"updatedAt": "2023-02-22T20:40:44.775Z",
|
7 |
+
"trainedWords": [
|
8 |
+
"4m0ur4nth"
|
9 |
+
],
|
10 |
+
"baseModel": "SD 1.5",
|
11 |
+
"earlyAccessTimeFrame": 0,
|
12 |
+
"description": null,
|
13 |
+
"model": {
|
14 |
+
"name": "Amouranth (Streamer)",
|
15 |
+
"type": "TextualInversion",
|
16 |
+
"nsfw": false,
|
17 |
+
"poi": true
|
18 |
+
},
|
19 |
+
"files": [
|
20 |
+
{
|
21 |
+
"name": "4m0ur4nth.pt",
|
22 |
+
"id": 12040,
|
23 |
+
"sizeKB": 15.9169921875,
|
24 |
+
"type": "Model",
|
25 |
+
"format": "PickleTensor",
|
26 |
+
"pickleScanResult": "Success",
|
27 |
+
"pickleScanMessage": "No Pickle imports",
|
28 |
+
"virusScanResult": "Success",
|
29 |
+
"scannedAt": "2023-02-21T19:26:17.829Z",
|
30 |
+
"hashes": {
|
31 |
+
"AutoV2": "B826DFCEB2",
|
32 |
+
"SHA256": "B826DFCEB20E22D11BEE446CAC2AAED675C385EEFC7AF4E51EF0CEEA986E631C",
|
33 |
+
"CRC32": "49F40A5C",
|
34 |
+
"BLAKE3": "186CC03F29D55E781753240D78B61B31FD7F07408E97F656E7EA4E12FE5E0FB6"
|
35 |
+
},
|
36 |
+
"primary": true,
|
37 |
+
"downloadUrl": "https://civitai.com/api/download/models/13622"
|
38 |
+
}
|
39 |
+
],
|
40 |
+
"images": [
|
41 |
+
{
|
42 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5137d4c9-2a61-4525-8952-14df5de2e300/width=450/131775",
|
43 |
+
"nsfw": false,
|
44 |
+
"width": 768,
|
45 |
+
"height": 1152,
|
46 |
+
"hash": "UFKKc*0000;J8wIA.Sx^-pIV_3M{.TDhxuNG",
|
47 |
+
"meta": {
|
48 |
+
"Size": "512x768",
|
49 |
+
"seed": 2474138509,
|
50 |
+
"steps": 25,
|
51 |
+
"prompt": "erotic masterpiece, highest quality, 4k, High detail RAW color Photo, (4m0ur4nth), (((elegant dress))), revealing clothes, (movie theater in background), ((paparazzi)), (standing on the red carpet), sexy, hot, feminine, hyperrealistic, highly detailed, realistic skin, hasselblad, gigapixel, skin pores, smile, high detailed hair, ((detailed face)), on focus, shadows, perfect lighting, outdoor, (innocent face, gorgeous face), ((perfect thighs))",
|
52 |
+
"sampler": "Euler a",
|
53 |
+
"cfgScale": 6.5,
|
54 |
+
"resources": [],
|
55 |
+
"Model hash": "c11fb943",
|
56 |
+
"Hires steps": "15",
|
57 |
+
"Hires upscale": "1.5",
|
58 |
+
"Hires upscaler": "R-ESRGAN 4x+",
|
59 |
+
"negativePrompt": "((cartoon)), (3d), (disfigured), (bad art), (deformed), (poorly drawn), (extra limbs), (close up), strange colours, blurry, boring, sketch, lacklustre, (nsfw)",
|
60 |
+
"Denoising strength": "0.35"
|
61 |
+
},
|
62 |
+
"generationProcess": "txt2imgHiRes",
|
63 |
+
"needsReview": false,
|
64 |
+
"tags": [
|
65 |
+
{
|
66 |
+
"tag": {
|
67 |
+
"id": 10061,
|
68 |
+
"name": "suggestive",
|
69 |
+
"isCategory": false
|
70 |
+
},
|
71 |
+
"automated": true
|
72 |
+
},
|
73 |
+
{
|
74 |
+
"tag": {
|
75 |
+
"id": 8250,
|
76 |
+
"name": "swimwear",
|
77 |
+
"isCategory": false
|
78 |
+
},
|
79 |
+
"automated": true
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"tag": {
|
83 |
+
"id": 1930,
|
84 |
+
"name": "dress",
|
85 |
+
"isCategory": false
|
86 |
+
},
|
87 |
+
"automated": true
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"tag": {
|
91 |
+
"id": 5293,
|
92 |
+
"name": "underwear",
|
93 |
+
"isCategory": false
|
94 |
+
},
|
95 |
+
"automated": true
|
96 |
+
},
|
97 |
+
{
|
98 |
+
"tag": {
|
99 |
+
"id": 1718,
|
100 |
+
"name": "lingerie",
|
101 |
+
"isCategory": false
|
102 |
+
},
|
103 |
+
"automated": true
|
104 |
+
},
|
105 |
+
{
|
106 |
+
"tag": {
|
107 |
+
"id": 5484,
|
108 |
+
"name": "face",
|
109 |
+
"isCategory": false
|
110 |
+
},
|
111 |
+
"automated": true
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"tag": {
|
115 |
+
"id": 7626,
|
116 |
+
"name": "head",
|
117 |
+
"isCategory": false
|
118 |
+
},
|
119 |
+
"automated": true
|
120 |
+
},
|
121 |
+
{
|
122 |
+
"tag": {
|
123 |
+
"id": 833,
|
124 |
+
"name": "fashion",
|
125 |
+
"isCategory": false
|
126 |
+
},
|
127 |
+
"automated": true
|
128 |
+
},
|
129 |
+
{
|
130 |
+
"tag": {
|
131 |
+
"id": 6924,
|
132 |
+
"name": "revealing clothes",
|
133 |
+
"isCategory": false
|
134 |
+
},
|
135 |
+
"automated": true
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"tag": {
|
139 |
+
"id": 20462,
|
140 |
+
"name": "female swimwear or underwear",
|
141 |
+
"isCategory": false
|
142 |
+
},
|
143 |
+
"automated": true
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"tag": {
|
147 |
+
"id": 5193,
|
148 |
+
"name": "clothing",
|
149 |
+
"isCategory": false
|
150 |
+
},
|
151 |
+
"automated": true
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"tag": {
|
155 |
+
"id": 15736,
|
156 |
+
"name": "evening dress",
|
157 |
+
"isCategory": false
|
158 |
+
},
|
159 |
+
"automated": true
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"tag": {
|
163 |
+
"id": 7643,
|
164 |
+
"name": "formal wear",
|
165 |
+
"isCategory": false
|
166 |
+
},
|
167 |
+
"automated": true
|
168 |
+
},
|
169 |
+
{
|
170 |
+
"tag": {
|
171 |
+
"id": 5973,
|
172 |
+
"name": "bra",
|
173 |
+
"isCategory": false
|
174 |
+
},
|
175 |
+
"automated": true
|
176 |
+
},
|
177 |
+
{
|
178 |
+
"tag": {
|
179 |
+
"id": 2392,
|
180 |
+
"name": "bikini",
|
181 |
+
"isCategory": false
|
182 |
+
},
|
183 |
+
"automated": true
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"tag": {
|
187 |
+
"id": 5163,
|
188 |
+
"name": "adult",
|
189 |
+
"isCategory": false
|
190 |
+
},
|
191 |
+
"automated": true
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"tag": {
|
195 |
+
"id": 192,
|
196 |
+
"name": "female",
|
197 |
+
"isCategory": false
|
198 |
+
},
|
199 |
+
"automated": true
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"tag": {
|
203 |
+
"id": 66,
|
204 |
+
"name": "person",
|
205 |
+
"isCategory": false
|
206 |
+
},
|
207 |
+
"automated": true
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"tag": {
|
211 |
+
"id": 5133,
|
212 |
+
"name": "woman",
|
213 |
+
"isCategory": true
|
214 |
+
},
|
215 |
+
"automated": true
|
216 |
+
}
|
217 |
+
]
|
218 |
+
},
|
219 |
+
{
|
220 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8f357df-5a48-41de-ebd5-dddabe5a9700/width=450/131779",
|
221 |
+
"nsfw": false,
|
222 |
+
"width": 768,
|
223 |
+
"height": 1152,
|
224 |
+
"hash": "USH1_Lxu9atR?c-;tRt7TK-p%LbI_Nt7RPR*",
|
225 |
+
"meta": {
|
226 |
+
"Size": "512x768",
|
227 |
+
"seed": 6604077,
|
228 |
+
"steps": 25,
|
229 |
+
"prompt": "(4m0ur4nth:1) as a movie star, modelshoot style, (extremely detailed CG unity 8k wallpaper), photo of the most beautiful artwork in the world, professional majestic oil painting by Ed Blinkey, Atey Ghailan, Studio Ghibli, by Jeremy Mann, Greg Manchess, Antonio Moro, trending on ArtStation, trending on CGSociety, Intricate, High Detail, Sharp focus, dramatic, photorealistic painting art by midjourney and greg rutkowski, (waist chain), ((movie premiere gala)), ((standing on the red carpet)), ((paparazzi in the background)), (looking at viewer), sexy",
|
230 |
+
"sampler": "Euler a",
|
231 |
+
"cfgScale": 6.5,
|
232 |
+
"resources": [],
|
233 |
+
"Model hash": "c11fb943",
|
234 |
+
"Hires steps": "15",
|
235 |
+
"Hires upscale": "1.5",
|
236 |
+
"Hires upscaler": "R-ESRGAN 4x+",
|
237 |
+
"negativePrompt": "canvas frame, cartoon, 3d, ((disfigured)), ((bad art)), ((deformed)),((extra limbs)),((close up)),((b&w)), blurry, (((duplicate))), ((morbid)), ((mutilated)), [out of frame], extra fingers, mutated hands, ((poorly drawn hands)), ((poorly drawn face)), (((mutation))), (((deformed))), ((ugly)), blurry, ((bad anatomy)), (((bad proportions))), ((extra limbs)), cloned face, (((disfigured))), out of frame, ugly, extra limbs, (bad anatomy), gross proportions, (malformed limbs), ((missing arms)), ((missing legs)), (((extra arms))), (((extra legs))), mutated hands, (fused fingers), (too many fingers), (((long neck))), Photoshop, video game, ugly, tiling, poorly drawn hands, poorly drawn feet, poorly drawn face, out of frame, mutation, mutated, extra limbs, extra legs, extra arms, disfigured, deformed, cross-eye, body out of frame, blurry, bad art, bad anatomy, 3d render, (nsfw)",
|
238 |
+
"Denoising strength": "0.35"
|
239 |
+
},
|
240 |
+
"generationProcess": "txt2imgHiRes",
|
241 |
+
"needsReview": false,
|
242 |
+
"tags": [
|
243 |
+
{
|
244 |
+
"tag": {
|
245 |
+
"id": 192,
|
246 |
+
"name": "female",
|
247 |
+
"isCategory": false
|
248 |
+
},
|
249 |
+
"automated": true
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"tag": {
|
253 |
+
"id": 833,
|
254 |
+
"name": "fashion",
|
255 |
+
"isCategory": false
|
256 |
+
},
|
257 |
+
"automated": true
|
258 |
+
},
|
259 |
+
{
|
260 |
+
"tag": {
|
261 |
+
"id": 15735,
|
262 |
+
"name": "gown",
|
263 |
+
"isCategory": false
|
264 |
+
},
|
265 |
+
"automated": true
|
266 |
+
},
|
267 |
+
{
|
268 |
+
"tag": {
|
269 |
+
"id": 5484,
|
270 |
+
"name": "face",
|
271 |
+
"isCategory": false
|
272 |
+
},
|
273 |
+
"automated": true
|
274 |
+
},
|
275 |
+
{
|
276 |
+
"tag": {
|
277 |
+
"id": 7626,
|
278 |
+
"name": "head",
|
279 |
+
"isCategory": false
|
280 |
+
},
|
281 |
+
"automated": true
|
282 |
+
},
|
283 |
+
{
|
284 |
+
"tag": {
|
285 |
+
"id": 7630,
|
286 |
+
"name": "accessories",
|
287 |
+
"isCategory": false
|
288 |
+
},
|
289 |
+
"automated": true
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"tag": {
|
293 |
+
"id": 5787,
|
294 |
+
"name": "jewelry",
|
295 |
+
"isCategory": false
|
296 |
+
},
|
297 |
+
"automated": true
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"tag": {
|
301 |
+
"id": 7890,
|
302 |
+
"name": "body part",
|
303 |
+
"isCategory": false
|
304 |
+
},
|
305 |
+
"automated": true
|
306 |
+
},
|
307 |
+
{
|
308 |
+
"tag": {
|
309 |
+
"id": 15715,
|
310 |
+
"name": "finger",
|
311 |
+
"isCategory": false
|
312 |
+
},
|
313 |
+
"automated": true
|
314 |
+
},
|
315 |
+
{
|
316 |
+
"tag": {
|
317 |
+
"id": 8979,
|
318 |
+
"name": "hand",
|
319 |
+
"isCategory": false
|
320 |
+
},
|
321 |
+
"automated": true
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"tag": {
|
325 |
+
"id": 5163,
|
326 |
+
"name": "adult",
|
327 |
+
"isCategory": false
|
328 |
+
},
|
329 |
+
"automated": true
|
330 |
+
},
|
331 |
+
{
|
332 |
+
"tag": {
|
333 |
+
"id": 66,
|
334 |
+
"name": "person",
|
335 |
+
"isCategory": false
|
336 |
+
},
|
337 |
+
"automated": true
|
338 |
+
},
|
339 |
+
{
|
340 |
+
"tag": {
|
341 |
+
"id": 5133,
|
342 |
+
"name": "woman",
|
343 |
+
"isCategory": true
|
344 |
+
},
|
345 |
+
"automated": true
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"tag": {
|
349 |
+
"id": 5942,
|
350 |
+
"name": "necklace",
|
351 |
+
"isCategory": false
|
352 |
+
},
|
353 |
+
"automated": true
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"tag": {
|
357 |
+
"id": 5293,
|
358 |
+
"name": "underwear",
|
359 |
+
"isCategory": false
|
360 |
+
},
|
361 |
+
"automated": true
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"tag": {
|
365 |
+
"id": 7327,
|
366 |
+
"name": "corset",
|
367 |
+
"isCategory": false
|
368 |
+
},
|
369 |
+
"automated": true
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"tag": {
|
373 |
+
"id": 1718,
|
374 |
+
"name": "lingerie",
|
375 |
+
"isCategory": false
|
376 |
+
},
|
377 |
+
"automated": true
|
378 |
+
},
|
379 |
+
{
|
380 |
+
"tag": {
|
381 |
+
"id": 3642,
|
382 |
+
"name": "black hair",
|
383 |
+
"isCategory": false
|
384 |
+
},
|
385 |
+
"automated": true
|
386 |
+
},
|
387 |
+
{
|
388 |
+
"tag": {
|
389 |
+
"id": 7802,
|
390 |
+
"name": "hair",
|
391 |
+
"isCategory": false
|
392 |
+
},
|
393 |
+
"automated": true
|
394 |
+
},
|
395 |
+
{
|
396 |
+
"tag": {
|
397 |
+
"id": 6924,
|
398 |
+
"name": "revealing clothes",
|
399 |
+
"isCategory": false
|
400 |
+
},
|
401 |
+
"automated": true
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"tag": {
|
405 |
+
"id": 10061,
|
406 |
+
"name": "suggestive",
|
407 |
+
"isCategory": false
|
408 |
+
},
|
409 |
+
"automated": true
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"tag": {
|
413 |
+
"id": 5193,
|
414 |
+
"name": "clothing",
|
415 |
+
"isCategory": false
|
416 |
+
},
|
417 |
+
"automated": true
|
418 |
+
},
|
419 |
+
{
|
420 |
+
"tag": {
|
421 |
+
"id": 1930,
|
422 |
+
"name": "dress",
|
423 |
+
"isCategory": false
|
424 |
+
},
|
425 |
+
"automated": true
|
426 |
+
},
|
427 |
+
{
|
428 |
+
"tag": {
|
429 |
+
"id": 15736,
|
430 |
+
"name": "evening dress",
|
431 |
+
"isCategory": false
|
432 |
+
},
|
433 |
+
"automated": true
|
434 |
+
},
|
435 |
+
{
|
436 |
+
"tag": {
|
437 |
+
"id": 7643,
|
438 |
+
"name": "formal wear",
|
439 |
+
"isCategory": false
|
440 |
+
},
|
441 |
+
"automated": true
|
442 |
+
}
|
443 |
+
]
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff9d792a-0bc2-4894-03dd-6dd5a0112900/width=450/131774",
|
447 |
+
"nsfw": false,
|
448 |
+
"width": 768,
|
449 |
+
"height": 1152,
|
450 |
+
"hash": "U8FO[ch{py00^lic5k?b5t?EO@?FPAE1^*D%",
|
451 |
+
"meta": {
|
452 |
+
"Size": "512x768",
|
453 |
+
"seed": 2474138512,
|
454 |
+
"steps": 25,
|
455 |
+
"prompt": "erotic masterpiece, highest quality, 4k, High detail RAW color Photo, (4m0ur4nth), (((elegant dress))), revealing clothes, (movie theater in background), ((paparazzi)), (standing on the red carpet), sexy, hot, feminine, hyperrealistic, highly detailed, realistic skin, hasselblad, gigapixel, skin pores, smile, high detailed hair, ((detailed face)), on focus, shadows, perfect lighting, outdoor, (innocent face, gorgeous face), ((perfect thighs))",
|
456 |
+
"sampler": "Euler a",
|
457 |
+
"cfgScale": 6.5,
|
458 |
+
"resources": [],
|
459 |
+
"Model hash": "c11fb943",
|
460 |
+
"Hires steps": "15",
|
461 |
+
"Hires upscale": "1.5",
|
462 |
+
"Hires upscaler": "R-ESRGAN 4x+",
|
463 |
+
"negativePrompt": "((cartoon)), (3d), (disfigured), (bad art), (deformed), (poorly drawn), (extra limbs), (close up), strange colours, blurry, boring, sketch, lacklustre, (nsfw)",
|
464 |
+
"Denoising strength": "0.35"
|
465 |
+
},
|
466 |
+
"generationProcess": "txt2imgHiRes",
|
467 |
+
"needsReview": false,
|
468 |
+
"tags": [
|
469 |
+
{
|
470 |
+
"tag": {
|
471 |
+
"id": 192,
|
472 |
+
"name": "female",
|
473 |
+
"isCategory": false
|
474 |
+
},
|
475 |
+
"automated": true
|
476 |
+
},
|
477 |
+
{
|
478 |
+
"tag": {
|
479 |
+
"id": 5133,
|
480 |
+
"name": "woman",
|
481 |
+
"isCategory": true
|
482 |
+
},
|
483 |
+
"automated": true
|
484 |
+
},
|
485 |
+
{
|
486 |
+
"tag": {
|
487 |
+
"id": 5293,
|
488 |
+
"name": "underwear",
|
489 |
+
"isCategory": false
|
490 |
+
},
|
491 |
+
"automated": true
|
492 |
+
},
|
493 |
+
{
|
494 |
+
"tag": {
|
495 |
+
"id": 1718,
|
496 |
+
"name": "lingerie",
|
497 |
+
"isCategory": false
|
498 |
+
},
|
499 |
+
"automated": true
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"tag": {
|
503 |
+
"id": 7643,
|
504 |
+
"name": "formal wear",
|
505 |
+
"isCategory": false
|
506 |
+
},
|
507 |
+
"automated": true
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"tag": {
|
511 |
+
"id": 5484,
|
512 |
+
"name": "face",
|
513 |
+
"isCategory": false
|
514 |
+
},
|
515 |
+
"automated": true
|
516 |
+
},
|
517 |
+
{
|
518 |
+
"tag": {
|
519 |
+
"id": 8250,
|
520 |
+
"name": "swimwear",
|
521 |
+
"isCategory": false
|
522 |
+
},
|
523 |
+
"automated": true
|
524 |
+
},
|
525 |
+
{
|
526 |
+
"tag": {
|
527 |
+
"id": 5163,
|
528 |
+
"name": "adult",
|
529 |
+
"isCategory": false
|
530 |
+
},
|
531 |
+
"automated": true
|
532 |
+
},
|
533 |
+
{
|
534 |
+
"tag": {
|
535 |
+
"id": 833,
|
536 |
+
"name": "fashion",
|
537 |
+
"isCategory": false
|
538 |
+
},
|
539 |
+
"automated": true
|
540 |
+
},
|
541 |
+
{
|
542 |
+
"tag": {
|
543 |
+
"id": 7626,
|
544 |
+
"name": "head",
|
545 |
+
"isCategory": false
|
546 |
+
},
|
547 |
+
"automated": true
|
548 |
+
},
|
549 |
+
{
|
550 |
+
"tag": {
|
551 |
+
"id": 10061,
|
552 |
+
"name": "suggestive",
|
553 |
+
"isCategory": false
|
554 |
+
},
|
555 |
+
"automated": true
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"tag": {
|
559 |
+
"id": 66,
|
560 |
+
"name": "person",
|
561 |
+
"isCategory": false
|
562 |
+
},
|
563 |
+
"automated": true
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"tag": {
|
567 |
+
"id": 5193,
|
568 |
+
"name": "clothing",
|
569 |
+
"isCategory": false
|
570 |
+
},
|
571 |
+
"automated": true
|
572 |
+
},
|
573 |
+
{
|
574 |
+
"tag": {
|
575 |
+
"id": 1930,
|
576 |
+
"name": "dress",
|
577 |
+
"isCategory": false
|
578 |
+
},
|
579 |
+
"automated": true
|
580 |
+
},
|
581 |
+
{
|
582 |
+
"tag": {
|
583 |
+
"id": 6924,
|
584 |
+
"name": "revealing clothes",
|
585 |
+
"isCategory": false
|
586 |
+
},
|
587 |
+
"automated": true
|
588 |
+
},
|
589 |
+
{
|
590 |
+
"tag": {
|
591 |
+
"id": 15736,
|
592 |
+
"name": "evening dress",
|
593 |
+
"isCategory": false
|
594 |
+
},
|
595 |
+
"automated": true
|
596 |
+
},
|
597 |
+
{
|
598 |
+
"tag": {
|
599 |
+
"id": 15735,
|
600 |
+
"name": "gown",
|
601 |
+
"isCategory": false
|
602 |
+
},
|
603 |
+
"automated": true
|
604 |
+
}
|
605 |
+
]
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a78d6f72-9a47-4b0e-cf7f-7b42f5ac3f00/width=450/131766",
|
609 |
+
"nsfw": false,
|
610 |
+
"width": 768,
|
611 |
+
"height": 1152,
|
612 |
+
"hash": "USJaT7NaIp~VRP?H%MVsNeR%WBIVxuoeV@R+",
|
613 |
+
"meta": {
|
614 |
+
"Size": "512x768",
|
615 |
+
"seed": 3036184006,
|
616 |
+
"steps": 25,
|
617 |
+
"prompt": "Professional Full Body Photo, Full Shot, of (4m0ur4nth), (as a beautiful 1950s housewife), (wearing vintage circle dress, stockings), (smoking pipe:1.3), standing, (in kitchen of 1950s American house), pinup, natural breasts, fit physique, perfect hands, beautiful face, pretty eyes, (detailed facial features), (detailed skin, supple skin pores), [goosebumps], [beauty marks], (portrait), (psychedelic trip), saggy breasts, marijuana, [smoke], [haze], natural lighting, shallow depth of field, photographed on a Sony Alpha 1, 50mm lens, F/2.8, (intricately detailed, hyperdetailed), ((RAW color)), sharp focus, HDR, 4k resolution, Cinematic film still from Mad Men",
|
618 |
+
"sampler": "Euler a",
|
619 |
+
"cfgScale": 6.5,
|
620 |
+
"resources": [],
|
621 |
+
"Model hash": "c11fb943",
|
622 |
+
"Hires steps": "15",
|
623 |
+
"Hires upscale": "1.5",
|
624 |
+
"Hires upscaler": "R-ESRGAN 4x+",
|
625 |
+
"negativePrompt": "(monochrome:1.3), (oversaturated:1.3), bad hands, lowers, 3d render, cartoon, long body, ((blurry)), duplicate, ((duplicate body parts)), (disfigured), (poorly drawn), (extra limbs), fused fingers, extra fingers, (twisted), malformed hands, ((((mutated hands and fingers)))), contorted, conjoined, ((missing limbs)), logo, signature, text, words, low res, boring, mutated, artifacts, bad art, gross, ugly, poor quality, low quality, (nsfw)",
|
626 |
+
"Denoising strength": "0.35"
|
627 |
+
},
|
628 |
+
"generationProcess": "txt2imgHiRes",
|
629 |
+
"needsReview": false,
|
630 |
+
"tags": [
|
631 |
+
{
|
632 |
+
"tag": {
|
633 |
+
"id": 7626,
|
634 |
+
"name": "head",
|
635 |
+
"isCategory": false
|
636 |
+
},
|
637 |
+
"automated": true
|
638 |
+
},
|
639 |
+
{
|
640 |
+
"tag": {
|
641 |
+
"id": 192,
|
642 |
+
"name": "female",
|
643 |
+
"isCategory": false
|
644 |
+
},
|
645 |
+
"automated": true
|
646 |
+
},
|
647 |
+
{
|
648 |
+
"tag": {
|
649 |
+
"id": 66,
|
650 |
+
"name": "person",
|
651 |
+
"isCategory": false
|
652 |
+
},
|
653 |
+
"automated": true
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"tag": {
|
657 |
+
"id": 5133,
|
658 |
+
"name": "woman",
|
659 |
+
"isCategory": true
|
660 |
+
},
|
661 |
+
"automated": true
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"tag": {
|
665 |
+
"id": 8250,
|
666 |
+
"name": "swimwear",
|
667 |
+
"isCategory": false
|
668 |
+
},
|
669 |
+
"automated": true
|
670 |
+
},
|
671 |
+
{
|
672 |
+
"tag": {
|
673 |
+
"id": 7890,
|
674 |
+
"name": "body part",
|
675 |
+
"isCategory": false
|
676 |
+
},
|
677 |
+
"automated": true
|
678 |
+
},
|
679 |
+
{
|
680 |
+
"tag": {
|
681 |
+
"id": 15715,
|
682 |
+
"name": "finger",
|
683 |
+
"isCategory": false
|
684 |
+
},
|
685 |
+
"automated": true
|
686 |
+
},
|
687 |
+
{
|
688 |
+
"tag": {
|
689 |
+
"id": 8979,
|
690 |
+
"name": "hand",
|
691 |
+
"isCategory": false
|
692 |
+
},
|
693 |
+
"automated": true
|
694 |
+
},
|
695 |
+
{
|
696 |
+
"tag": {
|
697 |
+
"id": 15735,
|
698 |
+
"name": "gown",
|
699 |
+
"isCategory": false
|
700 |
+
},
|
701 |
+
"automated": true
|
702 |
+
},
|
703 |
+
{
|
704 |
+
"tag": {
|
705 |
+
"id": 20462,
|
706 |
+
"name": "female swimwear or underwear",
|
707 |
+
"isCategory": false
|
708 |
+
},
|
709 |
+
"automated": true
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"tag": {
|
713 |
+
"id": 6924,
|
714 |
+
"name": "revealing clothes",
|
715 |
+
"isCategory": false
|
716 |
+
},
|
717 |
+
"automated": true
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"tag": {
|
721 |
+
"id": 5973,
|
722 |
+
"name": "bra",
|
723 |
+
"isCategory": false
|
724 |
+
},
|
725 |
+
"automated": true
|
726 |
+
},
|
727 |
+
{
|
728 |
+
"tag": {
|
729 |
+
"id": 5484,
|
730 |
+
"name": "face",
|
731 |
+
"isCategory": false
|
732 |
+
},
|
733 |
+
"automated": true
|
734 |
+
},
|
735 |
+
{
|
736 |
+
"tag": {
|
737 |
+
"id": 15736,
|
738 |
+
"name": "evening dress",
|
739 |
+
"isCategory": false
|
740 |
+
},
|
741 |
+
"automated": true
|
742 |
+
},
|
743 |
+
{
|
744 |
+
"tag": {
|
745 |
+
"id": 833,
|
746 |
+
"name": "fashion",
|
747 |
+
"isCategory": false
|
748 |
+
},
|
749 |
+
"automated": true
|
750 |
+
},
|
751 |
+
{
|
752 |
+
"tag": {
|
753 |
+
"id": 7327,
|
754 |
+
"name": "corset",
|
755 |
+
"isCategory": false
|
756 |
+
},
|
757 |
+
"automated": true
|
758 |
+
},
|
759 |
+
{
|
760 |
+
"tag": {
|
761 |
+
"id": 5163,
|
762 |
+
"name": "adult",
|
763 |
+
"isCategory": false
|
764 |
+
},
|
765 |
+
"automated": true
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"tag": {
|
769 |
+
"id": 10061,
|
770 |
+
"name": "suggestive",
|
771 |
+
"isCategory": false
|
772 |
+
},
|
773 |
+
"automated": true
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"tag": {
|
777 |
+
"id": 5193,
|
778 |
+
"name": "clothing",
|
779 |
+
"isCategory": false
|
780 |
+
},
|
781 |
+
"automated": true
|
782 |
+
},
|
783 |
+
{
|
784 |
+
"tag": {
|
785 |
+
"id": 5293,
|
786 |
+
"name": "underwear",
|
787 |
+
"isCategory": false
|
788 |
+
},
|
789 |
+
"automated": true
|
790 |
+
},
|
791 |
+
{
|
792 |
+
"tag": {
|
793 |
+
"id": 1930,
|
794 |
+
"name": "dress",
|
795 |
+
"isCategory": false
|
796 |
+
},
|
797 |
+
"automated": true
|
798 |
+
},
|
799 |
+
{
|
800 |
+
"tag": {
|
801 |
+
"id": 1718,
|
802 |
+
"name": "lingerie",
|
803 |
+
"isCategory": false
|
804 |
+
},
|
805 |
+
"automated": true
|
806 |
+
},
|
807 |
+
{
|
808 |
+
"tag": {
|
809 |
+
"id": 7643,
|
810 |
+
"name": "formal wear",
|
811 |
+
"isCategory": false
|
812 |
+
},
|
813 |
+
"automated": true
|
814 |
+
}
|
815 |
+
]
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e5f5094-1442-4cc2-ad19-88f6d1ddcf00/width=450/131773",
|
819 |
+
"nsfw": false,
|
820 |
+
"width": 768,
|
821 |
+
"height": 1152,
|
822 |
+
"hash": "ULJZ_M^,8__20z?vUHXS^7gO^+xbF|n+M{WB",
|
823 |
+
"meta": {
|
824 |
+
"Size": "512x768",
|
825 |
+
"seed": 440887870,
|
826 |
+
"steps": 25,
|
827 |
+
"prompt": "erotic masterpiece, highest quality, 4k, High detail RAW color Photo, (4m0ur4nth), (((elegant dress))), revealing clothes, (movie theater in background), ((paparazzi)), (standing on the red carpet), sexy, hot, feminine, hyperrealistic, highly detailed, realistic skin, hasselblad, gigapixel, skin pores, smile, high detailed hair, ((detailed face)), on focus, shadows, perfect lighting, outdoor, (innocent face, gorgeous face), ((perfect thighs)), vivid colors",
|
828 |
+
"sampler": "Euler a",
|
829 |
+
"cfgScale": 6.5,
|
830 |
+
"resources": [],
|
831 |
+
"Model hash": "deca6616",
|
832 |
+
"Hires steps": "15",
|
833 |
+
"Hires upscale": "1.5",
|
834 |
+
"Hires upscaler": "R-ESRGAN 4x+",
|
835 |
+
"negativePrompt": "((cartoon)), (3d), (disfigured), (bad art), (deformed), (poorly drawn), (extra limbs), (close up), strange colours, blurry, boring, sketch, lacklustre, (nsfw)",
|
836 |
+
"Denoising strength": "0.35"
|
837 |
+
},
|
838 |
+
"generationProcess": "txt2imgHiRes",
|
839 |
+
"needsReview": false,
|
840 |
+
"tags": [
|
841 |
+
{
|
842 |
+
"tag": {
|
843 |
+
"id": 26903,
|
844 |
+
"name": "red carpet",
|
845 |
+
"isCategory": false
|
846 |
+
},
|
847 |
+
"automated": true
|
848 |
+
},
|
849 |
+
{
|
850 |
+
"tag": {
|
851 |
+
"id": 15735,
|
852 |
+
"name": "gown",
|
853 |
+
"isCategory": false
|
854 |
+
},
|
855 |
+
"automated": true
|
856 |
+
},
|
857 |
+
{
|
858 |
+
"tag": {
|
859 |
+
"id": 8250,
|
860 |
+
"name": "swimwear",
|
861 |
+
"isCategory": false
|
862 |
+
},
|
863 |
+
"automated": true
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"tag": {
|
867 |
+
"id": 26902,
|
868 |
+
"name": "premiere",
|
869 |
+
"isCategory": false
|
870 |
+
},
|
871 |
+
"automated": true
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"tag": {
|
875 |
+
"id": 5163,
|
876 |
+
"name": "adult",
|
877 |
+
"isCategory": false
|
878 |
+
},
|
879 |
+
"automated": true
|
880 |
+
},
|
881 |
+
{
|
882 |
+
"tag": {
|
883 |
+
"id": 192,
|
884 |
+
"name": "female",
|
885 |
+
"isCategory": false
|
886 |
+
},
|
887 |
+
"automated": true
|
888 |
+
},
|
889 |
+
{
|
890 |
+
"tag": {
|
891 |
+
"id": 833,
|
892 |
+
"name": "fashion",
|
893 |
+
"isCategory": false
|
894 |
+
},
|
895 |
+
"automated": true
|
896 |
+
},
|
897 |
+
{
|
898 |
+
"tag": {
|
899 |
+
"id": 5193,
|
900 |
+
"name": "clothing",
|
901 |
+
"isCategory": false
|
902 |
+
},
|
903 |
+
"automated": true
|
904 |
+
},
|
905 |
+
{
|
906 |
+
"tag": {
|
907 |
+
"id": 1930,
|
908 |
+
"name": "dress",
|
909 |
+
"isCategory": false
|
910 |
+
},
|
911 |
+
"automated": true
|
912 |
+
},
|
913 |
+
{
|
914 |
+
"tag": {
|
915 |
+
"id": 7643,
|
916 |
+
"name": "formal wear",
|
917 |
+
"isCategory": false
|
918 |
+
},
|
919 |
+
"automated": true
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"tag": {
|
923 |
+
"id": 15736,
|
924 |
+
"name": "evening dress",
|
925 |
+
"isCategory": false
|
926 |
+
},
|
927 |
+
"automated": true
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"tag": {
|
931 |
+
"id": 5484,
|
932 |
+
"name": "face",
|
933 |
+
"isCategory": false
|
934 |
+
},
|
935 |
+
"automated": true
|
936 |
+
},
|
937 |
+
{
|
938 |
+
"tag": {
|
939 |
+
"id": 7626,
|
940 |
+
"name": "head",
|
941 |
+
"isCategory": false
|
942 |
+
},
|
943 |
+
"automated": true
|
944 |
+
},
|
945 |
+
{
|
946 |
+
"tag": {
|
947 |
+
"id": 66,
|
948 |
+
"name": "person",
|
949 |
+
"isCategory": false
|
950 |
+
},
|
951 |
+
"automated": true
|
952 |
+
},
|
953 |
+
{
|
954 |
+
"tag": {
|
955 |
+
"id": 5133,
|
956 |
+
"name": "woman",
|
957 |
+
"isCategory": true
|
958 |
+
},
|
959 |
+
"automated": true
|
960 |
+
},
|
961 |
+
{
|
962 |
+
"tag": {
|
963 |
+
"id": 10061,
|
964 |
+
"name": "suggestive",
|
965 |
+
"isCategory": false
|
966 |
+
},
|
967 |
+
"automated": true
|
968 |
+
},
|
969 |
+
{
|
970 |
+
"tag": {
|
971 |
+
"id": 6924,
|
972 |
+
"name": "revealing clothes",
|
973 |
+
"isCategory": false
|
974 |
+
},
|
975 |
+
"automated": true
|
976 |
+
}
|
977 |
+
]
|
978 |
+
},
|
979 |
+
{
|
980 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19985fd1-f955-4d26-59f1-c45c976a5d00/width=450/131776",
|
981 |
+
"nsfw": false,
|
982 |
+
"width": 768,
|
983 |
+
"height": 1152,
|
984 |
+
"hash": "UII}IyD%00~VD$R*-=Xnb_M|-;xuTeRjjEtR",
|
985 |
+
"meta": {
|
986 |
+
"Size": "512x768",
|
987 |
+
"seed": 2474138507,
|
988 |
+
"steps": 25,
|
989 |
+
"prompt": "erotic masterpiece, highest quality, 4k, High detail RAW color Photo, (4m0ur4nth), (((elegant dress))), revealing clothes, (movie theater in background), ((paparazzi)), (standing on the red carpet), sexy, hot, feminine, hyperrealistic, highly detailed, realistic skin, hasselblad, gigapixel, skin pores, smile, high detailed hair, ((detailed face)), on focus, shadows, perfect lighting, outdoor, (innocent face, gorgeous face), ((perfect thighs))",
|
990 |
+
"sampler": "Euler a",
|
991 |
+
"cfgScale": 6.5,
|
992 |
+
"resources": [],
|
993 |
+
"Model hash": "c11fb943",
|
994 |
+
"Hires steps": "15",
|
995 |
+
"Hires upscale": "1.5",
|
996 |
+
"Hires upscaler": "R-ESRGAN 4x+",
|
997 |
+
"negativePrompt": "((cartoon)), (3d), (disfigured), (bad art), (deformed), (poorly drawn), (extra limbs), (close up), strange colours, blurry, boring, sketch, lacklustre, (nsfw)",
|
998 |
+
"Denoising strength": "0.35"
|
999 |
+
},
|
1000 |
+
"generationProcess": "txt2imgHiRes",
|
1001 |
+
"needsReview": false,
|
1002 |
+
"tags": [
|
1003 |
+
{
|
1004 |
+
"tag": {
|
1005 |
+
"id": 5163,
|
1006 |
+
"name": "adult",
|
1007 |
+
"isCategory": false
|
1008 |
+
},
|
1009 |
+
"automated": true
|
1010 |
+
},
|
1011 |
+
{
|
1012 |
+
"tag": {
|
1013 |
+
"id": 10061,
|
1014 |
+
"name": "suggestive",
|
1015 |
+
"isCategory": false
|
1016 |
+
},
|
1017 |
+
"automated": true
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"tag": {
|
1021 |
+
"id": 6924,
|
1022 |
+
"name": "revealing clothes",
|
1023 |
+
"isCategory": false
|
1024 |
+
},
|
1025 |
+
"automated": true
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"tag": {
|
1029 |
+
"id": 20462,
|
1030 |
+
"name": "female swimwear or underwear",
|
1031 |
+
"isCategory": false
|
1032 |
+
},
|
1033 |
+
"automated": true
|
1034 |
+
},
|
1035 |
+
{
|
1036 |
+
"tag": {
|
1037 |
+
"id": 5973,
|
1038 |
+
"name": "bra",
|
1039 |
+
"isCategory": false
|
1040 |
+
},
|
1041 |
+
"automated": true
|
1042 |
+
},
|
1043 |
+
{
|
1044 |
+
"tag": {
|
1045 |
+
"id": 7327,
|
1046 |
+
"name": "corset",
|
1047 |
+
"isCategory": false
|
1048 |
+
},
|
1049 |
+
"automated": true
|
1050 |
+
},
|
1051 |
+
{
|
1052 |
+
"tag": {
|
1053 |
+
"id": 5193,
|
1054 |
+
"name": "clothing",
|
1055 |
+
"isCategory": false
|
1056 |
+
},
|
1057 |
+
"automated": true
|
1058 |
+
},
|
1059 |
+
{
|
1060 |
+
"tag": {
|
1061 |
+
"id": 1930,
|
1062 |
+
"name": "dress",
|
1063 |
+
"isCategory": false
|
1064 |
+
},
|
1065 |
+
"automated": true
|
1066 |
+
},
|
1067 |
+
{
|
1068 |
+
"tag": {
|
1069 |
+
"id": 833,
|
1070 |
+
"name": "fashion",
|
1071 |
+
"isCategory": false
|
1072 |
+
},
|
1073 |
+
"automated": true
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"tag": {
|
1077 |
+
"id": 5293,
|
1078 |
+
"name": "underwear",
|
1079 |
+
"isCategory": false
|
1080 |
+
},
|
1081 |
+
"automated": true
|
1082 |
+
},
|
1083 |
+
{
|
1084 |
+
"tag": {
|
1085 |
+
"id": 8250,
|
1086 |
+
"name": "swimwear",
|
1087 |
+
"isCategory": false
|
1088 |
+
},
|
1089 |
+
"automated": true
|
1090 |
+
},
|
1091 |
+
{
|
1092 |
+
"tag": {
|
1093 |
+
"id": 1718,
|
1094 |
+
"name": "lingerie",
|
1095 |
+
"isCategory": false
|
1096 |
+
},
|
1097 |
+
"automated": true
|
1098 |
+
},
|
1099 |
+
{
|
1100 |
+
"tag": {
|
1101 |
+
"id": 7643,
|
1102 |
+
"name": "formal wear",
|
1103 |
+
"isCategory": false
|
1104 |
+
},
|
1105 |
+
"automated": true
|
1106 |
+
},
|
1107 |
+
{
|
1108 |
+
"tag": {
|
1109 |
+
"id": 15736,
|
1110 |
+
"name": "evening dress",
|
1111 |
+
"isCategory": false
|
1112 |
+
},
|
1113 |
+
"automated": true
|
1114 |
+
},
|
1115 |
+
{
|
1116 |
+
"tag": {
|
1117 |
+
"id": 5484,
|
1118 |
+
"name": "face",
|
1119 |
+
"isCategory": false
|
1120 |
+
},
|
1121 |
+
"automated": true
|
1122 |
+
},
|
1123 |
+
{
|
1124 |
+
"tag": {
|
1125 |
+
"id": 7626,
|
1126 |
+
"name": "head",
|
1127 |
+
"isCategory": false
|
1128 |
+
},
|
1129 |
+
"automated": true
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"tag": {
|
1133 |
+
"id": 5133,
|
1134 |
+
"name": "woman",
|
1135 |
+
"isCategory": true
|
1136 |
+
},
|
1137 |
+
"automated": true
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"tag": {
|
1141 |
+
"id": 192,
|
1142 |
+
"name": "female",
|
1143 |
+
"isCategory": false
|
1144 |
+
},
|
1145 |
+
"automated": true
|
1146 |
+
},
|
1147 |
+
{
|
1148 |
+
"tag": {
|
1149 |
+
"id": 66,
|
1150 |
+
"name": "person",
|
1151 |
+
"isCategory": false
|
1152 |
+
},
|
1153 |
+
"automated": true
|
1154 |
+
}
|
1155 |
+
]
|
1156 |
+
},
|
1157 |
+
{
|
1158 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ace3146b-3f3e-4a62-1beb-92324a168000/width=450/131767",
|
1159 |
+
"nsfw": false,
|
1160 |
+
"width": 768,
|
1161 |
+
"height": 1152,
|
1162 |
+
"hash": "UMFPBPcFug-oUbxEDPM}bojFpIxFBE5SSdNH",
|
1163 |
+
"meta": {
|
1164 |
+
"Size": "512x768",
|
1165 |
+
"seed": 721765811,
|
1166 |
+
"steps": 25,
|
1167 |
+
"prompt": "erotic masterpiece, highest quality, 4k, High detail RAW color Photo, (4m0ur4nth), (sexy bodysuit:1.2), (cleavage), (sitting by the swimming pool), (swimming pool in background), (wet), sexy, hot, feminine, hyperrealistic, highly detailed, realistic skin, hasselblad, gigapixel, skin pores, smile, high detailed hair, ((detailed face)), on focus, shadows, perfect lighting, outdoor, (innocent face, gorgeous face), ((perfect thighs)), (vivid colors)",
|
1168 |
+
"sampler": "Euler a",
|
1169 |
+
"cfgScale": 6.5,
|
1170 |
+
"resources": [],
|
1171 |
+
"Model hash": "cfa57254",
|
1172 |
+
"Hires steps": "15",
|
1173 |
+
"Hires upscale": "1.5",
|
1174 |
+
"Hires upscaler": "R-ESRGAN 4x+",
|
1175 |
+
"negativePrompt": "((cartoon)), (3d), (disfigured), (bad art), (deformed), (poorly drawn), (extra limbs), (close up), strange colours, blurry, boring, sketch, lacklustre, (nsfw), (nipples)",
|
1176 |
+
"Denoising strength": "0.35"
|
1177 |
+
},
|
1178 |
+
"generationProcess": "txt2imgHiRes",
|
1179 |
+
"needsReview": false,
|
1180 |
+
"tags": [
|
1181 |
+
{
|
1182 |
+
"tag": {
|
1183 |
+
"id": 20462,
|
1184 |
+
"name": "female swimwear or underwear",
|
1185 |
+
"isCategory": false
|
1186 |
+
},
|
1187 |
+
"automated": true
|
1188 |
+
},
|
1189 |
+
{
|
1190 |
+
"tag": {
|
1191 |
+
"id": 6924,
|
1192 |
+
"name": "revealing clothes",
|
1193 |
+
"isCategory": false
|
1194 |
+
},
|
1195 |
+
"automated": true
|
1196 |
+
},
|
1197 |
+
{
|
1198 |
+
"tag": {
|
1199 |
+
"id": 5193,
|
1200 |
+
"name": "clothing",
|
1201 |
+
"isCategory": false
|
1202 |
+
},
|
1203 |
+
"automated": true
|
1204 |
+
},
|
1205 |
+
{
|
1206 |
+
"tag": {
|
1207 |
+
"id": 2392,
|
1208 |
+
"name": "bikini",
|
1209 |
+
"isCategory": false
|
1210 |
+
},
|
1211 |
+
"automated": true
|
1212 |
+
},
|
1213 |
+
{
|
1214 |
+
"tag": {
|
1215 |
+
"id": 5484,
|
1216 |
+
"name": "face",
|
1217 |
+
"isCategory": false
|
1218 |
+
},
|
1219 |
+
"automated": true
|
1220 |
+
},
|
1221 |
+
{
|
1222 |
+
"tag": {
|
1223 |
+
"id": 7626,
|
1224 |
+
"name": "head",
|
1225 |
+
"isCategory": false
|
1226 |
+
},
|
1227 |
+
"automated": true
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"tag": {
|
1231 |
+
"id": 8250,
|
1232 |
+
"name": "swimwear",
|
1233 |
+
"isCategory": false
|
1234 |
+
},
|
1235 |
+
"automated": true
|
1236 |
+
},
|
1237 |
+
{
|
1238 |
+
"tag": {
|
1239 |
+
"id": 5163,
|
1240 |
+
"name": "adult",
|
1241 |
+
"isCategory": false
|
1242 |
+
},
|
1243 |
+
"automated": true
|
1244 |
+
},
|
1245 |
+
{
|
1246 |
+
"tag": {
|
1247 |
+
"id": 192,
|
1248 |
+
"name": "female",
|
1249 |
+
"isCategory": false
|
1250 |
+
},
|
1251 |
+
"automated": true
|
1252 |
+
},
|
1253 |
+
{
|
1254 |
+
"tag": {
|
1255 |
+
"id": 66,
|
1256 |
+
"name": "person",
|
1257 |
+
"isCategory": false
|
1258 |
+
},
|
1259 |
+
"automated": true
|
1260 |
+
},
|
1261 |
+
{
|
1262 |
+
"tag": {
|
1263 |
+
"id": 5133,
|
1264 |
+
"name": "woman",
|
1265 |
+
"isCategory": true
|
1266 |
+
},
|
1267 |
+
"automated": true
|
1268 |
+
},
|
1269 |
+
{
|
1270 |
+
"tag": {
|
1271 |
+
"id": 10061,
|
1272 |
+
"name": "suggestive",
|
1273 |
+
"isCategory": false
|
1274 |
+
},
|
1275 |
+
"automated": true
|
1276 |
+
}
|
1277 |
+
]
|
1278 |
+
},
|
1279 |
+
{
|
1280 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95b77b8e-db03-46d1-7563-edea31673800/width=450/131781",
|
1281 |
+
"nsfw": false,
|
1282 |
+
"width": 768,
|
1283 |
+
"height": 1152,
|
1284 |
+
"hash": "UUI#cITK*J?aE.t,XAa$K*V[OZsp-=xuxGWY",
|
1285 |
+
"meta": {
|
1286 |
+
"Size": "512x768",
|
1287 |
+
"seed": 1668034174,
|
1288 |
+
"steps": 25,
|
1289 |
+
"prompt": "erotic (painting by Carne Griffiths) of (4m0ur4nth:1), (as a sexy surfer), (((posing seductively))), (confident), ((beach boardwalk background)), (paparazzi in background), (provocative bikini), (Feminine), ((Sexy Face)), ((detailed pupils)), ((perfect eyes)), (revealing outfit), extremely detailed painting, intricate, brush strokes, (art by Bastien Lecouffe-Deharme), trending on ArtStation, trending on CGSociety, art by midjourney, vivid colors, (laughing:1.1), (taking a selfie:1.3)",
|
1290 |
+
"sampler": "Euler a",
|
1291 |
+
"cfgScale": 6.5,
|
1292 |
+
"resources": [],
|
1293 |
+
"Model hash": "c11fb943",
|
1294 |
+
"Hires steps": "15",
|
1295 |
+
"Hires upscale": "1.5",
|
1296 |
+
"Hires upscaler": "R-ESRGAN 4x+",
|
1297 |
+
"negativePrompt": "((disfigured)), ((bad art)), ((deformed)), ((extra limbs)), ((close up)), ((b&w)), blurry, (((duplicate))), ((mutilated)), extra fingers, mutated hands, ((poorly drawn hands)), ((poorly drawn face)), (((mutation))), (((deformed))), ((ugly)), blurry, ((bad anatomy)), (((bad proportions))), ((extra limbs)), cloned face, (((disfigured))), out of frame, gross proportions, (malformed limbs), ((missing arms)), ((missing legs)), (((extra arms))), (((extra legs))), mutated hands, (fused fingers), (too many fingers), tiling, poorly drawn feet, out of frame, mutated, extra limbs, disfigured, blurry, bad art, bad anatomy, (nsfw)",
|
1298 |
+
"Denoising strength": "0.35"
|
1299 |
+
},
|
1300 |
+
"generationProcess": "txt2imgHiRes",
|
1301 |
+
"needsReview": false,
|
1302 |
+
"tags": []
|
1303 |
+
},
|
1304 |
+
{
|
1305 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/495983df-a08b-424d-e62e-59bf60834300/width=450/131772",
|
1306 |
+
"nsfw": false,
|
1307 |
+
"width": 768,
|
1308 |
+
"height": 1152,
|
1309 |
+
"hash": "UKIN:V~W000K00IV%#x]EM%3-ptRR*RjkWV@",
|
1310 |
+
"meta": {
|
1311 |
+
"Size": "512x768",
|
1312 |
+
"seed": 440887878,
|
1313 |
+
"steps": 25,
|
1314 |
+
"prompt": "erotic masterpiece, highest quality, 4k, High detail RAW color Photo, (4m0ur4nth), (((elegant dress))), revealing clothes, (movie theater in background), ((paparazzi)), (standing on the red carpet), sexy, hot, feminine, hyperrealistic, highly detailed, realistic skin, hasselblad, gigapixel, skin pores, smile, high detailed hair, ((detailed face)), on focus, shadows, perfect lighting, outdoor, (innocent face, gorgeous face), ((perfect thighs)), vivid colors",
|
1315 |
+
"sampler": "Euler a",
|
1316 |
+
"cfgScale": 6.5,
|
1317 |
+
"resources": [],
|
1318 |
+
"Model hash": "deca6616",
|
1319 |
+
"Hires steps": "15",
|
1320 |
+
"Hires upscale": "1.5",
|
1321 |
+
"Hires upscaler": "R-ESRGAN 4x+",
|
1322 |
+
"negativePrompt": "((cartoon)), (3d), (disfigured), (bad art), (deformed), (poorly drawn), (extra limbs), (close up), strange colours, blurry, boring, sketch, lacklustre, (nsfw)",
|
1323 |
+
"Denoising strength": "0.35"
|
1324 |
+
},
|
1325 |
+
"generationProcess": "txt2imgHiRes",
|
1326 |
+
"needsReview": false,
|
1327 |
+
"tags": [
|
1328 |
+
{
|
1329 |
+
"tag": {
|
1330 |
+
"id": 1930,
|
1331 |
+
"name": "dress",
|
1332 |
+
"isCategory": false
|
1333 |
+
},
|
1334 |
+
"automated": true
|
1335 |
+
},
|
1336 |
+
{
|
1337 |
+
"tag": {
|
1338 |
+
"id": 7643,
|
1339 |
+
"name": "formal wear",
|
1340 |
+
"isCategory": false
|
1341 |
+
},
|
1342 |
+
"automated": true
|
1343 |
+
},
|
1344 |
+
{
|
1345 |
+
"tag": {
|
1346 |
+
"id": 5484,
|
1347 |
+
"name": "face",
|
1348 |
+
"isCategory": false
|
1349 |
+
},
|
1350 |
+
"automated": true
|
1351 |
+
},
|
1352 |
+
{
|
1353 |
+
"tag": {
|
1354 |
+
"id": 5293,
|
1355 |
+
"name": "underwear",
|
1356 |
+
"isCategory": false
|
1357 |
+
},
|
1358 |
+
"automated": true
|
1359 |
+
},
|
1360 |
+
{
|
1361 |
+
"tag": {
|
1362 |
+
"id": 1718,
|
1363 |
+
"name": "lingerie",
|
1364 |
+
"isCategory": false
|
1365 |
+
},
|
1366 |
+
"automated": true
|
1367 |
+
},
|
1368 |
+
{
|
1369 |
+
"tag": {
|
1370 |
+
"id": 10061,
|
1371 |
+
"name": "suggestive",
|
1372 |
+
"isCategory": false
|
1373 |
+
},
|
1374 |
+
"automated": true
|
1375 |
+
},
|
1376 |
+
{
|
1377 |
+
"tag": {
|
1378 |
+
"id": 5193,
|
1379 |
+
"name": "clothing",
|
1380 |
+
"isCategory": false
|
1381 |
+
},
|
1382 |
+
"automated": true
|
1383 |
+
},
|
1384 |
+
{
|
1385 |
+
"tag": {
|
1386 |
+
"id": 833,
|
1387 |
+
"name": "fashion",
|
1388 |
+
"isCategory": false
|
1389 |
+
},
|
1390 |
+
"automated": true
|
1391 |
+
},
|
1392 |
+
{
|
1393 |
+
"tag": {
|
1394 |
+
"id": 15736,
|
1395 |
+
"name": "evening dress",
|
1396 |
+
"isCategory": false
|
1397 |
+
},
|
1398 |
+
"automated": true
|
1399 |
+
},
|
1400 |
+
{
|
1401 |
+
"tag": {
|
1402 |
+
"id": 7626,
|
1403 |
+
"name": "head",
|
1404 |
+
"isCategory": false
|
1405 |
+
},
|
1406 |
+
"automated": true
|
1407 |
+
},
|
1408 |
+
{
|
1409 |
+
"tag": {
|
1410 |
+
"id": 15735,
|
1411 |
+
"name": "gown",
|
1412 |
+
"isCategory": false
|
1413 |
+
},
|
1414 |
+
"automated": true
|
1415 |
+
},
|
1416 |
+
{
|
1417 |
+
"tag": {
|
1418 |
+
"id": 5973,
|
1419 |
+
"name": "bra",
|
1420 |
+
"isCategory": false
|
1421 |
+
},
|
1422 |
+
"automated": true
|
1423 |
+
},
|
1424 |
+
{
|
1425 |
+
"tag": {
|
1426 |
+
"id": 6924,
|
1427 |
+
"name": "revealing clothes",
|
1428 |
+
"isCategory": false
|
1429 |
+
},
|
1430 |
+
"automated": true
|
1431 |
+
},
|
1432 |
+
{
|
1433 |
+
"tag": {
|
1434 |
+
"id": 20462,
|
1435 |
+
"name": "female swimwear or underwear",
|
1436 |
+
"isCategory": false
|
1437 |
+
},
|
1438 |
+
"automated": true
|
1439 |
+
},
|
1440 |
+
{
|
1441 |
+
"tag": {
|
1442 |
+
"id": 5163,
|
1443 |
+
"name": "adult",
|
1444 |
+
"isCategory": false
|
1445 |
+
},
|
1446 |
+
"automated": true
|
1447 |
+
},
|
1448 |
+
{
|
1449 |
+
"tag": {
|
1450 |
+
"id": 192,
|
1451 |
+
"name": "female",
|
1452 |
+
"isCategory": false
|
1453 |
+
},
|
1454 |
+
"automated": true
|
1455 |
+
},
|
1456 |
+
{
|
1457 |
+
"tag": {
|
1458 |
+
"id": 66,
|
1459 |
+
"name": "person",
|
1460 |
+
"isCategory": false
|
1461 |
+
},
|
1462 |
+
"automated": true
|
1463 |
+
},
|
1464 |
+
{
|
1465 |
+
"tag": {
|
1466 |
+
"id": 5133,
|
1467 |
+
"name": "woman",
|
1468 |
+
"isCategory": true
|
1469 |
+
},
|
1470 |
+
"automated": true
|
1471 |
+
},
|
1472 |
+
{
|
1473 |
+
"tag": {
|
1474 |
+
"id": 8250,
|
1475 |
+
"name": "swimwear",
|
1476 |
+
"isCategory": false
|
1477 |
+
},
|
1478 |
+
"automated": true
|
1479 |
+
},
|
1480 |
+
{
|
1481 |
+
"tag": {
|
1482 |
+
"id": 7890,
|
1483 |
+
"name": "body part",
|
1484 |
+
"isCategory": false
|
1485 |
+
},
|
1486 |
+
"automated": true
|
1487 |
+
},
|
1488 |
+
{
|
1489 |
+
"tag": {
|
1490 |
+
"id": 15715,
|
1491 |
+
"name": "finger",
|
1492 |
+
"isCategory": false
|
1493 |
+
},
|
1494 |
+
"automated": true
|
1495 |
+
},
|
1496 |
+
{
|
1497 |
+
"tag": {
|
1498 |
+
"id": 8979,
|
1499 |
+
"name": "hand",
|
1500 |
+
"isCategory": false
|
1501 |
+
},
|
1502 |
+
"automated": true
|
1503 |
+
},
|
1504 |
+
{
|
1505 |
+
"tag": {
|
1506 |
+
"id": 7802,
|
1507 |
+
"name": "hair",
|
1508 |
+
"isCategory": false
|
1509 |
+
},
|
1510 |
+
"automated": true
|
1511 |
+
},
|
1512 |
+
{
|
1513 |
+
"tag": {
|
1514 |
+
"id": 7327,
|
1515 |
+
"name": "corset",
|
1516 |
+
"isCategory": false
|
1517 |
+
},
|
1518 |
+
"automated": true
|
1519 |
+
}
|
1520 |
+
]
|
1521 |
+
}
|
1522 |
+
],
|
1523 |
+
"downloadUrl": "https://civitai.com/api/download/models/13622"
|
1524 |
+
}
|
embeddings/4m0ur4nth.preview.png
ADDED
![]() |
Git LFS Details
|
embeddings/4m0ur4nth.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b826dfceb20e22d11bee446cac2aaed675c385eefc7af4e51ef0ceea986e631c
|
3 |
+
size 16299
|
embeddings/Alettaocean.civitai.info
ADDED
@@ -0,0 +1,435 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": 1118,
|
3 |
+
"modelId": 1110,
|
4 |
+
"name": "1",
|
5 |
+
"createdAt": "2022-11-28T09:28:18.111Z",
|
6 |
+
"updatedAt": "2023-01-21T21:20:57.088Z",
|
7 |
+
"trainedWords": [
|
8 |
+
"Alettaocean"
|
9 |
+
],
|
10 |
+
"baseModel": "SD 1.5",
|
11 |
+
"earlyAccessTimeFrame": 0,
|
12 |
+
"description": "<p>Initial release</p>",
|
13 |
+
"model": {
|
14 |
+
"name": "AlettaOcean",
|
15 |
+
"type": "TextualInversion",
|
16 |
+
"nsfw": true,
|
17 |
+
"poi": false
|
18 |
+
},
|
19 |
+
"files": [
|
20 |
+
{
|
21 |
+
"name": "Alettaocean.pt",
|
22 |
+
"id": 974,
|
23 |
+
"sizeKB": 6.9169921875,
|
24 |
+
"type": "Model",
|
25 |
+
"format": "PickleTensor",
|
26 |
+
"pickleScanResult": "Success",
|
27 |
+
"pickleScanMessage": "No Pickle imports",
|
28 |
+
"virusScanResult": "Success",
|
29 |
+
"scannedAt": "2022-11-28T09:35:54.424Z",
|
30 |
+
"hashes": {
|
31 |
+
"AutoV2": "C8204E374F",
|
32 |
+
"SHA256": "C8204E374F2FB48A4214E0B33CA258FBF095BCBB25342F73CA27021BC18577C1",
|
33 |
+
"CRC32": "5258C55D",
|
34 |
+
"BLAKE3": "FE0D8E405676F5F2DE112F0123ECFDB9D02677372519CB279561C90A69A8F750"
|
35 |
+
},
|
36 |
+
"primary": true,
|
37 |
+
"downloadUrl": "https://civitai.com/api/download/models/1118"
|
38 |
+
}
|
39 |
+
],
|
40 |
+
"images": [
|
41 |
+
{
|
42 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0241370c-8165-4962-dffb-97031c360a00/width=450/9098",
|
43 |
+
"nsfw": true,
|
44 |
+
"width": 1024,
|
45 |
+
"height": 1024,
|
46 |
+
"hash": "UAIXEe000000NFOr}[^*s+n$~WIp?vM{ROj[",
|
47 |
+
"meta": {
|
48 |
+
"Size": "1024x1024",
|
49 |
+
"seed": 3856234369,
|
50 |
+
"Model": "Hypermix",
|
51 |
+
"steps": 30,
|
52 |
+
"prompt": "amouranth and alettaocean posing wearing a french maid uniform, red hair, round naked breasts, standing against a wall, from the front, round breasts, black background, cat ears",
|
53 |
+
"sampler": "DPM++ SDE Karras",
|
54 |
+
"cfgScale": 7,
|
55 |
+
"Model hash": "b031fc86",
|
56 |
+
"negativePrompt": "bad anatomy, bad proportions, painting, anime, art, black and white, cartoon, 3d, ugly face, (disfigured), (bad art), (deformed), (poorly drawn), (extra limbs), strange colors, blurry, boring, sketch, repetitive, cropped, hands, ugly face, smile",
|
57 |
+
"First pass size": "0x0",
|
58 |
+
"Denoising strength": "0.6"
|
59 |
+
},
|
60 |
+
"generationProcess": "img2img",
|
61 |
+
"needsReview": false,
|
62 |
+
"tags": [
|
63 |
+
{
|
64 |
+
"tag": {
|
65 |
+
"id": 6924,
|
66 |
+
"name": "revealing clothes",
|
67 |
+
"isCategory": false
|
68 |
+
},
|
69 |
+
"automated": true
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"tag": {
|
73 |
+
"id": 20462,
|
74 |
+
"name": "female swimwear or underwear",
|
75 |
+
"isCategory": false
|
76 |
+
},
|
77 |
+
"automated": true
|
78 |
+
},
|
79 |
+
{
|
80 |
+
"tag": {
|
81 |
+
"id": 5973,
|
82 |
+
"name": "bra",
|
83 |
+
"isCategory": false
|
84 |
+
},
|
85 |
+
"automated": true
|
86 |
+
},
|
87 |
+
{
|
88 |
+
"tag": {
|
89 |
+
"id": 7626,
|
90 |
+
"name": "head",
|
91 |
+
"isCategory": false
|
92 |
+
},
|
93 |
+
"automated": true
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"tag": {
|
97 |
+
"id": 8250,
|
98 |
+
"name": "swimwear",
|
99 |
+
"isCategory": false
|
100 |
+
},
|
101 |
+
"automated": true
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"tag": {
|
105 |
+
"id": 5163,
|
106 |
+
"name": "adult",
|
107 |
+
"isCategory": false
|
108 |
+
},
|
109 |
+
"automated": true
|
110 |
+
},
|
111 |
+
{
|
112 |
+
"tag": {
|
113 |
+
"id": 66,
|
114 |
+
"name": "person",
|
115 |
+
"isCategory": false
|
116 |
+
},
|
117 |
+
"automated": true
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"tag": {
|
121 |
+
"id": 5133,
|
122 |
+
"name": "woman",
|
123 |
+
"isCategory": true
|
124 |
+
},
|
125 |
+
"automated": true
|
126 |
+
},
|
127 |
+
{
|
128 |
+
"tag": {
|
129 |
+
"id": 5193,
|
130 |
+
"name": "clothing",
|
131 |
+
"isCategory": false
|
132 |
+
},
|
133 |
+
"automated": true
|
134 |
+
},
|
135 |
+
{
|
136 |
+
"tag": {
|
137 |
+
"id": 10061,
|
138 |
+
"name": "suggestive",
|
139 |
+
"isCategory": false
|
140 |
+
},
|
141 |
+
"automated": true
|
142 |
+
},
|
143 |
+
{
|
144 |
+
"tag": {
|
145 |
+
"id": 1718,
|
146 |
+
"name": "lingerie",
|
147 |
+
"isCategory": false
|
148 |
+
},
|
149 |
+
"automated": true
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"tag": {
|
153 |
+
"id": 5293,
|
154 |
+
"name": "underwear",
|
155 |
+
"isCategory": false
|
156 |
+
},
|
157 |
+
"automated": true
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"tag": {
|
161 |
+
"id": 5484,
|
162 |
+
"name": "face",
|
163 |
+
"isCategory": false
|
164 |
+
},
|
165 |
+
"automated": true
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"tag": {
|
169 |
+
"id": 192,
|
170 |
+
"name": "female",
|
171 |
+
"isCategory": false
|
172 |
+
},
|
173 |
+
"automated": true
|
174 |
+
}
|
175 |
+
]
|
176 |
+
},
|
177 |
+
{
|
178 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c98b956-51b7-4e04-1cab-c82079bf8d00/width=450/9099",
|
179 |
+
"nsfw": true,
|
180 |
+
"width": 1024,
|
181 |
+
"height": 1024,
|
182 |
+
"hash": "URFY=bTO5q9ZVBv_NZNG%MD$xBw]x^%gEORk",
|
183 |
+
"meta": {
|
184 |
+
"Size": "1024x1024",
|
185 |
+
"seed": 3323572570,
|
186 |
+
"Model": "v1-5-pruned-emaonly",
|
187 |
+
"steps": 30,
|
188 |
+
"prompt": "(closeup :1.1) of a beautiful alettaocean posing in a tight black dress, looking at me, at the beach, clear eyes, detailed face, smooth skin, (realistic photo:1.0), (masterpiece:1.0), (realistic face: 1.3), 8k, HQ, in focus,ultra detailed, intricate details, Hasselblad 500C",
|
189 |
+
"sampler": "DPM++ SDE Karras",
|
190 |
+
"cfgScale": 7,
|
191 |
+
"Model hash": "81761151",
|
192 |
+
"negativePrompt": "hands, bad anatomy, bad proportions, painting, anime, art, black and white, cartoon, 3d, ugly face, (disfigured), (bad art), (deformed), (poorly drawn), (extra limbs), strange colors, blurry, boring, sketch, repetitive, cropped, hands, ugly face, smile",
|
193 |
+
"First pass size": "0x0",
|
194 |
+
"Denoising strength": "0.1"
|
195 |
+
},
|
196 |
+
"generationProcess": "img2img",
|
197 |
+
"needsReview": false,
|
198 |
+
"tags": [
|
199 |
+
{
|
200 |
+
"tag": {
|
201 |
+
"id": 833,
|
202 |
+
"name": "fashion",
|
203 |
+
"isCategory": false
|
204 |
+
},
|
205 |
+
"automated": true
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"tag": {
|
209 |
+
"id": 5484,
|
210 |
+
"name": "face",
|
211 |
+
"isCategory": false
|
212 |
+
},
|
213 |
+
"automated": true
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"tag": {
|
217 |
+
"id": 7626,
|
218 |
+
"name": "head",
|
219 |
+
"isCategory": false
|
220 |
+
},
|
221 |
+
"automated": true
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"tag": {
|
225 |
+
"id": 5241,
|
226 |
+
"name": "photography",
|
227 |
+
"isCategory": true
|
228 |
+
},
|
229 |
+
"automated": true
|
230 |
+
},
|
231 |
+
{
|
232 |
+
"tag": {
|
233 |
+
"id": 1441,
|
234 |
+
"name": "portrait",
|
235 |
+
"isCategory": false
|
236 |
+
},
|
237 |
+
"automated": true
|
238 |
+
},
|
239 |
+
{
|
240 |
+
"tag": {
|
241 |
+
"id": 5193,
|
242 |
+
"name": "clothing",
|
243 |
+
"isCategory": false
|
244 |
+
},
|
245 |
+
"automated": true
|
246 |
+
},
|
247 |
+
{
|
248 |
+
"tag": {
|
249 |
+
"id": 8250,
|
250 |
+
"name": "swimwear",
|
251 |
+
"isCategory": false
|
252 |
+
},
|
253 |
+
"automated": true
|
254 |
+
},
|
255 |
+
{
|
256 |
+
"tag": {
|
257 |
+
"id": 9769,
|
258 |
+
"name": "cosmetics",
|
259 |
+
"isCategory": false
|
260 |
+
},
|
261 |
+
"automated": true
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"tag": {
|
265 |
+
"id": 7890,
|
266 |
+
"name": "body part",
|
267 |
+
"isCategory": false
|
268 |
+
},
|
269 |
+
"automated": true
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"tag": {
|
273 |
+
"id": 1930,
|
274 |
+
"name": "dress",
|
275 |
+
"isCategory": false
|
276 |
+
},
|
277 |
+
"automated": true
|
278 |
+
},
|
279 |
+
{
|
280 |
+
"tag": {
|
281 |
+
"id": 5973,
|
282 |
+
"name": "bra",
|
283 |
+
"isCategory": false
|
284 |
+
},
|
285 |
+
"automated": true
|
286 |
+
},
|
287 |
+
{
|
288 |
+
"tag": {
|
289 |
+
"id": 1718,
|
290 |
+
"name": "lingerie",
|
291 |
+
"isCategory": false
|
292 |
+
},
|
293 |
+
"automated": true
|
294 |
+
},
|
295 |
+
{
|
296 |
+
"tag": {
|
297 |
+
"id": 5293,
|
298 |
+
"name": "underwear",
|
299 |
+
"isCategory": false
|
300 |
+
},
|
301 |
+
"automated": true
|
302 |
+
},
|
303 |
+
{
|
304 |
+
"tag": {
|
305 |
+
"id": 3642,
|
306 |
+
"name": "black hair",
|
307 |
+
"isCategory": false
|
308 |
+
},
|
309 |
+
"automated": true
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"tag": {
|
313 |
+
"id": 7802,
|
314 |
+
"name": "hair",
|
315 |
+
"isCategory": false
|
316 |
+
},
|
317 |
+
"automated": true
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"tag": {
|
321 |
+
"id": 7643,
|
322 |
+
"name": "formal wear",
|
323 |
+
"isCategory": false
|
324 |
+
},
|
325 |
+
"automated": true
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"tag": {
|
329 |
+
"id": 8613,
|
330 |
+
"name": "neck",
|
331 |
+
"isCategory": false
|
332 |
+
},
|
333 |
+
"automated": true
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"tag": {
|
337 |
+
"id": 66,
|
338 |
+
"name": "person",
|
339 |
+
"isCategory": false
|
340 |
+
},
|
341 |
+
"automated": true
|
342 |
+
},
|
343 |
+
{
|
344 |
+
"tag": {
|
345 |
+
"id": 4211,
|
346 |
+
"name": "happy",
|
347 |
+
"isCategory": false
|
348 |
+
},
|
349 |
+
"automated": true
|
350 |
+
},
|
351 |
+
{
|
352 |
+
"tag": {
|
353 |
+
"id": 7891,
|
354 |
+
"name": "mouth",
|
355 |
+
"isCategory": false
|
356 |
+
},
|
357 |
+
"automated": true
|
358 |
+
},
|
359 |
+
{
|
360 |
+
"tag": {
|
361 |
+
"id": 6924,
|
362 |
+
"name": "revealing clothes",
|
363 |
+
"isCategory": false
|
364 |
+
},
|
365 |
+
"automated": true
|
366 |
+
},
|
367 |
+
{
|
368 |
+
"tag": {
|
369 |
+
"id": 7938,
|
370 |
+
"name": "skin",
|
371 |
+
"isCategory": false
|
372 |
+
},
|
373 |
+
"automated": true
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"tag": {
|
377 |
+
"id": 10061,
|
378 |
+
"name": "suggestive",
|
379 |
+
"isCategory": false
|
380 |
+
},
|
381 |
+
"automated": true
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"tag": {
|
385 |
+
"id": 192,
|
386 |
+
"name": "female",
|
387 |
+
"isCategory": false
|
388 |
+
},
|
389 |
+
"automated": true
|
390 |
+
},
|
391 |
+
{
|
392 |
+
"tag": {
|
393 |
+
"id": 6611,
|
394 |
+
"name": "lipstick",
|
395 |
+
"isCategory": false
|
396 |
+
},
|
397 |
+
"automated": true
|
398 |
+
},
|
399 |
+
{
|
400 |
+
"tag": {
|
401 |
+
"id": 5163,
|
402 |
+
"name": "adult",
|
403 |
+
"isCategory": false
|
404 |
+
},
|
405 |
+
"automated": true
|
406 |
+
},
|
407 |
+
{
|
408 |
+
"tag": {
|
409 |
+
"id": 5133,
|
410 |
+
"name": "woman",
|
411 |
+
"isCategory": true
|
412 |
+
},
|
413 |
+
"automated": true
|
414 |
+
},
|
415 |
+
{
|
416 |
+
"tag": {
|
417 |
+
"id": 15736,
|
418 |
+
"name": "evening dress",
|
419 |
+
"isCategory": false
|
420 |
+
},
|
421 |
+
"automated": true
|
422 |
+
},
|
423 |
+
{
|
424 |
+
"tag": {
|
425 |
+
"id": 5772,
|
426 |
+
"name": "smile",
|
427 |
+
"isCategory": false
|
428 |
+
},
|
429 |
+
"automated": true
|
430 |
+
}
|
431 |
+
]
|
432 |
+
}
|
433 |
+
],
|
434 |
+
"downloadUrl": "https://civitai.com/api/download/models/1118"
|
435 |
+
}
|
embeddings/Alettaocean.preview.png
ADDED
![]() |
Git LFS Details
|
embeddings/Alettaocean.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8204e374f2fb48a4214e0b33ca258fbf095bcbb25342f73ca27021bc18577c1
|
3 |
+
size 7083
|
embeddings/Amanda Sherman.civitai.info
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{}
|
embeddings/Amanda Sherman.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39bbdccbf15fb34a10764a6ec6cd7256a9954a8a72c7b449dffafe42fe878375
|
3 |
+
size 4032
|
embeddings/Hail33.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c21306648fcad175763f5c81dd2121f302c5d3f595367ca3388924f824279bc
|
3 |
+
size 3840
|
embeddings/Hail33.civitai.info
ADDED
@@ -0,0 +1,155 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": 7398,
|
3 |
+
"modelId": 6311,
|
4 |
+
"name": "Hail33",
|
5 |
+
"createdAt": "2023-02-02T14:06:31.424Z",
|
6 |
+
"updatedAt": "2023-02-02T14:06:31.424Z",
|
7 |
+
"trainedWords": [
|
8 |
+
"Hail33"
|
9 |
+
],
|
10 |
+
"baseModel": "SD 1.5",
|
11 |
+
"earlyAccessTimeFrame": 0,
|
12 |
+
"description": null,
|
13 |
+
"model": {
|
14 |
+
"name": "Hailee Steinfeld",
|
15 |
+
"type": "TextualInversion",
|
16 |
+
"nsfw": false,
|
17 |
+
"poi": true
|
18 |
+
},
|
19 |
+
"files": [
|
20 |
+
{
|
21 |
+
"name": "Hail33.bin",
|
22 |
+
"id": 7474,
|
23 |
+
"sizeKB": 3.75,
|
24 |
+
"type": "Model",
|
25 |
+
"format": "Other",
|
26 |
+
"pickleScanResult": "Success",
|
27 |
+
"pickleScanMessage": "No Pickle imports",
|
28 |
+
"virusScanResult": "Success",
|
29 |
+
"scannedAt": "2023-02-02T18:13:34.640Z",
|
30 |
+
"hashes": {
|
31 |
+
"AutoV2": "3C21306648",
|
32 |
+
"SHA256": "3C21306648FCAD175763F5C81DD2121F302C5D3F595367CA3388924F824279BC",
|
33 |
+
"CRC32": "32F9A975",
|
34 |
+
"BLAKE3": "73DC24AA2C056E5853772383A689C2FA38A467EFA409D6CA648C80862AE07C19"
|
35 |
+
},
|
36 |
+
"primary": true,
|
37 |
+
"downloadUrl": "https://civitai.com/api/download/models/7398"
|
38 |
+
}
|
39 |
+
],
|
40 |
+
"images": [
|
41 |
+
{
|
42 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72091f52-0dd8-401b-0c0a-a1f4fb21ab00/width=450/68989",
|
43 |
+
"nsfw": false,
|
44 |
+
"width": 512,
|
45 |
+
"height": 768,
|
46 |
+
"hash": "UHJjbz0#%fNfu3JW~V^*.8oIxZIpW,Iqr=D%",
|
47 |
+
"meta": {
|
48 |
+
"Size": "512x768",
|
49 |
+
"seed": 322583368,
|
50 |
+
"Model": "deliberate_v11",
|
51 |
+
"steps": 32,
|
52 |
+
"prompt": "Hail33, 1920's, flapper girl, purple dress, face detail, intricate high detail, dramatic, skin pores, outdoor lighting, heavy shadows, detailed, (vibrant, photo realistic, dramatic, sharp focus) ((film grain, skin details, high detailed skin texture, 8k hdr, dslr))",
|
53 |
+
"sampler": "DPM++ 2M Karras",
|
54 |
+
"cfgScale": 7,
|
55 |
+
"resources": [
|
56 |
+
{
|
57 |
+
"hash": "d8691b4d16",
|
58 |
+
"name": "deliberate_v11",
|
59 |
+
"type": "model"
|
60 |
+
}
|
61 |
+
],
|
62 |
+
"Model hash": "d8691b4d16",
|
63 |
+
"negativePrompt": ", black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome"
|
64 |
+
},
|
65 |
+
"generationProcess": "txt2img",
|
66 |
+
"needsReview": false,
|
67 |
+
"tags": []
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7030c087-47aa-4a47-d127-767d31f76700/width=450/68992",
|
71 |
+
"nsfw": false,
|
72 |
+
"width": 512,
|
73 |
+
"height": 768,
|
74 |
+
"hash": "UFGt{O0015}?B=,.x]E2O[Rj%Mxu9^WB-pW=",
|
75 |
+
"meta": {
|
76 |
+
"Size": "512x768",
|
77 |
+
"seed": 1249883715,
|
78 |
+
"Model": "realisticVisionV13_v13VAEIncluded",
|
79 |
+
"steps": 32,
|
80 |
+
"prompt": "Hail33, pirate, pirate ship, full body, face detail, intricate high detail, dramatic, skin pores, outdoor lighting, heavy shadows, detailed, (vibrant, photo realistic, dramatic, sharp focus) ((film grain, skin details, high detailed skin texture, 8k hdr, dslr))",
|
81 |
+
"sampler": "DPM++ 2M Karras",
|
82 |
+
"cfgScale": 7,
|
83 |
+
"resources": [
|
84 |
+
{
|
85 |
+
"hash": "c35782bad8",
|
86 |
+
"name": "realisticVisionV13_v13VAEIncluded",
|
87 |
+
"type": "model"
|
88 |
+
}
|
89 |
+
],
|
90 |
+
"Model hash": "c35782bad8",
|
91 |
+
"negativePrompt": ", black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome"
|
92 |
+
},
|
93 |
+
"generationProcess": "txt2img",
|
94 |
+
"needsReview": false,
|
95 |
+
"tags": []
|
96 |
+
},
|
97 |
+
{
|
98 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/534d8840-9879-4e19-9fa3-f53fe1494600/width=450/68991",
|
99 |
+
"nsfw": false,
|
100 |
+
"width": 512,
|
101 |
+
"height": 768,
|
102 |
+
"hash": "UMG*jB?]PUyEKMS*xv%KyF?b?bxv%3WrNHWs",
|
103 |
+
"meta": {
|
104 |
+
"Size": "512x768",
|
105 |
+
"seed": 482508849,
|
106 |
+
"Model": "realisticVisionV13_v13VAEIncluded",
|
107 |
+
"steps": 32,
|
108 |
+
"prompt": "Hail33, Purple sun dress, full body, face detail, intricate high detail, dramatic, skin pores, outdoor lighting, heavy shadows, detailed, (vibrant, photo realistic, dramatic, sharp focus) ((film grain, skin details, high detailed skin texture, 8k hdr, dslr))",
|
109 |
+
"sampler": "DPM++ 2M Karras",
|
110 |
+
"cfgScale": 7,
|
111 |
+
"resources": [
|
112 |
+
{
|
113 |
+
"hash": "c35782bad8",
|
114 |
+
"name": "realisticVisionV13_v13VAEIncluded",
|
115 |
+
"type": "model"
|
116 |
+
}
|
117 |
+
],
|
118 |
+
"Model hash": "c35782bad8",
|
119 |
+
"negativePrompt": ", black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome"
|
120 |
+
},
|
121 |
+
"generationProcess": "txt2img",
|
122 |
+
"needsReview": false,
|
123 |
+
"tags": []
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f0d302e-7927-4106-fd51-2713c237e400/width=450/68990",
|
127 |
+
"nsfw": false,
|
128 |
+
"width": 512,
|
129 |
+
"height": 768,
|
130 |
+
"hash": "UMJQl}q[10IU5j9Z%Mx]lB0LSe%1~W$x%3aK",
|
131 |
+
"meta": {
|
132 |
+
"Size": "512x768",
|
133 |
+
"seed": 401772135,
|
134 |
+
"Model": "deliberate_v11",
|
135 |
+
"steps": 32,
|
136 |
+
"prompt": "Hail33, Purple sun dress, full body, face detail, intricate high detail, dramatic, skin pores, outdoor lighting, heavy shadows, detailed, (vibrant, photo realistic, dramatic, sharp focus) ((film grain, skin details, high detailed skin texture, 8k hdr, dslr))",
|
137 |
+
"sampler": "DPM++ 2M Karras",
|
138 |
+
"cfgScale": 7,
|
139 |
+
"resources": [
|
140 |
+
{
|
141 |
+
"hash": "d8691b4d16",
|
142 |
+
"name": "deliberate_v11",
|
143 |
+
"type": "model"
|
144 |
+
}
|
145 |
+
],
|
146 |
+
"Model hash": "d8691b4d16",
|
147 |
+
"negativePrompt": ", black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome"
|
148 |
+
},
|
149 |
+
"generationProcess": "txt2img",
|
150 |
+
"needsReview": false,
|
151 |
+
"tags": []
|
152 |
+
}
|
153 |
+
],
|
154 |
+
"downloadUrl": "https://civitai.com/api/download/models/7398"
|
155 |
+
}
|
embeddings/Hail33.preview.png
ADDED
![]() |
embeddings/KirDun69.civitai.info
ADDED
@@ -0,0 +1,342 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": 6445,
|
3 |
+
"modelId": 5538,
|
4 |
+
"name": "v1.0",
|
5 |
+
"createdAt": "2023-01-28T13:18:12.923Z",
|
6 |
+
"updatedAt": "2023-01-28T17:19:15.384Z",
|
7 |
+
"trainedWords": [
|
8 |
+
"KirDun69"
|
9 |
+
],
|
10 |
+
"baseModel": "SD 1.5",
|
11 |
+
"earlyAccessTimeFrame": 0,
|
12 |
+
"description": null,
|
13 |
+
"model": {
|
14 |
+
"name": "Kirsten Dunst",
|
15 |
+
"type": "TextualInversion",
|
16 |
+
"nsfw": false,
|
17 |
+
"poi": true
|
18 |
+
},
|
19 |
+
"files": [
|
20 |
+
{
|
21 |
+
"name": "KirDun69.pt",
|
22 |
+
"id": 6680,
|
23 |
+
"sizeKB": 15.9345703125,
|
24 |
+
"type": "Model",
|
25 |
+
"format": "PickleTensor",
|
26 |
+
"pickleScanResult": "Success",
|
27 |
+
"pickleScanMessage": "No Pickle imports",
|
28 |
+
"virusScanResult": "Success",
|
29 |
+
"scannedAt": "2023-01-28T13:21:59.618Z",
|
30 |
+
"hashes": {
|
31 |
+
"AutoV2": "E0A90A05D8",
|
32 |
+
"SHA256": "E0A90A05D8A3B868B6E68BEE7E7F921CC91493797DE6E048FC980CB24CC71373",
|
33 |
+
"CRC32": "772D941A",
|
34 |
+
"BLAKE3": "E373DD31667D9CD6BBCFE00E1EB3B2FBFE16F767A6DF03759E24F7C90BDE2F3B"
|
35 |
+
},
|
36 |
+
"primary": true,
|
37 |
+
"downloadUrl": "https://civitai.com/api/download/models/6445"
|
38 |
+
}
|
39 |
+
],
|
40 |
+
"images": [
|
41 |
+
{
|
42 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41da0918-50e4-4de9-9a18-743590272c00/width=450/57866",
|
43 |
+
"nsfw": false,
|
44 |
+
"width": 800,
|
45 |
+
"height": 1096,
|
46 |
+
"hash": "UBGIZD~A0~9aqENG.RpH00s:WC%gcXt7R6%L",
|
47 |
+
"meta": {
|
48 |
+
"Size": "400x550",
|
49 |
+
"seed": 702797828,
|
50 |
+
"Model": "hasdx_realisticHASDX",
|
51 |
+
"steps": 24,
|
52 |
+
"prompt": "KirDun69, 4K, HDR",
|
53 |
+
"sampler": "Euler a",
|
54 |
+
"cfgScale": 8,
|
55 |
+
"Clip skip": "2",
|
56 |
+
"resources": [
|
57 |
+
{
|
58 |
+
"hash": "801a3c06ce",
|
59 |
+
"name": "hasdx_realisticHASDX",
|
60 |
+
"type": "model"
|
61 |
+
}
|
62 |
+
],
|
63 |
+
"Model hash": "801a3c06ce",
|
64 |
+
"Hires upscale": "2",
|
65 |
+
"Hires upscaler": "Latent",
|
66 |
+
"negativePrompt": "shiny skin, smooth skin, out of frame, (bad fingers:1.2), (bad hands:1.2), (bad limbs:1.1), (bad proportions:1.2), (bad quality:1.1), (poorly drawn face:1.3), ugly face, (poorly drawn:1.2), asymmetrical body, (bad anatomy:1.3), (flesh merge:1.2), (large breasts:1.0), (fleshpile:1.2), tiling, (generic:1.1), glitchy, (gross proportions:1.2), (malformed:1.2), extra arms, extra fingers, extra hands, extra legs, extra limbs, extra body parts, extra breasts, mangled fingers, (masculine:1.3), (bad body structure:1.2), badly drawn hands, (badly drawn:1.2), (amateur art:1.2), missing arms, missing breasts, missing extremities, missing hands, missing limbs, missing lips, mutated hands, (mutation:1.2), poorly drawn hands, asian, abstract, (anime:1.2), (blurry:1.1), cloned face, (deformed:1.2), (disfigured:1.2), double torso, fat, long body, penis, skinny, testicles, , ugly, cropped, jpeg artifacts, signature, blurry.",
|
67 |
+
"Denoising strength": "0.65"
|
68 |
+
},
|
69 |
+
"generationProcess": "txt2imgHiRes",
|
70 |
+
"needsReview": false,
|
71 |
+
"tags": []
|
72 |
+
},
|
73 |
+
{
|
74 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7c58fc1-9479-4527-34e4-87c4e0963e00/width=450/57874",
|
75 |
+
"nsfw": false,
|
76 |
+
"width": 800,
|
77 |
+
"height": 1096,
|
78 |
+
"hash": "U9EBjO1ZDj}]J}0g9b,u-mM|-B%L~oa09]^j",
|
79 |
+
"meta": {
|
80 |
+
"Size": "400x550",
|
81 |
+
"seed": 1930879450,
|
82 |
+
"Model": "deliberate_v11",
|
83 |
+
"steps": 24,
|
84 |
+
"prompt": "KirDun69, highres, masterpiece, 1girl, solo, best quality, realistic, outdoors, looking at viewer, perspective shot, ((Spiderman cosplay)), sweat, petite, navel, (red hair), smirk, aroused, 4K, HDR. by (James C. Christensen:1.2|Jeremy Lipking:1.1).",
|
85 |
+
"sampler": "Euler a",
|
86 |
+
"cfgScale": 10,
|
87 |
+
"Clip skip": "2",
|
88 |
+
"resources": [
|
89 |
+
{
|
90 |
+
"hash": "d8691b4d16",
|
91 |
+
"name": "deliberate_v11",
|
92 |
+
"type": "model"
|
93 |
+
}
|
94 |
+
],
|
95 |
+
"Model hash": "d8691b4d16",
|
96 |
+
"Hires upscale": "2",
|
97 |
+
"Hires upscaler": "Latent",
|
98 |
+
"negativePrompt": "shiny skin, smooth skin, out of frame, (bad fingers:1.2), (bad hands:1.2), (bad limbs:1.1), (bad proportions:1.2), (bad quality:1.1), (poorly drawn face:1.3), ugly face, (poorly drawn:1.2), asymmetrical body, (bad anatomy:1.3), (flesh merge:1.2), (large breasts:1.0), (fleshpile:1.2), tiling, (generic:1.1), glitchy, (gross proportions:1.2), (malformed:1.2), extra arms, extra fingers, extra hands, extra legs, extra limbs, extra body parts, extra breasts, mangled fingers, (masculine:1.3), (bad body structure:1.2), badly drawn hands, (badly drawn:1.2), (amateur art:1.2), missing arms, missing breasts, missing extremities, missing hands, missing limbs, missing lips, mutated hands, (mutation:1.2), poorly drawn hands, asian, abstract, (anime:1.2), (blurry:1.1), cloned face, (deformed:1.2), (disfigured:1.2), double torso, fat, long body, penis, skinny, testicles, , ugly, cropped, jpeg artifacts, signature, blurry.",
|
99 |
+
"Denoising strength": "0.65"
|
100 |
+
},
|
101 |
+
"generationProcess": "txt2imgHiRes",
|
102 |
+
"needsReview": false,
|
103 |
+
"tags": []
|
104 |
+
},
|
105 |
+
{
|
106 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1198fc1b-a116-466e-e9a6-6992c3bf9100/width=450/58248",
|
107 |
+
"nsfw": false,
|
108 |
+
"width": 896,
|
109 |
+
"height": 1280,
|
110 |
+
"hash": "UHJ7O7^%5aE216-o?cNL~WNI%3bJI[M{%M%2",
|
111 |
+
"meta": null,
|
112 |
+
"generationProcess": "txt2img",
|
113 |
+
"needsReview": false,
|
114 |
+
"tags": []
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/261e9622-43b2-4174-8d83-6389b7f1b300/width=450/57873",
|
118 |
+
"nsfw": false,
|
119 |
+
"width": 800,
|
120 |
+
"height": 1096,
|
121 |
+
"hash": "UBG84R0100^*00%M?a-BEzsCn+t6~VR*Rj9a",
|
122 |
+
"meta": {
|
123 |
+
"Size": "400x550",
|
124 |
+
"seed": 2846581474,
|
125 |
+
"Model": "deliberate_v11",
|
126 |
+
"steps": 24,
|
127 |
+
"prompt": "Photo, attractive KirDun69, (body freckles:0.6), (medium breasts:0.8), (toned body:1.2), messy (red hair:1.1), depth of field. 4K, HDR. by (James C. Christensen:1.2|Jeremy Lipking:1.1).",
|
128 |
+
"sampler": "Euler a",
|
129 |
+
"cfgScale": 8,
|
130 |
+
"Clip skip": "2",
|
131 |
+
"resources": [
|
132 |
+
{
|
133 |
+
"hash": "d8691b4d16",
|
134 |
+
"name": "deliberate_v11",
|
135 |
+
"type": "model"
|
136 |
+
}
|
137 |
+
],
|
138 |
+
"Model hash": "d8691b4d16",
|
139 |
+
"Hires upscale": "2",
|
140 |
+
"Hires upscaler": "Latent",
|
141 |
+
"negativePrompt": "shiny skin, smooth skin, out of frame, (bad fingers:1.2), (bad hands:1.2), (bad limbs:1.1), (bad proportions:1.2), (bad quality:1.1), (poorly drawn face:1.3), ugly face, (poorly drawn:1.2), asymmetrical body, (bad anatomy:1.3), (flesh merge:1.2), (large breasts:1.0), (fleshpile:1.2), tiling, (generic:1.1), glitchy, (gross proportions:1.2), (malformed:1.2), extra arms, extra fingers, extra hands, extra legs, extra limbs, extra body parts, extra breasts, mangled fingers, (masculine:1.3), (bad body structure:1.2), badly drawn hands, (badly drawn:1.2), (amateur art:1.2), missing arms, missing breasts, missing extremities, missing hands, missing limbs, missing lips, mutated hands, (mutation:1.2), poorly drawn hands, asian, abstract, (anime:1.2), (blurry:1.1), cloned face, (deformed:1.2), (disfigured:1.2), double torso, fat, long body, penis, skinny, testicles, , ugly, cropped, jpeg artifacts, signature, blurry.",
|
142 |
+
"Denoising strength": "0.65"
|
143 |
+
},
|
144 |
+
"generationProcess": "txt2imgHiRes",
|
145 |
+
"needsReview": false,
|
146 |
+
"tags": []
|
147 |
+
},
|
148 |
+
{
|
149 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1652de60-86eb-4e34-e4d6-072323a74d00/width=450/57872",
|
150 |
+
"nsfw": false,
|
151 |
+
"width": 800,
|
152 |
+
"height": 1096,
|
153 |
+
"hash": "U7I4bDE30M^P00?F_2~WpIxuIAD*~VxG-pE2",
|
154 |
+
"meta": {
|
155 |
+
"Size": "400x550",
|
156 |
+
"seed": 54796276,
|
157 |
+
"Model": "hasdx_realisticHASDX",
|
158 |
+
"steps": 30,
|
159 |
+
"prompt": "KirDun69, [wonder woman cosplay], highly detailed, artstation, smooth, sharp focus, 8K, (cropped jacket:1.2),(underboob), art by artgerm and greg rutkowski and edgar maxence",
|
160 |
+
"sampler": "DPM++ 2M Karras",
|
161 |
+
"cfgScale": 8,
|
162 |
+
"Clip skip": "2",
|
163 |
+
"resources": [
|
164 |
+
{
|
165 |
+
"hash": "801a3c06ce",
|
166 |
+
"name": "hasdx_realisticHASDX",
|
167 |
+
"type": "model"
|
168 |
+
}
|
169 |
+
],
|
170 |
+
"Model hash": "801a3c06ce",
|
171 |
+
"Hires upscale": "2",
|
172 |
+
"Hires upscaler": "Latent",
|
173 |
+
"negativePrompt": "shiny skin, smooth skin, out of frame, (bad fingers:1.2), (bad hands:1.2), (bad limbs:1.1), (bad proportions:1.2), (bad quality:1.1), (poorly drawn face:1.3), ugly face, (poorly drawn:1.2), asymmetrical body, (bad anatomy:1.3), (flesh merge:1.2), (large breasts:1.0), (fleshpile:1.2), tiling, (generic:1.1), glitchy, (gross proportions:1.2), (malformed:1.2), extra arms, extra fingers, extra hands, extra legs, extra limbs, extra body parts, extra breasts, mangled fingers, (masculine:1.3), (bad body structure:1.2), badly drawn hands, (badly drawn:1.2), (amateur art:1.2), missing arms, missing breasts, missing extremities, missing hands, missing limbs, missing lips, mutated hands, (mutation:1.2), poorly drawn hands, asian, abstract, (anime:1.2), (blurry:1.1), cloned face, (deformed:1.2), (disfigured:1.2), double torso, fat, long body, penis, skinny, testicles, , ugly, cropped, jpeg artifacts, signature, blurry.",
|
174 |
+
"Denoising strength": "0.65"
|
175 |
+
},
|
176 |
+
"generationProcess": "txt2imgHiRes",
|
177 |
+
"needsReview": false,
|
178 |
+
"tags": []
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55028e5b-f60d-44e0-31a8-3582642bb600/width=450/57871",
|
182 |
+
"nsfw": false,
|
183 |
+
"width": 800,
|
184 |
+
"height": 1096,
|
185 |
+
"hash": "UBG8o?}r010100DOtQ?u5m-;~B9a?aNGIAxa",
|
186 |
+
"meta": {
|
187 |
+
"Size": "400x550",
|
188 |
+
"seed": 853946968,
|
189 |
+
"Model": "hasdx_realisticHASDX",
|
190 |
+
"steps": 30,
|
191 |
+
"prompt": "KirDun69, [wonder woman cosplay], highly detailed, artstation, smooth, sharp focus, 8K, (red hair:1.2),(underboob), depth of field, bokeh, 4K, HDR. by (James C. Christensen:1.2|Jeremy Lipking:1.1).",
|
192 |
+
"sampler": "DPM++ 2M Karras",
|
193 |
+
"cfgScale": 8,
|
194 |
+
"Clip skip": "2",
|
195 |
+
"resources": [
|
196 |
+
{
|
197 |
+
"hash": "801a3c06ce",
|
198 |
+
"name": "hasdx_realisticHASDX",
|
199 |
+
"type": "model"
|
200 |
+
}
|
201 |
+
],
|
202 |
+
"Model hash": "801a3c06ce",
|
203 |
+
"Hires upscale": "2",
|
204 |
+
"Hires upscaler": "Latent",
|
205 |
+
"negativePrompt": "shiny skin, smooth skin, out of frame, (bad fingers:1.2), (bad hands:1.2), (bad limbs:1.1), (bad proportions:1.2), (bad quality:1.1), (poorly drawn face:1.3), ugly face, (poorly drawn:1.2), asymmetrical body, (bad anatomy:1.3), (flesh merge:1.2), (large breasts:1.0), (fleshpile:1.2), tiling, (generic:1.1), glitchy, (gross proportions:1.2), (malformed:1.2), extra arms, extra fingers, extra hands, extra legs, extra limbs, extra body parts, extra breasts, mangled fingers, (masculine:1.3), (bad body structure:1.2), badly drawn hands, (badly drawn:1.2), (amateur art:1.2), missing arms, missing breasts, missing extremities, missing hands, missing limbs, missing lips, mutated hands, (mutation:1.2), poorly drawn hands, asian, abstract, (anime:1.2), (blurry:1.1), cloned face, (deformed:1.2), (disfigured:1.2), double torso, fat, long body, penis, skinny, testicles, , ugly, cropped, jpeg artifacts, signature, blurry.",
|
206 |
+
"Denoising strength": "0.65"
|
207 |
+
},
|
208 |
+
"generationProcess": "txt2imgHiRes",
|
209 |
+
"needsReview": false,
|
210 |
+
"tags": []
|
211 |
+
},
|
212 |
+
{
|
213 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85bcb47f-19e9-4daa-e6d4-1ebededdfd00/width=450/57870",
|
214 |
+
"nsfw": false,
|
215 |
+
"width": 800,
|
216 |
+
"height": 1096,
|
217 |
+
"hash": "UNE_dS~9-m%L-oofELR*0fNIE2IVxa%1-oS5",
|
218 |
+
"meta": {
|
219 |
+
"Size": "400x550",
|
220 |
+
"seed": 685056890,
|
221 |
+
"Model": "hasdx_realisticHASDX",
|
222 |
+
"steps": 30,
|
223 |
+
"prompt": "KirDun69, highres, masterpiece, 1girl, solo, best quality, realistic, outdoors, looking at viewer, perspective shot, ((Spiderman cosplay)), sweat, petite, navel, (red hair), smirk, aroused,, depth of field, bokeh, 4K, HDR. by (James C. Christensen:1.2|Jeremy Lipking:1.1).",
|
224 |
+
"sampler": "DPM++ 2M Karras",
|
225 |
+
"cfgScale": 8,
|
226 |
+
"Clip skip": "2",
|
227 |
+
"resources": [
|
228 |
+
{
|
229 |
+
"hash": "801a3c06ce",
|
230 |
+
"name": "hasdx_realisticHASDX",
|
231 |
+
"type": "model"
|
232 |
+
}
|
233 |
+
],
|
234 |
+
"Model hash": "801a3c06ce",
|
235 |
+
"Hires upscale": "2",
|
236 |
+
"Hires upscaler": "Latent",
|
237 |
+
"negativePrompt": "shiny skin, smooth skin, out of frame, (bad fingers:1.2), (bad hands:1.2), (bad limbs:1.1), (bad proportions:1.2), (bad quality:1.1), (poorly drawn face:1.3), ugly face, (poorly drawn:1.2), asymmetrical body, (bad anatomy:1.3), (flesh merge:1.2), (large breasts:1.0), (fleshpile:1.2), tiling, (generic:1.1), glitchy, (gross proportions:1.2), (malformed:1.2), extra arms, extra fingers, extra hands, extra legs, extra limbs, extra body parts, extra breasts, mangled fingers, (masculine:1.3), (bad body structure:1.2), badly drawn hands, (badly drawn:1.2), (amateur art:1.2), missing arms, missing breasts, missing extremities, missing hands, missing limbs, missing lips, mutated hands, (mutation:1.2), poorly drawn hands, asian, abstract, (anime:1.2), (blurry:1.1), cloned face, (deformed:1.2), (disfigured:1.2), double torso, fat, long body, penis, skinny, testicles, , ugly, cropped, jpeg artifacts, signature, blurry.",
|
238 |
+
"Denoising strength": "0.65"
|
239 |
+
},
|
240 |
+
"generationProcess": "txt2imgHiRes",
|
241 |
+
"needsReview": false,
|
242 |
+
"tags": []
|
243 |
+
},
|
244 |
+
{
|
245 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acf2d403-d822-4d09-dbf4-d2c3a8f44b00/width=450/57869",
|
246 |
+
"nsfw": false,
|
247 |
+
"width": 800,
|
248 |
+
"height": 1096,
|
249 |
+
"hash": "UFH-ib-50;00EW0K?w%L.S-;VrIUICRkt7t7",
|
250 |
+
"meta": {
|
251 |
+
"Size": "400x550",
|
252 |
+
"seed": 439006758,
|
253 |
+
"Model": "hasdx_realisticHASDX",
|
254 |
+
"steps": 24,
|
255 |
+
"prompt": "KirDun69, highres, masterpiece, 1girl, solo, best quality, realistic, outdoors, looking at viewer, perspective shot, ((Batman cosplay)), sweat, petite, navel, (red hair), smirk, aroused, 4K, HDR. by (James C. Christensen:1.2|Jeremy Lipking:1.1).",
|
256 |
+
"sampler": "DPM++ 2M Karras",
|
257 |
+
"cfgScale": 10,
|
258 |
+
"Clip skip": "2",
|
259 |
+
"resources": [
|
260 |
+
{
|
261 |
+
"hash": "801a3c06ce",
|
262 |
+
"name": "hasdx_realisticHASDX",
|
263 |
+
"type": "model"
|
264 |
+
}
|
265 |
+
],
|
266 |
+
"Model hash": "801a3c06ce",
|
267 |
+
"Hires upscale": "2",
|
268 |
+
"Hires upscaler": "Latent",
|
269 |
+
"negativePrompt": "shiny skin, smooth skin, out of frame, (bad fingers:1.2), (bad hands:1.2), (bad limbs:1.1), (bad proportions:1.2), (bad quality:1.1), (poorly drawn face:1.3), ugly face, (poorly drawn:1.2), asymmetrical body, (bad anatomy:1.3), (flesh merge:1.2), (large breasts:1.0), (fleshpile:1.2), tiling, (generic:1.1), glitchy, (gross proportions:1.2), (malformed:1.2), extra arms, extra fingers, extra hands, extra legs, extra limbs, extra body parts, extra breasts, mangled fingers, (masculine:1.3), (bad body structure:1.2), badly drawn hands, (badly drawn:1.2), (amateur art:1.2), missing arms, missing breasts, missing extremities, missing hands, missing limbs, missing lips, mutated hands, (mutation:1.2), poorly drawn hands, asian, abstract, (anime:1.2), (blurry:1.1), cloned face, (deformed:1.2), (disfigured:1.2), double torso, fat, long body, penis, skinny, testicles, , ugly, cropped, jpeg artifacts, signature, blurry.",
|
270 |
+
"Denoising strength": "0.65"
|
271 |
+
},
|
272 |
+
"generationProcess": "txt2imgHiRes",
|
273 |
+
"needsReview": false,
|
274 |
+
"tags": []
|
275 |
+
},
|
276 |
+
{
|
277 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21f3f07e-c701-4f3f-e93d-bb544ac88e00/width=450/57868",
|
278 |
+
"nsfw": false,
|
279 |
+
"width": 896,
|
280 |
+
"height": 1280,
|
281 |
+
"hash": "U9GkI9Dh0:xZ00~X0L0M0hJP$N?G.8H@~q?G",
|
282 |
+
"meta": {
|
283 |
+
"Size": "450x640",
|
284 |
+
"seed": 3594450645,
|
285 |
+
"Model": "hasdx_realisticHASDX",
|
286 |
+
"steps": 20,
|
287 |
+
"prompt": "KirDun69, ((detailed facial features)), ((wide angle)), long red ginger hair, (freckles:0.6), amazing body, pronounced feminine feature, kitchen, close up, sketch, line-art, (colour gradients:1.0),(tempera:1.1), traditional media, screentones, (watercolour:1.2), chromatic aberration, masterpiece, highest quality, highres, dark academia, retro style, (thick eyebrows:0.8),\n(by (Alphonse Mucha:0.6), by Ilya Kuvshinov,\nby kentaro miura, by yoji shinkawa)",
|
288 |
+
"sampler": "Euler a",
|
289 |
+
"cfgScale": 7,
|
290 |
+
"Clip skip": "2",
|
291 |
+
"resources": [
|
292 |
+
{
|
293 |
+
"hash": "801a3c06ce",
|
294 |
+
"name": "hasdx_realisticHASDX",
|
295 |
+
"type": "model"
|
296 |
+
}
|
297 |
+
],
|
298 |
+
"Model hash": "801a3c06ce",
|
299 |
+
"Hires upscale": "2",
|
300 |
+
"Hires upscaler": "Latent",
|
301 |
+
"negativePrompt": "anime, cartoon, penis, fake, drawing, illustration, boring, 3d render, long neck, out of frame, extra fingers, mutated hands, ((monochrome)), ((poorly drawn hands)), 3DCG, cgstation, ((flat chested)), red eyes, multiple subjects, extra heads, close up, man asian, text ,watermarks, logo, 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, 3d, extra fingers, (((mutated hands and fingers))), large breasts, weapons, underwear, panties, cleavage",
|
302 |
+
"Denoising strength": "0.65"
|
303 |
+
},
|
304 |
+
"generationProcess": "txt2imgHiRes",
|
305 |
+
"needsReview": false,
|
306 |
+
"tags": []
|
307 |
+
},
|
308 |
+
{
|
309 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4cfc667-0e51-409a-9663-029779465100/width=450/57867",
|
310 |
+
"nsfw": false,
|
311 |
+
"width": 800,
|
312 |
+
"height": 1096,
|
313 |
+
"hash": "ULDIUa01?aR6~B4:x]a0aeR*Ip$*Io%2jFS4",
|
314 |
+
"meta": {
|
315 |
+
"Size": "400x550",
|
316 |
+
"seed": 1584623817,
|
317 |
+
"Model": "deliberate_v11",
|
318 |
+
"steps": 24,
|
319 |
+
"prompt": "award winning behind photo of a beautiful sexy KirDun69 as a cyberpunk hacker, wearing torn black leather jacket, leather gloves, short spiky pink hair, (micromini:1.3), cute perky butt, bright pink eyes, dense cyberpunk street, dive bar, neon holograms in background, dark, ominous, foggy, high contrast, shiny skin, soft lighting, backlighting, bloom, light sparkles, chromatic aberration, red hair",
|
320 |
+
"sampler": "Euler a",
|
321 |
+
"cfgScale": 10,
|
322 |
+
"Clip skip": "2",
|
323 |
+
"resources": [
|
324 |
+
{
|
325 |
+
"hash": "d8691b4d16",
|
326 |
+
"name": "deliberate_v11",
|
327 |
+
"type": "model"
|
328 |
+
}
|
329 |
+
],
|
330 |
+
"Model hash": "d8691b4d16",
|
331 |
+
"Hires upscale": "2",
|
332 |
+
"Hires upscaler": "Latent",
|
333 |
+
"negativePrompt": "shiny skin, smooth skin, out of frame, (bad fingers:1.2), (bad hands:1.2), (bad limbs:1.1), (bad proportions:1.2), (bad quality:1.1), (poorly drawn face:1.3), ugly face, (poorly drawn:1.2), asymmetrical body, (bad anatomy:1.3), (flesh merge:1.2), (large breasts:1.0), (fleshpile:1.2), tiling, (generic:1.1), glitchy, (gross proportions:1.2), (malformed:1.2), extra arms, extra fingers, extra hands, extra legs, extra limbs, extra body parts, extra breasts, mangled fingers, (masculine:1.3), (bad body structure:1.2), badly drawn hands, (badly drawn:1.2), (amateur art:1.2), missing arms, missing breasts, missing extremities, missing hands, missing limbs, missing lips, mutated hands, (mutation:1.2), poorly drawn hands, asian, abstract, (anime:1.2), (blurry:1.1), cloned face, (deformed:1.2), (disfigured:1.2), double torso, fat, long body, penis, skinny, testicles, , ugly, cropped, jpeg artifacts, signature, blurry.",
|
334 |
+
"Denoising strength": "0.65"
|
335 |
+
},
|
336 |
+
"generationProcess": "txt2imgHiRes",
|
337 |
+
"needsReview": false,
|
338 |
+
"tags": []
|
339 |
+
}
|
340 |
+
],
|
341 |
+
"downloadUrl": "https://civitai.com/api/download/models/6445"
|
342 |
+
}
|
embeddings/KirDun69.preview.png
ADDED
![]() |
embeddings/KirDun69.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0a90a05d8a3b868b6e68bee7e7f921cc91493797de6e048fc980cb24cc71373
|
3 |
+
size 16317
|
embeddings/M11anaVa7ntrub2.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e5b2367499e5d48e6482c382e8a74c50bf9adcbae7e3c0e495a67158b118ec0
|
3 |
+
size 3840
|
embeddings/M11anaVa7ntrub2.civitai.info
ADDED
@@ -0,0 +1,239 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": 7858,
|
3 |
+
"modelId": 6486,
|
4 |
+
"name": "M11anaVa7ntrub2",
|
5 |
+
"createdAt": "2023-02-04T23:30:00.035Z",
|
6 |
+
"updatedAt": "2023-02-04T23:30:00.035Z",
|
7 |
+
"trainedWords": [
|
8 |
+
"M11anaVa7ntrub2"
|
9 |
+
],
|
10 |
+
"baseModel": "SD 1.5",
|
11 |
+
"earlyAccessTimeFrame": 0,
|
12 |
+
"description": "<p>wasn't truly happy with how the first version came out. So i ran it longer and now much happier </p>",
|
13 |
+
"model": {
|
14 |
+
"name": "Milana Vayntrub",
|
15 |
+
"type": "TextualInversion",
|
16 |
+
"nsfw": false,
|
17 |
+
"poi": true
|
18 |
+
},
|
19 |
+
"files": [
|
20 |
+
{
|
21 |
+
"name": "M11anaVa7ntrub2.bin",
|
22 |
+
"id": 7857,
|
23 |
+
"sizeKB": 3.75,
|
24 |
+
"type": "Model",
|
25 |
+
"format": "Other",
|
26 |
+
"pickleScanResult": "Success",
|
27 |
+
"pickleScanMessage": "No Pickle imports",
|
28 |
+
"virusScanResult": "Success",
|
29 |
+
"scannedAt": "2023-02-04T23:31:03.983Z",
|
30 |
+
"hashes": {
|
31 |
+
"AutoV2": "8E5B236749",
|
32 |
+
"SHA256": "8E5B2367499E5D48E6482C382E8A74C50BF9ADCBAE7E3C0E495A67158B118EC0",
|
33 |
+
"CRC32": "98D07C40",
|
34 |
+
"BLAKE3": "9B56EE2DD2F5C43FB173EE3FF3AFFD7A8F8E4B91C747776D1F92C0F7F59E6385"
|
35 |
+
},
|
36 |
+
"primary": true,
|
37 |
+
"downloadUrl": "https://civitai.com/api/download/models/7858"
|
38 |
+
}
|
39 |
+
],
|
40 |
+
"images": [
|
41 |
+
{
|
42 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad1fc40e-69ba-4d14-930b-b260c1c5d300/width=450/73909",
|
43 |
+
"nsfw": false,
|
44 |
+
"width": 512,
|
45 |
+
"height": 768,
|
46 |
+
"hash": "UOJHdNIo00WFRg9bx@t3:|oytmn%.mR%rqRj",
|
47 |
+
"meta": {
|
48 |
+
"Size": "512x768",
|
49 |
+
"seed": 881342537,
|
50 |
+
"Model": "deliberate_v11",
|
51 |
+
"steps": 30,
|
52 |
+
"prompt": "M11anaVa7ntrub2, hyper realistic photograph, detail face, summer:: film grain, Kodak portra 800, f1.8, golden hour --ar 2:3 --beta --upbeta",
|
53 |
+
"sampler": "DPM++ 2M Karras",
|
54 |
+
"cfgScale": 7.5,
|
55 |
+
"resources": [
|
56 |
+
{
|
57 |
+
"hash": "d8691b4d16",
|
58 |
+
"name": "deliberate_v11",
|
59 |
+
"type": "model"
|
60 |
+
}
|
61 |
+
],
|
62 |
+
"Model hash": "d8691b4d16",
|
63 |
+
"negativePrompt": "far away, black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome,"
|
64 |
+
},
|
65 |
+
"generationProcess": "txt2img",
|
66 |
+
"needsReview": false,
|
67 |
+
"tags": []
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3179f44e-5e5d-482d-3892-429f550d3000/width=450/73908",
|
71 |
+
"nsfw": false,
|
72 |
+
"width": 512,
|
73 |
+
"height": 768,
|
74 |
+
"hash": "U9KJo60401$_00-.V:Si0NEf?Jn{~1EM-O-q",
|
75 |
+
"meta": {
|
76 |
+
"Size": "512x768",
|
77 |
+
"seed": 3948658413,
|
78 |
+
"Model": "deliberate_v11",
|
79 |
+
"steps": 30,
|
80 |
+
"prompt": "M11anaVa7ntrub2, hyper realistic photograph, summer:: film grain, Kodak portra 800, f1.8, golden hour --ar 2:3 --beta --upbeta",
|
81 |
+
"sampler": "DPM++ 2M Karras",
|
82 |
+
"cfgScale": 7.5,
|
83 |
+
"resources": [
|
84 |
+
{
|
85 |
+
"hash": "d8691b4d16",
|
86 |
+
"name": "deliberate_v11",
|
87 |
+
"type": "model"
|
88 |
+
}
|
89 |
+
],
|
90 |
+
"Model hash": "d8691b4d16",
|
91 |
+
"negativePrompt": "far away, black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome,"
|
92 |
+
},
|
93 |
+
"generationProcess": "txt2img",
|
94 |
+
"needsReview": false,
|
95 |
+
"tags": []
|
96 |
+
},
|
97 |
+
{
|
98 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7280d5c8-8bdf-4f61-b61d-015c4c5ec000/width=450/73907",
|
99 |
+
"nsfw": false,
|
100 |
+
"width": 512,
|
101 |
+
"height": 768,
|
102 |
+
"hash": "USHxpQNFImoyHqtQACs+R3t6=|of*0s+Vsae",
|
103 |
+
"meta": {
|
104 |
+
"Size": "512x768",
|
105 |
+
"seed": 4006076037,
|
106 |
+
"Model": "deliberate_v11",
|
107 |
+
"steps": 30,
|
108 |
+
"prompt": "M11anaVa7ntrub2, hyper realistic photograph, blue shirt, summer:: film grain, Kodak portra 800, f1.8, golden hour --ar 2:3 --beta --upbeta",
|
109 |
+
"sampler": "DPM++ 2M Karras",
|
110 |
+
"cfgScale": 7.5,
|
111 |
+
"resources": [
|
112 |
+
{
|
113 |
+
"hash": "d8691b4d16",
|
114 |
+
"name": "deliberate_v11",
|
115 |
+
"type": "model"
|
116 |
+
}
|
117 |
+
],
|
118 |
+
"Model hash": "d8691b4d16",
|
119 |
+
"negativePrompt": "far away, black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome,"
|
120 |
+
},
|
121 |
+
"generationProcess": "txt2img",
|
122 |
+
"needsReview": false,
|
123 |
+
"tags": []
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/117794d1-7e63-4f18-9b84-e14045a1ce00/width=450/73906",
|
127 |
+
"nsfw": false,
|
128 |
+
"width": 512,
|
129 |
+
"height": 768,
|
130 |
+
"hash": "UIJtI@000fNID*J7~pQmS~ofxZ?H^+s.IUNH",
|
131 |
+
"meta": {
|
132 |
+
"Size": "512x768",
|
133 |
+
"seed": 881342536,
|
134 |
+
"Model": "deliberate_v11",
|
135 |
+
"steps": 30,
|
136 |
+
"prompt": "M11anaVa7ntrub2, hyper realistic photograph, detail face, summer:: film grain, Kodak portra 800, f1.8, golden hour --ar 2:3 --beta --upbeta",
|
137 |
+
"sampler": "DPM++ 2M Karras",
|
138 |
+
"cfgScale": 7.5,
|
139 |
+
"resources": [
|
140 |
+
{
|
141 |
+
"hash": "d8691b4d16",
|
142 |
+
"name": "deliberate_v11",
|
143 |
+
"type": "model"
|
144 |
+
}
|
145 |
+
],
|
146 |
+
"Model hash": "d8691b4d16",
|
147 |
+
"negativePrompt": "far away, black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome,"
|
148 |
+
},
|
149 |
+
"generationProcess": "txt2img",
|
150 |
+
"needsReview": false,
|
151 |
+
"tags": []
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11dcefa6-f4d7-4427-f1a8-522be4531600/width=450/73905",
|
155 |
+
"nsfw": false,
|
156 |
+
"width": 512,
|
157 |
+
"height": 768,
|
158 |
+
"hash": "UUIXy%~U55V=00M{x]t7IpM|wMof.8xuxFn$",
|
159 |
+
"meta": {
|
160 |
+
"Size": "512x768",
|
161 |
+
"seed": 881342539,
|
162 |
+
"Model": "deliberate_v11",
|
163 |
+
"steps": 30,
|
164 |
+
"prompt": "M11anaVa7ntrub2, hyper realistic photograph, detail face, summer:: film grain, Kodak portra 800, f1.8, golden hour --ar 2:3 --beta --upbeta",
|
165 |
+
"sampler": "DPM++ 2M Karras",
|
166 |
+
"cfgScale": 7.5,
|
167 |
+
"resources": [
|
168 |
+
{
|
169 |
+
"hash": "d8691b4d16",
|
170 |
+
"name": "deliberate_v11",
|
171 |
+
"type": "model"
|
172 |
+
}
|
173 |
+
],
|
174 |
+
"Model hash": "d8691b4d16",
|
175 |
+
"negativePrompt": "far away, black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome,"
|
176 |
+
},
|
177 |
+
"generationProcess": "txt2img",
|
178 |
+
"needsReview": false,
|
179 |
+
"tags": []
|
180 |
+
},
|
181 |
+
{
|
182 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdf68226-2f86-469c-7325-945afe5d4400/width=450/73904",
|
183 |
+
"nsfw": false,
|
184 |
+
"width": 512,
|
185 |
+
"height": 768,
|
186 |
+
"hash": "UCI}Oz0g00-V00NEu5S~~X^$mTxYqFIURjE3",
|
187 |
+
"meta": {
|
188 |
+
"Size": "512x768",
|
189 |
+
"seed": 2595556135,
|
190 |
+
"Model": "deliberate_v11",
|
191 |
+
"steps": 30,
|
192 |
+
"prompt": "M11anaVa7ntrub2, hyper realistic photograph, detail face, playing tennis, summer:: film grain, Kodak portra 800, f1.8, golden hour --ar 2:3 --beta --upbeta",
|
193 |
+
"sampler": "DPM++ 2M Karras",
|
194 |
+
"cfgScale": 7.5,
|
195 |
+
"resources": [
|
196 |
+
{
|
197 |
+
"hash": "d8691b4d16",
|
198 |
+
"name": "deliberate_v11",
|
199 |
+
"type": "model"
|
200 |
+
}
|
201 |
+
],
|
202 |
+
"Model hash": "d8691b4d16",
|
203 |
+
"negativePrompt": "far away, black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome,"
|
204 |
+
},
|
205 |
+
"generationProcess": "txt2img",
|
206 |
+
"needsReview": false,
|
207 |
+
"tags": []
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9d5b7be-2f68-435d-85d6-c7bd26e8ee00/width=450/73903",
|
211 |
+
"nsfw": false,
|
212 |
+
"width": 512,
|
213 |
+
"height": 768,
|
214 |
+
"hash": "UKJRNp$v0^J.zXr?=}M{8^?G%goMx?~VR$%M",
|
215 |
+
"meta": {
|
216 |
+
"Size": "512x768",
|
217 |
+
"seed": 2595556137,
|
218 |
+
"Model": "deliberate_v11",
|
219 |
+
"steps": 30,
|
220 |
+
"prompt": "M11anaVa7ntrub2, hyper realistic photograph, detail face, playing tennis, summer:: film grain, Kodak portra 800, f1.8, golden hour --ar 2:3 --beta --upbeta",
|
221 |
+
"sampler": "DPM++ 2M Karras",
|
222 |
+
"cfgScale": 7.5,
|
223 |
+
"resources": [
|
224 |
+
{
|
225 |
+
"hash": "d8691b4d16",
|
226 |
+
"name": "deliberate_v11",
|
227 |
+
"type": "model"
|
228 |
+
}
|
229 |
+
],
|
230 |
+
"Model hash": "d8691b4d16",
|
231 |
+
"negativePrompt": "far away, black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome,"
|
232 |
+
},
|
233 |
+
"generationProcess": "txt2img",
|
234 |
+
"needsReview": false,
|
235 |
+
"tags": []
|
236 |
+
}
|
237 |
+
],
|
238 |
+
"downloadUrl": "https://civitai.com/api/download/models/7858"
|
239 |
+
}
|
embeddings/M11anaVa7ntrub2.preview.png
ADDED
![]() |
embeddings/Madison-Ivy.civitai.info
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{}
|
embeddings/Madison-Ivy.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:627db9d41e2b465c157d398f7abd744a318a2d32c8746e2a4ffd678d88634d16
|
3 |
+
size 4023
|
embeddings/Place Textual Inversion embeddings here.txt
ADDED
File without changes
|
embeddings/S4D1S1NK22 .civitai.info
ADDED
@@ -0,0 +1,519 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": 5931,
|
3 |
+
"modelId": 5118,
|
4 |
+
"name": "S4D1S1NK22 V1",
|
5 |
+
"createdAt": "2023-01-23T21:16:57.759Z",
|
6 |
+
"updatedAt": "2023-01-23T21:23:43.494Z",
|
7 |
+
"trainedWords": [
|
8 |
+
"S4D1S1NK22 "
|
9 |
+
],
|
10 |
+
"baseModel": "SD 1.5",
|
11 |
+
"earlyAccessTimeFrame": 0,
|
12 |
+
"description": "<p></p>",
|
13 |
+
"model": {
|
14 |
+
"name": "Sadie Sink Textual Inversion",
|
15 |
+
"type": "TextualInversion",
|
16 |
+
"nsfw": false,
|
17 |
+
"poi": true
|
18 |
+
},
|
19 |
+
"files": [
|
20 |
+
{
|
21 |
+
"name": "S4D1S1NK22 .pt",
|
22 |
+
"id": 6184,
|
23 |
+
"sizeKB": 3.9169921875,
|
24 |
+
"type": "Model",
|
25 |
+
"format": "PickleTensor",
|
26 |
+
"pickleScanResult": "Success",
|
27 |
+
"pickleScanMessage": "**Detected Pickle imports (3)**\n```\ncollections.OrderedDict\ntorch.FloatStorage\ntorch._utils._rebuild_tensor_v2\n```",
|
28 |
+
"virusScanResult": "Success",
|
29 |
+
"scannedAt": "2023-01-23T21:25:00.301Z",
|
30 |
+
"hashes": {
|
31 |
+
"AutoV2": "A9CCD42976",
|
32 |
+
"SHA256": "A9CCD4297620ACA0AB91FBB26D06244BCE09B54A69987A9D12347CA5357A143A",
|
33 |
+
"CRC32": "7B8A2EB9",
|
34 |
+
"BLAKE3": "1FA9A2215F5F728DF0A506DCF30DAB262030B12253A33E001C54966F9C58FB68"
|
35 |
+
},
|
36 |
+
"primary": true,
|
37 |
+
"downloadUrl": "https://civitai.com/api/download/models/5931"
|
38 |
+
}
|
39 |
+
],
|
40 |
+
"images": [
|
41 |
+
{
|
42 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d40f24d-de62-4cd1-e306-2dd74ee2ac00/width=450/50154",
|
43 |
+
"nsfw": false,
|
44 |
+
"width": 512,
|
45 |
+
"height": 768,
|
46 |
+
"hash": "UDGR;*~V7i5sIovy%gEk?dI[9ZxuK+jY-7o#",
|
47 |
+
"meta": {
|
48 |
+
"Size": "512x768",
|
49 |
+
"seed": 3002101238,
|
50 |
+
"Model": "clarity_clarity14",
|
51 |
+
"steps": 28,
|
52 |
+
"prompt": "S4D1S1NK22, belt, red_hair, blue_eyes, denim, denim_shorts, fishnet_legwear, fishnets, lips, long_hair, looking_at_viewer, pantyhose, photo_\\(medium\\), realistic, shirt, shorts, solo, standing, striped, striped_shirt, t-shirt",
|
53 |
+
"sampler": "DDIM",
|
54 |
+
"cfgScale": 7,
|
55 |
+
"Batch pos": "5",
|
56 |
+
"Clip skip": "2",
|
57 |
+
"Batch size": "6",
|
58 |
+
"Model hash": "dc027dbbf9",
|
59 |
+
"negativePrompt": "(loli), 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, bad-hands-5, (bad_prompt_version2:0.7), censored, censor bar, rope, black and white, Monochromatic",
|
60 |
+
"Face restoration": "CodeFormer"
|
61 |
+
},
|
62 |
+
"generationProcess": "txt2img",
|
63 |
+
"needsReview": false,
|
64 |
+
"tags": []
|
65 |
+
},
|
66 |
+
{
|
67 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a18e54ea-cc5e-4359-b609-bd33b825c200/width=450/50141",
|
68 |
+
"nsfw": false,
|
69 |
+
"width": 512,
|
70 |
+
"height": 768,
|
71 |
+
"hash": "UJH1iArX?vEL~BbbEiWB9vV@IVM|OE%2$%x]",
|
72 |
+
"meta": {
|
73 |
+
"Size": "512x768",
|
74 |
+
"seed": 3828262648,
|
75 |
+
"Model": "elldrethSStolenDream_stolenDreams",
|
76 |
+
"steps": 40,
|
77 |
+
"prompt": "A photo of S4D1S1NK22 as Super Girl, blue eyes, portrait, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, cinematic lighting, 4K HQ, sharp focus, (Ultra realistic [[photo]], detailed face:1.0), (detailed eyes:1.0), (realistic photo:1.1), (masterpiece:1.0), detailed background, full shot, full body, by Antonio J. Manzanedo",
|
78 |
+
"sampler": "Euler a",
|
79 |
+
"cfgScale": 7,
|
80 |
+
"Clip skip": "2",
|
81 |
+
"Model hash": "a44bfd7a75",
|
82 |
+
"negativePrompt": "(loli), 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, bad-hands-5, (bad_prompt_version2:0.7), censored, censor bar, rope",
|
83 |
+
"Face restoration": "CodeFormer"
|
84 |
+
},
|
85 |
+
"generationProcess": "txt2img",
|
86 |
+
"needsReview": false,
|
87 |
+
"tags": []
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbace217-f2e7-4f4a-09b8-2636e18f3500/width=450/50160",
|
91 |
+
"nsfw": false,
|
92 |
+
"width": 512,
|
93 |
+
"height": 768,
|
94 |
+
"hash": "UDFFX2_2L2Nf~A%1BqE2KlIUIUv~5oWC-Ubb",
|
95 |
+
"meta": {
|
96 |
+
"Size": "512x768",
|
97 |
+
"seed": 2430697768,
|
98 |
+
"Model": "elldrethSStolenDream_stolenDreams",
|
99 |
+
"steps": 30,
|
100 |
+
"prompt": "S4D1S1NK22 as female (captain America), blue eyes, portrait, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, cinematic lighting, art by artgerm and greg rutkowski and alphonse mucha",
|
101 |
+
"sampler": "DPM++ 2M Karras",
|
102 |
+
"cfgScale": 7,
|
103 |
+
"Clip skip": "2",
|
104 |
+
"Model hash": "a44bfd7a75",
|
105 |
+
"negativePrompt": "(loli), 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, bad-hands-5, (bad_prompt_version2:0.7), censored, censor bar, rope, black and white, Monochromatic",
|
106 |
+
"Face restoration": "CodeFormer"
|
107 |
+
},
|
108 |
+
"generationProcess": "txt2img",
|
109 |
+
"needsReview": false,
|
110 |
+
"tags": []
|
111 |
+
},
|
112 |
+
{
|
113 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efb5768e-aa1c-4452-0505-84ea6cb73a00/width=450/50159",
|
114 |
+
"nsfw": false,
|
115 |
+
"width": 512,
|
116 |
+
"height": 768,
|
117 |
+
"hash": "UFHB9$00_LMyyC01%ME2-;M{$kt69]xa$*EL",
|
118 |
+
"meta": {
|
119 |
+
"Size": "512x768",
|
120 |
+
"seed": 2199760493,
|
121 |
+
"Model": "clarity_clarity14",
|
122 |
+
"steps": 40,
|
123 |
+
"prompt": "S4D1S1NK22, blue eyes, masterpiece, best quality, highest quality, cinematic lighting, (volumetric lighting), extremely detailed CG unity 8k wallpaper, focused, 8k wallpaper, 4k wallpaper, extremely detailed, ultra realistic, photorealistic, sharp focus, absurdres, (HDR:1.2), (high contrast), photograph, detailed and intricate, instagram, portrait, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, cinematic lighting, Style-Princess, <\ufffdhypernet:sxzBloomHypernetwork_sxzBloom:.5>",
|
124 |
+
"sampler": "DDIM",
|
125 |
+
"cfgScale": 7,
|
126 |
+
"Clip skip": "2",
|
127 |
+
"Model hash": "dc027dbbf9",
|
128 |
+
"negativePrompt": "(loli), 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, bad-hands-5, (bad_prompt_version2:0.7), censored, censor bar, rope, black and white, Monochromatic",
|
129 |
+
"Face restoration": "CodeFormer"
|
130 |
+
},
|
131 |
+
"generationProcess": "txt2img",
|
132 |
+
"needsReview": false,
|
133 |
+
"tags": []
|
134 |
+
},
|
135 |
+
{
|
136 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7081e529-f21e-4d7a-426f-5d716686a900/width=450/50158",
|
137 |
+
"nsfw": false,
|
138 |
+
"width": 512,
|
139 |
+
"height": 768,
|
140 |
+
"hash": "UcO32+?a.TE2x]M{oft7xuWBj@ofx]kDRjt7",
|
141 |
+
"meta": {
|
142 |
+
"Size": "512x768",
|
143 |
+
"seed": 3723477633,
|
144 |
+
"Model": "elldrethSStolenDream_stolenDreams",
|
145 |
+
"steps": 20,
|
146 |
+
"prompt": "S4D1S1NK22, bare_shoulders, blue_eyes, breasts, dress, eyelashes, forehead, freckles, lips, long_hair, looking_at_viewer, mole, nose, realistic, red_dress, solo, upper_body",
|
147 |
+
"sampler": "Euler a",
|
148 |
+
"cfgScale": 7,
|
149 |
+
"Clip skip": "2",
|
150 |
+
"Mask blur": "4",
|
151 |
+
"Model hash": "a44bfd7a75",
|
152 |
+
"negativePrompt": "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, out of focus, deformed, amateur drawing, long neck, young, big eyes, large eyes, close up, green outfit, black and white, border, frame, lowres, jpeg artifacts, low quality, normal quality, worst quality, poorly drawn, error. abstract, asymmetrical, blurry, cropped, disconnected, duplicate, extra, missing, signature, text, username, watermark. amputee, bad anatomy, deformed, disfigured, disproportionate, eye bags, fused, malformed, morbid, mutated, mutation, mutilated, hands, fingers, bad hand, extra limbs, missing limb, extra leg, missing leg, missing hand, extra hand, zoomed in, frame, logo, 2 girls,",
|
153 |
+
"Denoising strength": "0.75"
|
154 |
+
},
|
155 |
+
"generationProcess": "inpainting",
|
156 |
+
"needsReview": false,
|
157 |
+
"tags": []
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f6967a0-4f72-4314-eb4d-d3cbfdf24700/width=450/50157",
|
161 |
+
"nsfw": false,
|
162 |
+
"width": 512,
|
163 |
+
"height": 768,
|
164 |
+
"hash": "UDEoSyEL01^+tRxbT0t79vWBDiM|0LRj~BIo",
|
165 |
+
"meta": {
|
166 |
+
"Size": "512x768",
|
167 |
+
"seed": 3463425155,
|
168 |
+
"Model": "protogen_v22",
|
169 |
+
"steps": 40,
|
170 |
+
"prompt": "A photo of S4D1S1NK22 as Captain Marvel, blue eyes, portrait, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, cinematic lighting, 4K HQ, sharp focus, (Ultra realistic [[photo]], detailed face:1.0), (detailed eyes:1.0), (realistic photo:1.1), (masterpiece:1.0), detailed background, full shot, full body, by Antonio J. Manzanedo",
|
171 |
+
"sampler": "Euler a",
|
172 |
+
"cfgScale": 9,
|
173 |
+
"Clip skip": "2",
|
174 |
+
"Model hash": "8f44100f70",
|
175 |
+
"negativePrompt": "(loli), 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, bad-hands-5, (bad_prompt_version2:0.7), censored, censor bar, rope",
|
176 |
+
"Face restoration": "CodeFormer"
|
177 |
+
},
|
178 |
+
"generationProcess": "txt2img",
|
179 |
+
"needsReview": false,
|
180 |
+
"tags": []
|
181 |
+
},
|
182 |
+
{
|
183 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1918487b-275b-420a-b151-dd9a379a2100/width=450/50156",
|
184 |
+
"nsfw": false,
|
185 |
+
"width": 512,
|
186 |
+
"height": 768,
|
187 |
+
"hash": "U79s^*nP5rEO}]RO56E1JB%LM{xvEdjvrrxG",
|
188 |
+
"meta": {
|
189 |
+
"Size": "512x768",
|
190 |
+
"seed": 2876999546,
|
191 |
+
"Model": "0.6(elldrethSStolenDream_stolenDreams) + 0.4(clarity_clarity14)",
|
192 |
+
"steps": 40,
|
193 |
+
"prompt": "A photo of S4D1S1NK22 dressed as Poison Ivy DC, blue eyes, portrait, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, cinematic lighting, 4K HQ, sharp focus, (Ultra realistic [[photo]], detailed face:1.0), (detailed eyes:1.0), (realistic photo:1.1), (masterpiece:1.0), detailed background, full shot, full body, by Antonio J. Manzanedo",
|
194 |
+
"sampler": "Euler a",
|
195 |
+
"cfgScale": 7,
|
196 |
+
"Clip skip": "2",
|
197 |
+
"Model hash": "6fd5eaca20",
|
198 |
+
"negativePrompt": "(loli), 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, bad-hands-5, (bad_prompt_version2:0.7), censored, censor bar, rope",
|
199 |
+
"Face restoration": "CodeFormer"
|
200 |
+
},
|
201 |
+
"generationProcess": "txt2img",
|
202 |
+
"needsReview": false,
|
203 |
+
"tags": []
|
204 |
+
},
|
205 |
+
{
|
206 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d007ac4-c7eb-46c8-06d3-445a1a085300/width=450/50155",
|
207 |
+
"nsfw": false,
|
208 |
+
"width": 512,
|
209 |
+
"height": 768,
|
210 |
+
"hash": "UEH1=A4.Tu$*yrxvi_%L}P%MKlV?,oRjTK%2",
|
211 |
+
"meta": {
|
212 |
+
"Size": "512x768",
|
213 |
+
"seed": 2687557294,
|
214 |
+
"Model": "clarity_clarity14",
|
215 |
+
"steps": 28,
|
216 |
+
"prompt": "S4D1S1NK22, belt, red_hair, blue_eyes, denim, denim_shorts, fishnet_legwear, fishnets, lips, long_hair, looking_at_viewer, pantyhose, photo_\\(medium\\), realistic, shirt, shorts, solo, standing, striped, striped_shirt, t-shirt",
|
217 |
+
"sampler": "DDIM",
|
218 |
+
"cfgScale": 7,
|
219 |
+
"Batch pos": "4",
|
220 |
+
"Clip skip": "2",
|
221 |
+
"Batch size": "6",
|
222 |
+
"Model hash": "dc027dbbf9",
|
223 |
+
"negativePrompt": "(loli), 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, bad-hands-5, (bad_prompt_version2:0.7), censored, censor bar, rope, black and white, Monochromatic",
|
224 |
+
"Face restoration": "CodeFormer"
|
225 |
+
},
|
226 |
+
"generationProcess": "txt2img",
|
227 |
+
"needsReview": false,
|
228 |
+
"tags": []
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc31888a-21c0-4b62-887a-7e41d7bca700/width=450/50153",
|
232 |
+
"nsfw": false,
|
233 |
+
"width": 512,
|
234 |
+
"height": 768,
|
235 |
+
"hash": "UEHx1x?b^G9ZvyM|OsS4}kr;9bX9%MxFn#Rk",
|
236 |
+
"meta": {
|
237 |
+
"Size": "512x768",
|
238 |
+
"seed": 3002101248,
|
239 |
+
"Model": "clarity_clarity14",
|
240 |
+
"steps": 28,
|
241 |
+
"prompt": "S4D1S1NK22, belt, red_hair, blue_eyes, denim, denim_shorts, fishnet_legwear, fishnets, lips, long_hair, looking_at_viewer, pantyhose, photo_\\(medium\\), realistic, shirt, shorts, solo, standing, striped, striped_shirt, t-shirt",
|
242 |
+
"sampler": "DDIM",
|
243 |
+
"cfgScale": 7,
|
244 |
+
"Batch pos": "3",
|
245 |
+
"Clip skip": "2",
|
246 |
+
"Batch size": "6",
|
247 |
+
"Model hash": "dc027dbbf9",
|
248 |
+
"negativePrompt": "(loli), 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, bad-hands-5, (bad_prompt_version2:0.7), censored, censor bar, rope, black and white, Monochromatic",
|
249 |
+
"Face restoration": "CodeFormer"
|
250 |
+
},
|
251 |
+
"generationProcess": "txt2img",
|
252 |
+
"needsReview": false,
|
253 |
+
"tags": []
|
254 |
+
},
|
255 |
+
{
|
256 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe8ae19d-8657-407d-65a7-6fa18697d900/width=450/50152",
|
257 |
+
"nsfw": false,
|
258 |
+
"width": 512,
|
259 |
+
"height": 768,
|
260 |
+
"hash": "UDDI?;0L.T={~qt7OZ?H4:xuRPWBadNGxaM{",
|
261 |
+
"meta": {
|
262 |
+
"Size": "512x768",
|
263 |
+
"seed": 90806981,
|
264 |
+
"Model": "elldrethSStolenDream_stolenDreams",
|
265 |
+
"steps": 30,
|
266 |
+
"prompt": "A photo of S4D1S1NK22-4000 as Black Widow, blue eyes, detailed background, masterpiece, best quality, highest quality, cinematic lighting, (volumetric lighting), extremely detailed CG unity 8k wallpaper, focused, 8k wallpaper, 4k wallpaper, extremely detailed, ultra realistic, photorealistic, sharp focus, absurdres, (HDR:1.2), (high contrast), photograph, detailed and intricate, portrait, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, cinematic lighting",
|
267 |
+
"sampler": "DPM++ 2M Karras",
|
268 |
+
"cfgScale": 7,
|
269 |
+
"Clip skip": "2",
|
270 |
+
"Model hash": "a44bfd7a75",
|
271 |
+
"negativePrompt": "(loli), 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, bad-hands-5, (bad_prompt_version2:0.7), censored, censor bar, rope, black and white, Monochromatic",
|
272 |
+
"Face restoration": "CodeFormer"
|
273 |
+
},
|
274 |
+
"generationProcess": "txt2img",
|
275 |
+
"needsReview": false,
|
276 |
+
"tags": []
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/369c07ec-b462-4077-c175-ed4ee85adc00/width=450/50151",
|
280 |
+
"nsfw": false,
|
281 |
+
"width": 624,
|
282 |
+
"height": 624,
|
283 |
+
"hash": "UFEx6Y}[TLI=pdI.OX=|O[bbofs+KQXmxuR*",
|
284 |
+
"meta": {
|
285 |
+
"Size": "624x624",
|
286 |
+
"seed": 271026881,
|
287 |
+
"Model": "clarity_clarity14",
|
288 |
+
"steps": 20,
|
289 |
+
"prompt": "S4D1S1NK22, blurry, blurry_background, blurry_foreground, bokeh, christmas_tree, chromatic_aberration, city_lights, depth_of_field, fireworks, lips, long_hair, looking_at_viewer, motion_blur, parted_lips, photo_\\(medium\\), photorealistic, realistic, red_hair, solo, stadium, upper_body",
|
290 |
+
"sampler": "Euler a",
|
291 |
+
"cfgScale": 7,
|
292 |
+
"Clip skip": "2",
|
293 |
+
"Mask blur": "4",
|
294 |
+
"Model hash": "dc027dbbf9",
|
295 |
+
"negativePrompt": "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, out of focus, deformed, amateur drawing, long neck, young, big eyes, large eyes, close up, green outfit, black and white, border, frame, lowres, jpeg artifacts, low quality, normal quality, worst quality, poorly drawn, error. abstract, asymmetrical, blurry, cropped, disconnected, duplicate, extra, missing, signature, text, username, watermark. amputee, bad anatomy, deformed, disfigured, disproportionate, eye bags, fused, malformed, morbid, mutated, mutation, mutilated, hands, fingers, bad hand, extra limbs, missing limb, extra leg, missing leg, missing hand, extra hand, zoomed in, frame, logo, 2 girls,",
|
296 |
+
"Denoising strength": "0.7"
|
297 |
+
},
|
298 |
+
"generationProcess": "inpainting",
|
299 |
+
"needsReview": false,
|
300 |
+
"tags": []
|
301 |
+
},
|
302 |
+
{
|
303 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24a8d526-3d9e-4a82-a45d-3f7b1ee81200/width=450/50150",
|
304 |
+
"nsfw": false,
|
305 |
+
"width": 512,
|
306 |
+
"height": 768,
|
307 |
+
"hash": "UMHTjhMet+-U~oxa=wxtOF-nxts9D*?GNHoy",
|
308 |
+
"meta": {
|
309 |
+
"Size": "512x768",
|
310 |
+
"seed": 3832431264,
|
311 |
+
"Model": "clarity_clarity14",
|
312 |
+
"steps": 28,
|
313 |
+
"prompt": "S4D1S1NK22, blurry, blurry_background, blurry_foreground, bokeh, fireworks background, chromatic_aberration, city_lights, depth_of_field, fireworks, lips, long_hair, looking_at_viewer, motion_blur, parted_lips, photo_\\(medium\\), photorealistic, realistic, red_hair, solo, stadium, upper_body",
|
314 |
+
"sampler": "DDIM",
|
315 |
+
"cfgScale": 9,
|
316 |
+
"Batch pos": "5",
|
317 |
+
"Clip skip": "2",
|
318 |
+
"Batch size": "6",
|
319 |
+
"Model hash": "dc027dbbf9",
|
320 |
+
"negativePrompt": "(loli), 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, bad-hands-5, (bad_prompt_version2:0.7), censored, censor bar, rope, black and white, Monochromatic",
|
321 |
+
"Face restoration": "CodeFormer"
|
322 |
+
},
|
323 |
+
"generationProcess": "txt2img",
|
324 |
+
"needsReview": false,
|
325 |
+
"tags": []
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fb14bec-9c0a-48a3-4c41-cf0f9a3c1f00/width=450/50149",
|
329 |
+
"nsfw": false,
|
330 |
+
"width": 512,
|
331 |
+
"height": 768,
|
332 |
+
"hash": "UCG*4u~U0L0f00v~X8-ot+S~=yM|OsIpRjxt",
|
333 |
+
"meta": {
|
334 |
+
"Size": "512x768",
|
335 |
+
"seed": 738299548,
|
336 |
+
"Model": "clarity_clarity14",
|
337 |
+
"steps": 28,
|
338 |
+
"prompt": "S4D1S1NK22, masterpiece, best quality, highest quality, cinematic lighting, (volumetric lighting), extremely detailed CG unity 8k wallpaper, focused, 8k wallpaper, 4k wallpaper, extremely detailed, ultra realistic, photorealistic, sharp focus, absurdres, (HDR:1.2), (high contrast), photograph, detailed and intricate, instagram, portrait, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, cinematic lighting, Style-Princess,",
|
339 |
+
"sampler": "DDIM",
|
340 |
+
"cfgScale": 9,
|
341 |
+
"Batch pos": "5",
|
342 |
+
"Clip skip": "2",
|
343 |
+
"Batch size": "6",
|
344 |
+
"Model hash": "dc027dbbf9",
|
345 |
+
"negativePrompt": "(loli), 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, bad-hands-5, (bad_prompt_version2:0.7), censored, censor bar, rope, black and white, Monochromatic",
|
346 |
+
"Face restoration": "CodeFormer"
|
347 |
+
},
|
348 |
+
"generationProcess": "txt2img",
|
349 |
+
"needsReview": false,
|
350 |
+
"tags": []
|
351 |
+
},
|
352 |
+
{
|
353 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad0a872f-fd6f-4f1d-c024-80d4e86a4100/width=450/50148",
|
354 |
+
"nsfw": false,
|
355 |
+
"width": 512,
|
356 |
+
"height": 768,
|
357 |
+
"hash": "UCHAtpR50L~A01?GELbbtlIpIpE2NHM|xaoM",
|
358 |
+
"meta": {
|
359 |
+
"Size": "512x768",
|
360 |
+
"seed": 738299545,
|
361 |
+
"Model": "clarity_clarity14",
|
362 |
+
"steps": 28,
|
363 |
+
"prompt": "S4D1S1NK22, masterpiece, best quality, highest quality, cinematic lighting, (volumetric lighting), extremely detailed CG unity 8k wallpaper, focused, 8k wallpaper, 4k wallpaper, extremely detailed, ultra realistic, photorealistic, sharp focus, absurdres, (HDR:1.2), (high contrast), photograph, detailed and intricate, instagram, portrait, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, cinematic lighting, Style-Princess,",
|
364 |
+
"sampler": "DDIM",
|
365 |
+
"cfgScale": 9,
|
366 |
+
"Batch pos": "2",
|
367 |
+
"Clip skip": "2",
|
368 |
+
"Batch size": "6",
|
369 |
+
"Model hash": "dc027dbbf9",
|
370 |
+
"negativePrompt": "(loli), 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, bad-hands-5, (bad_prompt_version2:0.7), censored, censor bar, rope, black and white, Monochromatic",
|
371 |
+
"Face restoration": "CodeFormer"
|
372 |
+
},
|
373 |
+
"generationProcess": "txt2img",
|
374 |
+
"needsReview": false,
|
375 |
+
"tags": []
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fbd808c-870a-403f-91df-356595f40f00/width=450/50147",
|
379 |
+
"nsfw": false,
|
380 |
+
"width": 512,
|
381 |
+
"height": 768,
|
382 |
+
"hash": "UHExeC0LEM~BoKE2oyE2EMt6-oIo?GRjM|%L",
|
383 |
+
"meta": {
|
384 |
+
"Size": "512x768",
|
385 |
+
"seed": 738299546,
|
386 |
+
"Model": "clarity_clarity14",
|
387 |
+
"steps": 28,
|
388 |
+
"prompt": "S4D1S1NK22, masterpiece, best quality, highest quality, cinematic lighting, (volumetric lighting), extremely detailed CG unity 8k wallpaper, focused, 8k wallpaper, 4k wallpaper, extremely detailed, ultra realistic, photorealistic, sharp focus, absurdres, (HDR:1.2), (high contrast), photograph, detailed and intricate, instagram, portrait, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, cinematic lighting, Style-Princess,",
|
389 |
+
"sampler": "DDIM",
|
390 |
+
"cfgScale": 9,
|
391 |
+
"Batch pos": "3",
|
392 |
+
"Clip skip": "2",
|
393 |
+
"Batch size": "6",
|
394 |
+
"Model hash": "dc027dbbf9",
|
395 |
+
"negativePrompt": "(loli), 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, bad-hands-5, (bad_prompt_version2:0.7), censored, censor bar, rope, black and white, Monochromatic",
|
396 |
+
"Face restoration": "CodeFormer"
|
397 |
+
},
|
398 |
+
"generationProcess": "txt2img",
|
399 |
+
"needsReview": false,
|
400 |
+
"tags": []
|
401 |
+
},
|
402 |
+
{
|
403 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24efe40b-88fa-4afd-45ff-be1fdd0b9000/width=450/50146",
|
404 |
+
"nsfw": false,
|
405 |
+
"width": 512,
|
406 |
+
"height": 768,
|
407 |
+
"hash": "UAG7}A00Aqn+57RkE1%M9]oL-UIp~VV@oMIo",
|
408 |
+
"meta": {
|
409 |
+
"Size": "512x768",
|
410 |
+
"seed": 3768002301,
|
411 |
+
"Model": "clarity_clarity14",
|
412 |
+
"steps": 40,
|
413 |
+
"prompt": "S4D1S1NK22, blue eyes, masterpiece, best quality, highest quality, cinematic lighting, (volumetric lighting), extremely detailed CG unity 8k wallpaper, focused, 8k wallpaper, 4k wallpaper, extremely detailed, ultra realistic, photorealistic, sharp focus, absurdres, (HDR:1.2), (high contrast), photograph, detailed and intricate, instagram, portrait, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, cinematic lighting, Style-Princess, <\ufffdhypernet:sxzBloomHypernetwork_sxzBloom:.5>",
|
414 |
+
"sampler": "DDIM",
|
415 |
+
"cfgScale": 7,
|
416 |
+
"Clip skip": "2",
|
417 |
+
"Model hash": "dc027dbbf9",
|
418 |
+
"negativePrompt": "(loli), 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, bad-hands-5, (bad_prompt_version2:0.7), censored, censor bar, rope",
|
419 |
+
"Face restoration": "CodeFormer"
|
420 |
+
},
|
421 |
+
"generationProcess": "txt2img",
|
422 |
+
"needsReview": false,
|
423 |
+
"tags": []
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4e46d05-a5fe-4c15-32b1-8f04bd1d9b00/width=450/50145",
|
427 |
+
"nsfw": false,
|
428 |
+
"width": 512,
|
429 |
+
"height": 768,
|
430 |
+
"hash": "UACPV5~WA]E1~BD%569ZFfIosARjELs.?G%2",
|
431 |
+
"meta": {
|
432 |
+
"Size": "512x768",
|
433 |
+
"seed": 3771217911,
|
434 |
+
"Model": "clarity_clarity14",
|
435 |
+
"steps": 28,
|
436 |
+
"prompt": "S4D1S1NK22 and a black top and a black jacket, blue eyes, by Terada Katsuya, unreal engine, raytracing, dslr, post-processing, max detail, massive scale, studio lighting, digital painting, digital art, digital, detailed",
|
437 |
+
"sampler": "DPM++ 2M Karras",
|
438 |
+
"cfgScale": 7,
|
439 |
+
"Clip skip": "2",
|
440 |
+
"Model hash": "dc027dbbf9",
|
441 |
+
"negativePrompt": "(loli), 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, bad-hands-5, (bad_prompt_version2:0.7), censored, censor bar, rope",
|
442 |
+
"Face restoration": "CodeFormer"
|
443 |
+
},
|
444 |
+
"generationProcess": "txt2img",
|
445 |
+
"needsReview": false,
|
446 |
+
"tags": []
|
447 |
+
},
|
448 |
+
{
|
449 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01d1a309-c691-41f5-faf7-36d1c9caf000/width=450/50144",
|
450 |
+
"nsfw": false,
|
451 |
+
"width": 512,
|
452 |
+
"height": 768,
|
453 |
+
"hash": "UZHw}qspV@s:~qozIokCtlRkM{M{bvjFnOV@",
|
454 |
+
"meta": {
|
455 |
+
"Size": "512x768",
|
456 |
+
"seed": 2334848180,
|
457 |
+
"Model": "clarity_clarity14",
|
458 |
+
"steps": 40,
|
459 |
+
"prompt": "A photo of S4D1S1NK22 as Scarlet Witch, blue eyes, portrait, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, cinematic lighting, 4K HQ, sharp focus, (Ultra realistic [[photo]], detailed face:1.0), (detailed eyes:1.0), (realistic photo:1.1), (masterpiece:1.0), detailed background, full shot, full body, by Antonio J. Manzanedo",
|
460 |
+
"sampler": "Euler a",
|
461 |
+
"cfgScale": 9,
|
462 |
+
"Clip skip": "2",
|
463 |
+
"Model hash": "dc027dbbf9",
|
464 |
+
"negativePrompt": "(loli), 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, bad-hands-5, (bad_prompt_version2:0.7), censored, censor bar, rope",
|
465 |
+
"Face restoration": "CodeFormer"
|
466 |
+
},
|
467 |
+
"generationProcess": "txt2img",
|
468 |
+
"needsReview": false,
|
469 |
+
"tags": []
|
470 |
+
},
|
471 |
+
{
|
472 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae76e6b8-a02a-4c22-cf65-88cc1babd600/width=450/50143",
|
473 |
+
"nsfw": false,
|
474 |
+
"width": 512,
|
475 |
+
"height": 768,
|
476 |
+
"hash": "UFExbD~V0f4:S4i_57R%XRxt%2NG9a9uxaxb",
|
477 |
+
"meta": {
|
478 |
+
"Size": "512x768",
|
479 |
+
"seed": 1985757787,
|
480 |
+
"Model": "0.6(elldrethSStolenDream_stolenDreams) + 0.4(clarity_clarity14)",
|
481 |
+
"steps": 40,
|
482 |
+
"prompt": "A photo of S4D1S1NK22 dressed as The Flash, blue eyes, portrait, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, cinematic lighting, 4K HQ, sharp focus, (Ultra realistic [[photo]], detailed face:1.0), (detailed eyes:1.0), (realistic photo:1.1), (masterpiece:1.0), detailed background, full shot, full body, by Antonio J. Manzanedo",
|
483 |
+
"sampler": "Euler a",
|
484 |
+
"cfgScale": 7,
|
485 |
+
"Clip skip": "2",
|
486 |
+
"Model hash": "6fd5eaca20",
|
487 |
+
"negativePrompt": "(loli), 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, bad-hands-5, (bad_prompt_version2:0.7), censored, censor bar, rope",
|
488 |
+
"Face restoration": "CodeFormer"
|
489 |
+
},
|
490 |
+
"generationProcess": "txt2img",
|
491 |
+
"needsReview": false,
|
492 |
+
"tags": []
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d43a8331-af4b-4ef2-9590-037611526200/width=450/50142",
|
496 |
+
"nsfw": false,
|
497 |
+
"width": 512,
|
498 |
+
"height": 768,
|
499 |
+
"hash": "UMGH*oTK?a?H}=bw?aa#JAD*$%E24.RPniIU",
|
500 |
+
"meta": {
|
501 |
+
"Size": "512x768",
|
502 |
+
"seed": 3925156507,
|
503 |
+
"Model": "elldrethsRetroMix_v10",
|
504 |
+
"steps": 30,
|
505 |
+
"prompt": "A photo of S4D1S1NK22-4000 as Captain America, blue eyes, detailed background, masterpiece, best quality, highest quality, cinematic lighting, (volumetric lighting), extremely detailed CG unity 8k wallpaper, focused, 8k wallpaper, 4k wallpaper, extremely detailed, ultra realistic, photorealistic, sharp focus, absurdres, (HDR:1.2), (high contrast), photograph, detailed and intricate, portrait, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, cinematic lighting",
|
506 |
+
"sampler": "DPM++ 2M Karras",
|
507 |
+
"cfgScale": 7,
|
508 |
+
"Clip skip": "2",
|
509 |
+
"Model hash": "57285e7bd5",
|
510 |
+
"negativePrompt": "(loli), 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, bad-hands-5, (bad_prompt_version2:0.7), censored, censor bar, rope, black and white, Monochromatic",
|
511 |
+
"Face restoration": "CodeFormer"
|
512 |
+
},
|
513 |
+
"generationProcess": "txt2img",
|
514 |
+
"needsReview": false,
|
515 |
+
"tags": []
|
516 |
+
}
|
517 |
+
],
|
518 |
+
"downloadUrl": "https://civitai.com/api/download/models/5931"
|
519 |
+
}
|
embeddings/S4D1S1NK22 .preview.png
ADDED
![]() |
embeddings/S4D1S1NK22 .pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9ccd4297620aca0ab91fbb26d06244bce09b54a69987a9d12347ca5357a143a
|
3 |
+
size 4011
|
embeddings/aidra.civitai.info
ADDED
@@ -0,0 +1,1477 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": 9876,
|
3 |
+
"modelId": 8370,
|
4 |
+
"name": "v1",
|
5 |
+
"createdAt": "2023-02-12T23:42:05.455Z",
|
6 |
+
"updatedAt": "2023-03-08T00:37:22.187Z",
|
7 |
+
"trainedWords": [
|
8 |
+
"aidra"
|
9 |
+
],
|
10 |
+
"baseModel": "SD 1.5",
|
11 |
+
"earlyAccessTimeFrame": 1,
|
12 |
+
"description": "<p></p>",
|
13 |
+
"model": {
|
14 |
+
"name": "Aidra Fox",
|
15 |
+
"type": "TextualInversion",
|
16 |
+
"nsfw": false,
|
17 |
+
"poi": true
|
18 |
+
},
|
19 |
+
"files": [
|
20 |
+
{
|
21 |
+
"name": "aidra.pt",
|
22 |
+
"id": 12189,
|
23 |
+
"sizeKB": 6.9345703125,
|
24 |
+
"type": "Model",
|
25 |
+
"format": "PickleTensor",
|
26 |
+
"pickleScanResult": "Success",
|
27 |
+
"pickleScanMessage": "No Pickle imports",
|
28 |
+
"virusScanResult": "Success",
|
29 |
+
"scannedAt": "2023-02-22T14:41:31.085Z",
|
30 |
+
"hashes": {
|
31 |
+
"AutoV2": "A29640E384",
|
32 |
+
"SHA256": "A29640E3843881CED35A7906A90095694ADDD51F9CC97345DE42472FB86BA982",
|
33 |
+
"CRC32": "AA185C6A",
|
34 |
+
"BLAKE3": "8E12A55D4B7D4F181AA39A6A20B9A004650E6A5619FFF34EB19CC5D4338660FA"
|
35 |
+
},
|
36 |
+
"primary": true,
|
37 |
+
"downloadUrl": "https://civitai.com/api/download/models/9876"
|
38 |
+
}
|
39 |
+
],
|
40 |
+
"images": [
|
41 |
+
{
|
42 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86797cad-0a03-4dd4-a776-8b47e0426b00/width=450/134572",
|
43 |
+
"nsfw": false,
|
44 |
+
"width": 512,
|
45 |
+
"height": 768,
|
46 |
+
"hash": "U9ExqrIp00ocM_IoIp$%-oxuo3S1?H0eog~V",
|
47 |
+
"meta": {
|
48 |
+
"Size": "512x768",
|
49 |
+
"seed": 74736063,
|
50 |
+
"Model": "consistentFactor444p_v10",
|
51 |
+
"steps": 65,
|
52 |
+
"prompt": "(aidra:0.9) in a intricately detailed corset, (big mommy milkers:1.3) (beautiful face, detailed face), heavy makeup, masterpiece, high definition, dimples, soft wavy brown hair, uhd, unreal engine",
|
53 |
+
"sampler": "Euler a",
|
54 |
+
"cfgScale": 6,
|
55 |
+
"resources": [
|
56 |
+
{
|
57 |
+
"hash": "7030ab0401",
|
58 |
+
"name": "consistentFactor444p_v10",
|
59 |
+
"type": "model"
|
60 |
+
}
|
61 |
+
],
|
62 |
+
"Model hash": "7030ab0401",
|
63 |
+
"negativePrompt": "deformed faces, saggy tits,"
|
64 |
+
},
|
65 |
+
"generationProcess": "txt2img",
|
66 |
+
"needsReview": false,
|
67 |
+
"tags": [
|
68 |
+
{
|
69 |
+
"tag": {
|
70 |
+
"id": 5973,
|
71 |
+
"name": "bra",
|
72 |
+
"isCategory": false
|
73 |
+
},
|
74 |
+
"automated": true
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"tag": {
|
78 |
+
"id": 1718,
|
79 |
+
"name": "lingerie",
|
80 |
+
"isCategory": false
|
81 |
+
},
|
82 |
+
"automated": true
|
83 |
+
},
|
84 |
+
{
|
85 |
+
"tag": {
|
86 |
+
"id": 5193,
|
87 |
+
"name": "clothing",
|
88 |
+
"isCategory": false
|
89 |
+
},
|
90 |
+
"automated": true
|
91 |
+
},
|
92 |
+
{
|
93 |
+
"tag": {
|
94 |
+
"id": 5293,
|
95 |
+
"name": "underwear",
|
96 |
+
"isCategory": false
|
97 |
+
},
|
98 |
+
"automated": true
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"tag": {
|
102 |
+
"id": 5484,
|
103 |
+
"name": "face",
|
104 |
+
"isCategory": false
|
105 |
+
},
|
106 |
+
"automated": true
|
107 |
+
},
|
108 |
+
{
|
109 |
+
"tag": {
|
110 |
+
"id": 7626,
|
111 |
+
"name": "head",
|
112 |
+
"isCategory": false
|
113 |
+
},
|
114 |
+
"automated": true
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"tag": {
|
118 |
+
"id": 66,
|
119 |
+
"name": "person",
|
120 |
+
"isCategory": false
|
121 |
+
},
|
122 |
+
"automated": true
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"tag": {
|
126 |
+
"id": 192,
|
127 |
+
"name": "female",
|
128 |
+
"isCategory": false
|
129 |
+
},
|
130 |
+
"automated": true
|
131 |
+
},
|
132 |
+
{
|
133 |
+
"tag": {
|
134 |
+
"id": 5133,
|
135 |
+
"name": "woman",
|
136 |
+
"isCategory": true
|
137 |
+
},
|
138 |
+
"automated": true
|
139 |
+
},
|
140 |
+
{
|
141 |
+
"tag": {
|
142 |
+
"id": 5163,
|
143 |
+
"name": "adult",
|
144 |
+
"isCategory": false
|
145 |
+
},
|
146 |
+
"automated": true
|
147 |
+
},
|
148 |
+
{
|
149 |
+
"tag": {
|
150 |
+
"id": 10061,
|
151 |
+
"name": "suggestive",
|
152 |
+
"isCategory": false
|
153 |
+
},
|
154 |
+
"automated": true
|
155 |
+
},
|
156 |
+
{
|
157 |
+
"tag": {
|
158 |
+
"id": 6924,
|
159 |
+
"name": "revealing clothes",
|
160 |
+
"isCategory": false
|
161 |
+
},
|
162 |
+
"automated": true
|
163 |
+
},
|
164 |
+
{
|
165 |
+
"tag": {
|
166 |
+
"id": 7938,
|
167 |
+
"name": "skin",
|
168 |
+
"isCategory": false
|
169 |
+
},
|
170 |
+
"automated": true
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"tag": {
|
174 |
+
"id": 6628,
|
175 |
+
"name": "tattoo",
|
176 |
+
"isCategory": false
|
177 |
+
},
|
178 |
+
"automated": true
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"tag": {
|
182 |
+
"id": 5241,
|
183 |
+
"name": "photography",
|
184 |
+
"isCategory": true
|
185 |
+
},
|
186 |
+
"automated": true
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"tag": {
|
190 |
+
"id": 1441,
|
191 |
+
"name": "portrait",
|
192 |
+
"isCategory": false
|
193 |
+
},
|
194 |
+
"automated": true
|
195 |
+
}
|
196 |
+
]
|
197 |
+
},
|
198 |
+
{
|
199 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2eebd46a-1e4d-49ca-c8f3-46e47edfd500/width=450/134571",
|
200 |
+
"nsfw": false,
|
201 |
+
"width": 512,
|
202 |
+
"height": 512,
|
203 |
+
"hash": "UFGkj|aJ~4?H-4ogI;M{01a|V@n%9Zay$~j[",
|
204 |
+
"meta": {
|
205 |
+
"Size": "512x512",
|
206 |
+
"seed": 3215809507,
|
207 |
+
"Model": "projectUnrealEngine5_projectUnrealEngine5B",
|
208 |
+
"steps": 40,
|
209 |
+
"prompt": "a portrait photo of a black girl, smiling, tattoo, ((((blue folk dress)))), Ukrainian dress, pronounced feminine feature, (aidrafox3500), insane details, intricate details, hyperdetailed, complex background, medieval tavern, indoor",
|
210 |
+
"sampler": "DPM++ 2M Karras",
|
211 |
+
"cfgScale": 6.5,
|
212 |
+
"resources": [
|
213 |
+
{
|
214 |
+
"hash": "748ff6eab2",
|
215 |
+
"name": "projectUnrealEngine5_projectUnrealEngine5B",
|
216 |
+
"type": "model"
|
217 |
+
}
|
218 |
+
],
|
219 |
+
"Model hash": "748ff6eab2",
|
220 |
+
"negativePrompt": "(((naked))), deformed, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, disgusting, poorly drawn hands, missing limb, floating limbs, disconnected limbs, malformed hands, blurry, ((((mutated hands and fingers)))), watermark, watermarked, oversaturated, censored, distorted hands, amputation, missing hands, obese, doubled face, double hands"
|
221 |
+
},
|
222 |
+
"generationProcess": "txt2img",
|
223 |
+
"needsReview": false,
|
224 |
+
"tags": [
|
225 |
+
{
|
226 |
+
"tag": {
|
227 |
+
"id": 5193,
|
228 |
+
"name": "clothing",
|
229 |
+
"isCategory": false
|
230 |
+
},
|
231 |
+
"automated": true
|
232 |
+
},
|
233 |
+
{
|
234 |
+
"tag": {
|
235 |
+
"id": 1930,
|
236 |
+
"name": "dress",
|
237 |
+
"isCategory": false
|
238 |
+
},
|
239 |
+
"automated": true
|
240 |
+
},
|
241 |
+
{
|
242 |
+
"tag": {
|
243 |
+
"id": 7626,
|
244 |
+
"name": "head",
|
245 |
+
"isCategory": false
|
246 |
+
},
|
247 |
+
"automated": true
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"tag": {
|
251 |
+
"id": 66,
|
252 |
+
"name": "person",
|
253 |
+
"isCategory": false
|
254 |
+
},
|
255 |
+
"automated": true
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"tag": {
|
259 |
+
"id": 15736,
|
260 |
+
"name": "evening dress",
|
261 |
+
"isCategory": false
|
262 |
+
},
|
263 |
+
"automated": true
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"tag": {
|
267 |
+
"id": 4211,
|
268 |
+
"name": "happy",
|
269 |
+
"isCategory": false
|
270 |
+
},
|
271 |
+
"automated": true
|
272 |
+
},
|
273 |
+
{
|
274 |
+
"tag": {
|
275 |
+
"id": 7802,
|
276 |
+
"name": "hair",
|
277 |
+
"isCategory": false
|
278 |
+
},
|
279 |
+
"automated": true
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"tag": {
|
283 |
+
"id": 7938,
|
284 |
+
"name": "skin",
|
285 |
+
"isCategory": false
|
286 |
+
},
|
287 |
+
"automated": true
|
288 |
+
},
|
289 |
+
{
|
290 |
+
"tag": {
|
291 |
+
"id": 20910,
|
292 |
+
"name": "dimples",
|
293 |
+
"isCategory": false
|
294 |
+
},
|
295 |
+
"automated": true
|
296 |
+
},
|
297 |
+
{
|
298 |
+
"tag": {
|
299 |
+
"id": 7630,
|
300 |
+
"name": "accessories",
|
301 |
+
"isCategory": false
|
302 |
+
},
|
303 |
+
"automated": true
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"tag": {
|
307 |
+
"id": 3642,
|
308 |
+
"name": "black hair",
|
309 |
+
"isCategory": false
|
310 |
+
},
|
311 |
+
"automated": true
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"tag": {
|
315 |
+
"id": 5942,
|
316 |
+
"name": "necklace",
|
317 |
+
"isCategory": false
|
318 |
+
},
|
319 |
+
"automated": true
|
320 |
+
},
|
321 |
+
{
|
322 |
+
"tag": {
|
323 |
+
"id": 6628,
|
324 |
+
"name": "tattoo",
|
325 |
+
"isCategory": false
|
326 |
+
},
|
327 |
+
"automated": true
|
328 |
+
},
|
329 |
+
{
|
330 |
+
"tag": {
|
331 |
+
"id": 10061,
|
332 |
+
"name": "suggestive",
|
333 |
+
"isCategory": false
|
334 |
+
},
|
335 |
+
"automated": true
|
336 |
+
},
|
337 |
+
{
|
338 |
+
"tag": {
|
339 |
+
"id": 5484,
|
340 |
+
"name": "face",
|
341 |
+
"isCategory": false
|
342 |
+
},
|
343 |
+
"automated": true
|
344 |
+
},
|
345 |
+
{
|
346 |
+
"tag": {
|
347 |
+
"id": 5772,
|
348 |
+
"name": "smile",
|
349 |
+
"isCategory": false
|
350 |
+
},
|
351 |
+
"automated": true
|
352 |
+
},
|
353 |
+
{
|
354 |
+
"tag": {
|
355 |
+
"id": 5787,
|
356 |
+
"name": "jewelry",
|
357 |
+
"isCategory": false
|
358 |
+
},
|
359 |
+
"automated": true
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"tag": {
|
363 |
+
"id": 7643,
|
364 |
+
"name": "formal wear",
|
365 |
+
"isCategory": false
|
366 |
+
},
|
367 |
+
"automated": true
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"tag": {
|
371 |
+
"id": 6924,
|
372 |
+
"name": "revealing clothes",
|
373 |
+
"isCategory": false
|
374 |
+
},
|
375 |
+
"automated": true
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"tag": {
|
379 |
+
"id": 8677,
|
380 |
+
"name": "sleeve",
|
381 |
+
"isCategory": false
|
382 |
+
},
|
383 |
+
"automated": true
|
384 |
+
},
|
385 |
+
{
|
386 |
+
"tag": {
|
387 |
+
"id": 5241,
|
388 |
+
"name": "photography",
|
389 |
+
"isCategory": true
|
390 |
+
},
|
391 |
+
"automated": true
|
392 |
+
},
|
393 |
+
{
|
394 |
+
"tag": {
|
395 |
+
"id": 1441,
|
396 |
+
"name": "portrait",
|
397 |
+
"isCategory": false
|
398 |
+
},
|
399 |
+
"automated": true
|
400 |
+
}
|
401 |
+
]
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ee63535-463b-4e5f-d85f-3232e9a5c800/width=450/134570",
|
405 |
+
"nsfw": false,
|
406 |
+
"width": 512,
|
407 |
+
"height": 768,
|
408 |
+
"hash": "UKIg.d9u0g~V0f%LIqNFM{IowHD*0Ks:$*-p",
|
409 |
+
"meta": {
|
410 |
+
"Size": "512x768",
|
411 |
+
"seed": 4129082175,
|
412 |
+
"Model": "model",
|
413 |
+
"steps": 50,
|
414 |
+
"prompt": "glamorous anime portrait, (aidrafox5k) , seductive eyes and face, elegant, lascivious pose, very detailed face, studio lighting, photorealism, wearing Forerunner armor from Halo, portrait by Magali Villeneuve and Steve Argyle, Livia Prima, Mucha, dress, fantasy art, beautiful, artstation, trending on artstation, intricate details, alluring, masterpiece",
|
415 |
+
"sampler": "DPM++ 2M Karras",
|
416 |
+
"cfgScale": 10,
|
417 |
+
"resources": [
|
418 |
+
{
|
419 |
+
"hash": "4c86efd062",
|
420 |
+
"name": "model",
|
421 |
+
"type": "model"
|
422 |
+
}
|
423 |
+
],
|
424 |
+
"Model hash": "4c86efd062"
|
425 |
+
},
|
426 |
+
"generationProcess": "txt2img",
|
427 |
+
"needsReview": false,
|
428 |
+
"tags": [
|
429 |
+
{
|
430 |
+
"tag": {
|
431 |
+
"id": 5163,
|
432 |
+
"name": "adult",
|
433 |
+
"isCategory": false
|
434 |
+
},
|
435 |
+
"automated": true
|
436 |
+
},
|
437 |
+
{
|
438 |
+
"tag": {
|
439 |
+
"id": 66,
|
440 |
+
"name": "person",
|
441 |
+
"isCategory": false
|
442 |
+
},
|
443 |
+
"automated": true
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"tag": {
|
447 |
+
"id": 6611,
|
448 |
+
"name": "lipstick",
|
449 |
+
"isCategory": false
|
450 |
+
},
|
451 |
+
"automated": true
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"tag": {
|
455 |
+
"id": 5133,
|
456 |
+
"name": "woman",
|
457 |
+
"isCategory": true
|
458 |
+
},
|
459 |
+
"automated": true
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"tag": {
|
463 |
+
"id": 10061,
|
464 |
+
"name": "suggestive",
|
465 |
+
"isCategory": false
|
466 |
+
},
|
467 |
+
"automated": true
|
468 |
+
},
|
469 |
+
{
|
470 |
+
"tag": {
|
471 |
+
"id": 5484,
|
472 |
+
"name": "face",
|
473 |
+
"isCategory": false
|
474 |
+
},
|
475 |
+
"automated": true
|
476 |
+
},
|
477 |
+
{
|
478 |
+
"tag": {
|
479 |
+
"id": 8979,
|
480 |
+
"name": "hand",
|
481 |
+
"isCategory": false
|
482 |
+
},
|
483 |
+
"automated": true
|
484 |
+
},
|
485 |
+
{
|
486 |
+
"tag": {
|
487 |
+
"id": 7802,
|
488 |
+
"name": "hair",
|
489 |
+
"isCategory": false
|
490 |
+
},
|
491 |
+
"automated": true
|
492 |
+
},
|
493 |
+
{
|
494 |
+
"tag": {
|
495 |
+
"id": 8250,
|
496 |
+
"name": "swimwear",
|
497 |
+
"isCategory": false
|
498 |
+
},
|
499 |
+
"automated": true
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"tag": {
|
503 |
+
"id": 7891,
|
504 |
+
"name": "mouth",
|
505 |
+
"isCategory": false
|
506 |
+
},
|
507 |
+
"automated": true
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"tag": {
|
511 |
+
"id": 192,
|
512 |
+
"name": "female",
|
513 |
+
"isCategory": false
|
514 |
+
},
|
515 |
+
"automated": true
|
516 |
+
},
|
517 |
+
{
|
518 |
+
"tag": {
|
519 |
+
"id": 5241,
|
520 |
+
"name": "photography",
|
521 |
+
"isCategory": true
|
522 |
+
},
|
523 |
+
"automated": true
|
524 |
+
},
|
525 |
+
{
|
526 |
+
"tag": {
|
527 |
+
"id": 7890,
|
528 |
+
"name": "body part",
|
529 |
+
"isCategory": false
|
530 |
+
},
|
531 |
+
"automated": true
|
532 |
+
},
|
533 |
+
{
|
534 |
+
"tag": {
|
535 |
+
"id": 7626,
|
536 |
+
"name": "head",
|
537 |
+
"isCategory": false
|
538 |
+
},
|
539 |
+
"automated": true
|
540 |
+
},
|
541 |
+
{
|
542 |
+
"tag": {
|
543 |
+
"id": 15715,
|
544 |
+
"name": "finger",
|
545 |
+
"isCategory": false
|
546 |
+
},
|
547 |
+
"automated": true
|
548 |
+
},
|
549 |
+
{
|
550 |
+
"tag": {
|
551 |
+
"id": 9769,
|
552 |
+
"name": "cosmetics",
|
553 |
+
"isCategory": false
|
554 |
+
},
|
555 |
+
"automated": true
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"tag": {
|
559 |
+
"id": 1441,
|
560 |
+
"name": "portrait",
|
561 |
+
"isCategory": false
|
562 |
+
},
|
563 |
+
"automated": true
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"tag": {
|
567 |
+
"id": 5193,
|
568 |
+
"name": "clothing",
|
569 |
+
"isCategory": false
|
570 |
+
},
|
571 |
+
"automated": true
|
572 |
+
},
|
573 |
+
{
|
574 |
+
"tag": {
|
575 |
+
"id": 8613,
|
576 |
+
"name": "neck",
|
577 |
+
"isCategory": false
|
578 |
+
},
|
579 |
+
"automated": true
|
580 |
+
},
|
581 |
+
{
|
582 |
+
"tag": {
|
583 |
+
"id": 3642,
|
584 |
+
"name": "black hair",
|
585 |
+
"isCategory": false
|
586 |
+
},
|
587 |
+
"automated": true
|
588 |
+
},
|
589 |
+
{
|
590 |
+
"tag": {
|
591 |
+
"id": 1718,
|
592 |
+
"name": "lingerie",
|
593 |
+
"isCategory": false
|
594 |
+
},
|
595 |
+
"automated": true
|
596 |
+
},
|
597 |
+
{
|
598 |
+
"tag": {
|
599 |
+
"id": 5293,
|
600 |
+
"name": "underwear",
|
601 |
+
"isCategory": false
|
602 |
+
},
|
603 |
+
"automated": true
|
604 |
+
},
|
605 |
+
{
|
606 |
+
"tag": {
|
607 |
+
"id": 5973,
|
608 |
+
"name": "bra",
|
609 |
+
"isCategory": false
|
610 |
+
},
|
611 |
+
"automated": true
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"tag": {
|
615 |
+
"id": 16051,
|
616 |
+
"name": "shoulder",
|
617 |
+
"isCategory": false
|
618 |
+
},
|
619 |
+
"automated": true
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"tag": {
|
623 |
+
"id": 6924,
|
624 |
+
"name": "revealing clothes",
|
625 |
+
"isCategory": false
|
626 |
+
},
|
627 |
+
"automated": true
|
628 |
+
}
|
629 |
+
]
|
630 |
+
},
|
631 |
+
{
|
632 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33644e93-501d-40d0-eb84-f6cb8f23f000/width=450/134569",
|
633 |
+
"nsfw": false,
|
634 |
+
"width": 512,
|
635 |
+
"height": 768,
|
636 |
+
"hash": "U9HnBc1l04=x2MkD?^={}3O88{n-8w$zH;RP",
|
637 |
+
"meta": {
|
638 |
+
"Size": "512x768",
|
639 |
+
"seed": 574439866,
|
640 |
+
"Model": "model",
|
641 |
+
"steps": 50,
|
642 |
+
"prompt": "intricate, elegant, glowing lights, highly detailed, hyperrealism, hyperdetailed, ultra realistic, artstation, glamor pose, concept art, smooth, sharp focus, illustration, aidrafox5k, art by artgerm and greg rutkowski, artey freytag,",
|
643 |
+
"sampler": "DDIM",
|
644 |
+
"cfgScale": 10,
|
645 |
+
"resources": [
|
646 |
+
{
|
647 |
+
"hash": "4c86efd062",
|
648 |
+
"name": "model",
|
649 |
+
"type": "model"
|
650 |
+
}
|
651 |
+
],
|
652 |
+
"Model hash": "4c86efd062",
|
653 |
+
"negativePrompt": "duplicate artifacts, morbid, mutilated, extra fingers, mutilated hands, poorly drawn hands, poorly drawn nails,poorly drawn face, poorly drawn eyes, mutation, deformed, blurry, bad anatomy, gross proportion, malformed limbs, missing arm, missing legs, mutated hands, too many fingers, long neck, lowres, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name"
|
654 |
+
},
|
655 |
+
"generationProcess": "txt2img",
|
656 |
+
"needsReview": false,
|
657 |
+
"tags": [
|
658 |
+
{
|
659 |
+
"tag": {
|
660 |
+
"id": 7626,
|
661 |
+
"name": "head",
|
662 |
+
"isCategory": false
|
663 |
+
},
|
664 |
+
"automated": true
|
665 |
+
},
|
666 |
+
{
|
667 |
+
"tag": {
|
668 |
+
"id": 5241,
|
669 |
+
"name": "photography",
|
670 |
+
"isCategory": true
|
671 |
+
},
|
672 |
+
"automated": true
|
673 |
+
},
|
674 |
+
{
|
675 |
+
"tag": {
|
676 |
+
"id": 15735,
|
677 |
+
"name": "gown",
|
678 |
+
"isCategory": false
|
679 |
+
},
|
680 |
+
"automated": true
|
681 |
+
},
|
682 |
+
{
|
683 |
+
"tag": {
|
684 |
+
"id": 2487,
|
685 |
+
"name": "pattern",
|
686 |
+
"isCategory": false
|
687 |
+
},
|
688 |
+
"automated": true
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"tag": {
|
692 |
+
"id": 1930,
|
693 |
+
"name": "dress",
|
694 |
+
"isCategory": false
|
695 |
+
},
|
696 |
+
"automated": true
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"tag": {
|
700 |
+
"id": 5484,
|
701 |
+
"name": "face",
|
702 |
+
"isCategory": false
|
703 |
+
},
|
704 |
+
"automated": true
|
705 |
+
},
|
706 |
+
{
|
707 |
+
"tag": {
|
708 |
+
"id": 1441,
|
709 |
+
"name": "portrait",
|
710 |
+
"isCategory": false
|
711 |
+
},
|
712 |
+
"automated": true
|
713 |
+
},
|
714 |
+
{
|
715 |
+
"tag": {
|
716 |
+
"id": 833,
|
717 |
+
"name": "fashion",
|
718 |
+
"isCategory": false
|
719 |
+
},
|
720 |
+
"automated": true
|
721 |
+
},
|
722 |
+
{
|
723 |
+
"tag": {
|
724 |
+
"id": 6656,
|
725 |
+
"name": "wedding",
|
726 |
+
"isCategory": false
|
727 |
+
},
|
728 |
+
"automated": true
|
729 |
+
},
|
730 |
+
{
|
731 |
+
"tag": {
|
732 |
+
"id": 192,
|
733 |
+
"name": "female",
|
734 |
+
"isCategory": false
|
735 |
+
},
|
736 |
+
"automated": true
|
737 |
+
},
|
738 |
+
{
|
739 |
+
"tag": {
|
740 |
+
"id": 66,
|
741 |
+
"name": "person",
|
742 |
+
"isCategory": false
|
743 |
+
},
|
744 |
+
"automated": true
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"tag": {
|
748 |
+
"id": 5133,
|
749 |
+
"name": "woman",
|
750 |
+
"isCategory": true
|
751 |
+
},
|
752 |
+
"automated": true
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"tag": {
|
756 |
+
"id": 6924,
|
757 |
+
"name": "revealing clothes",
|
758 |
+
"isCategory": false
|
759 |
+
},
|
760 |
+
"automated": true
|
761 |
+
},
|
762 |
+
{
|
763 |
+
"tag": {
|
764 |
+
"id": 5193,
|
765 |
+
"name": "clothing",
|
766 |
+
"isCategory": false
|
767 |
+
},
|
768 |
+
"automated": true
|
769 |
+
},
|
770 |
+
{
|
771 |
+
"tag": {
|
772 |
+
"id": 7643,
|
773 |
+
"name": "formal wear",
|
774 |
+
"isCategory": false
|
775 |
+
},
|
776 |
+
"automated": true
|
777 |
+
},
|
778 |
+
{
|
779 |
+
"tag": {
|
780 |
+
"id": 5163,
|
781 |
+
"name": "adult",
|
782 |
+
"isCategory": false
|
783 |
+
},
|
784 |
+
"automated": true
|
785 |
+
},
|
786 |
+
{
|
787 |
+
"tag": {
|
788 |
+
"id": 6652,
|
789 |
+
"name": "bride",
|
790 |
+
"isCategory": false
|
791 |
+
},
|
792 |
+
"automated": true
|
793 |
+
},
|
794 |
+
{
|
795 |
+
"tag": {
|
796 |
+
"id": 10061,
|
797 |
+
"name": "suggestive",
|
798 |
+
"isCategory": false
|
799 |
+
},
|
800 |
+
"automated": true
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"tag": {
|
804 |
+
"id": 7630,
|
805 |
+
"name": "accessories",
|
806 |
+
"isCategory": false
|
807 |
+
},
|
808 |
+
"automated": true
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"tag": {
|
812 |
+
"id": 6660,
|
813 |
+
"name": "veil",
|
814 |
+
"isCategory": false
|
815 |
+
},
|
816 |
+
"automated": true
|
817 |
+
}
|
818 |
+
]
|
819 |
+
},
|
820 |
+
{
|
821 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd33eae8-e082-46f6-6529-ea1b19c47500/width=450/134568",
|
822 |
+
"nsfw": false,
|
823 |
+
"width": 512,
|
824 |
+
"height": 768,
|
825 |
+
"hash": "UNI;3P9G0{%2_MIVRQIpyDIU$it7?bIUs9oL",
|
826 |
+
"meta": {
|
827 |
+
"Size": "512x768",
|
828 |
+
"seed": 250258460,
|
829 |
+
"Model": "model",
|
830 |
+
"steps": 60,
|
831 |
+
"prompt": "mdjrny-v4 style photograph of woman, standing on a balcony, stunning environment, ultra realistic, concept art, elegant, ((intricate)), ((highly detailed)), depth of field, (((professionally color graded))), 8k, 85mm, (aidrafox-5k). art by artgerm and greg rutkowski and alphonse mucha mdjrny-v4 style photograph of a woman, standing on a balcony, stunning environment, ultra realistic, concept art, elegant, ((intricate)), ((highly detailed)), depth of field, (((professionally color graded))), 8k, 85mm, f/1. 8, art by artgerm and greg rutkowski and alphonse mucha",
|
832 |
+
"sampler": "Euler a",
|
833 |
+
"cfgScale": 7,
|
834 |
+
"resources": [
|
835 |
+
{
|
836 |
+
"hash": "4c86efd062",
|
837 |
+
"name": "model",
|
838 |
+
"type": "model"
|
839 |
+
}
|
840 |
+
],
|
841 |
+
"Model hash": "4c86efd062",
|
842 |
+
"negativePrompt": "black and white, grayscale, collage, cropped head, out of frame, gold interior, gold furniture, blurry, deformed, cripple, ugly, additional arms, additional legs, additional head, two heads, multiple people, group of people, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, bad anatomy, bad proportions, extra limbs, disfigured, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers"
|
843 |
+
},
|
844 |
+
"generationProcess": "txt2img",
|
845 |
+
"needsReview": false,
|
846 |
+
"tags": [
|
847 |
+
{
|
848 |
+
"tag": {
|
849 |
+
"id": 15741,
|
850 |
+
"name": "wedding gown",
|
851 |
+
"isCategory": false
|
852 |
+
},
|
853 |
+
"automated": true
|
854 |
+
},
|
855 |
+
{
|
856 |
+
"tag": {
|
857 |
+
"id": 9622,
|
858 |
+
"name": "flower",
|
859 |
+
"isCategory": false
|
860 |
+
},
|
861 |
+
"automated": true
|
862 |
+
},
|
863 |
+
{
|
864 |
+
"tag": {
|
865 |
+
"id": 4211,
|
866 |
+
"name": "happy",
|
867 |
+
"isCategory": false
|
868 |
+
},
|
869 |
+
"automated": true
|
870 |
+
},
|
871 |
+
{
|
872 |
+
"tag": {
|
873 |
+
"id": 5193,
|
874 |
+
"name": "clothing",
|
875 |
+
"isCategory": false
|
876 |
+
},
|
877 |
+
"automated": true
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"tag": {
|
881 |
+
"id": 15736,
|
882 |
+
"name": "evening dress",
|
883 |
+
"isCategory": false
|
884 |
+
},
|
885 |
+
"automated": true
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"tag": {
|
889 |
+
"id": 7842,
|
890 |
+
"name": "plant",
|
891 |
+
"isCategory": false
|
892 |
+
},
|
893 |
+
"automated": true
|
894 |
+
},
|
895 |
+
{
|
896 |
+
"tag": {
|
897 |
+
"id": 15715,
|
898 |
+
"name": "finger",
|
899 |
+
"isCategory": false
|
900 |
+
},
|
901 |
+
"automated": true
|
902 |
+
},
|
903 |
+
{
|
904 |
+
"tag": {
|
905 |
+
"id": 833,
|
906 |
+
"name": "fashion",
|
907 |
+
"isCategory": false
|
908 |
+
},
|
909 |
+
"automated": true
|
910 |
+
},
|
911 |
+
{
|
912 |
+
"tag": {
|
913 |
+
"id": 1828,
|
914 |
+
"name": "cityscape",
|
915 |
+
"isCategory": false
|
916 |
+
},
|
917 |
+
"automated": true
|
918 |
+
},
|
919 |
+
{
|
920 |
+
"tag": {
|
921 |
+
"id": 5133,
|
922 |
+
"name": "woman",
|
923 |
+
"isCategory": true
|
924 |
+
},
|
925 |
+
"automated": true
|
926 |
+
},
|
927 |
+
{
|
928 |
+
"tag": {
|
929 |
+
"id": 15723,
|
930 |
+
"name": "flower bouquet",
|
931 |
+
"isCategory": false
|
932 |
+
},
|
933 |
+
"automated": true
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"tag": {
|
937 |
+
"id": 6656,
|
938 |
+
"name": "wedding",
|
939 |
+
"isCategory": false
|
940 |
+
},
|
941 |
+
"automated": true
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"tag": {
|
945 |
+
"id": 8979,
|
946 |
+
"name": "hand",
|
947 |
+
"isCategory": false
|
948 |
+
},
|
949 |
+
"automated": true
|
950 |
+
},
|
951 |
+
{
|
952 |
+
"tag": {
|
953 |
+
"id": 7913,
|
954 |
+
"name": "urban",
|
955 |
+
"isCategory": false
|
956 |
+
},
|
957 |
+
"automated": true
|
958 |
+
},
|
959 |
+
{
|
960 |
+
"tag": {
|
961 |
+
"id": 5163,
|
962 |
+
"name": "adult",
|
963 |
+
"isCategory": false
|
964 |
+
},
|
965 |
+
"automated": true
|
966 |
+
},
|
967 |
+
{
|
968 |
+
"tag": {
|
969 |
+
"id": 66,
|
970 |
+
"name": "person",
|
971 |
+
"isCategory": false
|
972 |
+
},
|
973 |
+
"automated": true
|
974 |
+
},
|
975 |
+
{
|
976 |
+
"tag": {
|
977 |
+
"id": 7890,
|
978 |
+
"name": "body part",
|
979 |
+
"isCategory": false
|
980 |
+
},
|
981 |
+
"automated": true
|
982 |
+
},
|
983 |
+
{
|
984 |
+
"tag": {
|
985 |
+
"id": 7643,
|
986 |
+
"name": "formal wear",
|
987 |
+
"isCategory": false
|
988 |
+
},
|
989 |
+
"automated": true
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"tag": {
|
993 |
+
"id": 414,
|
994 |
+
"name": "architecture",
|
995 |
+
"isCategory": true
|
996 |
+
},
|
997 |
+
"automated": true
|
998 |
+
},
|
999 |
+
{
|
1000 |
+
"tag": {
|
1001 |
+
"id": 192,
|
1002 |
+
"name": "female",
|
1003 |
+
"isCategory": false
|
1004 |
+
},
|
1005 |
+
"automated": true
|
1006 |
+
},
|
1007 |
+
{
|
1008 |
+
"tag": {
|
1009 |
+
"id": 5484,
|
1010 |
+
"name": "face",
|
1011 |
+
"isCategory": false
|
1012 |
+
},
|
1013 |
+
"automated": true
|
1014 |
+
},
|
1015 |
+
{
|
1016 |
+
"tag": {
|
1017 |
+
"id": 15735,
|
1018 |
+
"name": "gown",
|
1019 |
+
"isCategory": false
|
1020 |
+
},
|
1021 |
+
"automated": true
|
1022 |
+
},
|
1023 |
+
{
|
1024 |
+
"tag": {
|
1025 |
+
"id": 7907,
|
1026 |
+
"name": "building",
|
1027 |
+
"isCategory": false
|
1028 |
+
},
|
1029 |
+
"automated": true
|
1030 |
+
},
|
1031 |
+
{
|
1032 |
+
"tag": {
|
1033 |
+
"id": 7626,
|
1034 |
+
"name": "head",
|
1035 |
+
"isCategory": false
|
1036 |
+
},
|
1037 |
+
"automated": true
|
1038 |
+
},
|
1039 |
+
{
|
1040 |
+
"tag": {
|
1041 |
+
"id": 1930,
|
1042 |
+
"name": "dress",
|
1043 |
+
"isCategory": false
|
1044 |
+
},
|
1045 |
+
"automated": true
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"tag": {
|
1049 |
+
"id": 15722,
|
1050 |
+
"name": "flower arrangement",
|
1051 |
+
"isCategory": false
|
1052 |
+
},
|
1053 |
+
"automated": true
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"tag": {
|
1057 |
+
"id": 5772,
|
1058 |
+
"name": "smile",
|
1059 |
+
"isCategory": false
|
1060 |
+
},
|
1061 |
+
"automated": true
|
1062 |
+
}
|
1063 |
+
]
|
1064 |
+
},
|
1065 |
+
{
|
1066 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8a2d144-8693-4175-234a-ff623d88e300/width=450/134567",
|
1067 |
+
"nsfw": false,
|
1068 |
+
"width": 512,
|
1069 |
+
"height": 768,
|
1070 |
+
"hash": "UDJ89XHX1ULL00^J8_0KDhu6j],t*JDiIsu4",
|
1071 |
+
"meta": {
|
1072 |
+
"Size": "512x768",
|
1073 |
+
"seed": 255055957,
|
1074 |
+
"Model": "model",
|
1075 |
+
"steps": 50,
|
1076 |
+
"prompt": "glamorous aidrafox5k, very detailed face, studio lighting, portrait by Magali Villeneuve and Steve Argyle, Livia Prima, Mucha, fantasy art, beautiful, artstation, trending on artstation, alluring, masterpiece",
|
1077 |
+
"sampler": "DPM++ SDE Karras",
|
1078 |
+
"cfgScale": 10,
|
1079 |
+
"resources": [
|
1080 |
+
{
|
1081 |
+
"hash": "4c86efd062",
|
1082 |
+
"name": "model",
|
1083 |
+
"type": "model"
|
1084 |
+
}
|
1085 |
+
],
|
1086 |
+
"Model hash": "4c86efd062",
|
1087 |
+
"negativePrompt": "frame, border, ugly, fat, overweight, (long neck), bad quality, error, blurry, blurred, high contrast, ((dyed hair)), two heads, multiple heads, two faces, multiple faces, multiple people, group of people"
|
1088 |
+
},
|
1089 |
+
"generationProcess": "txt2img",
|
1090 |
+
"needsReview": false,
|
1091 |
+
"tags": [
|
1092 |
+
{
|
1093 |
+
"tag": {
|
1094 |
+
"id": 5133,
|
1095 |
+
"name": "woman",
|
1096 |
+
"isCategory": true
|
1097 |
+
},
|
1098 |
+
"automated": true
|
1099 |
+
},
|
1100 |
+
{
|
1101 |
+
"tag": {
|
1102 |
+
"id": 5163,
|
1103 |
+
"name": "adult",
|
1104 |
+
"isCategory": false
|
1105 |
+
},
|
1106 |
+
"automated": true
|
1107 |
+
},
|
1108 |
+
{
|
1109 |
+
"tag": {
|
1110 |
+
"id": 1930,
|
1111 |
+
"name": "dress",
|
1112 |
+
"isCategory": false
|
1113 |
+
},
|
1114 |
+
"automated": true
|
1115 |
+
},
|
1116 |
+
{
|
1117 |
+
"tag": {
|
1118 |
+
"id": 66,
|
1119 |
+
"name": "person",
|
1120 |
+
"isCategory": false
|
1121 |
+
},
|
1122 |
+
"automated": true
|
1123 |
+
},
|
1124 |
+
{
|
1125 |
+
"tag": {
|
1126 |
+
"id": 15736,
|
1127 |
+
"name": "evening dress",
|
1128 |
+
"isCategory": false
|
1129 |
+
},
|
1130 |
+
"automated": true
|
1131 |
+
},
|
1132 |
+
{
|
1133 |
+
"tag": {
|
1134 |
+
"id": 4211,
|
1135 |
+
"name": "happy",
|
1136 |
+
"isCategory": false
|
1137 |
+
},
|
1138 |
+
"automated": true
|
1139 |
+
},
|
1140 |
+
{
|
1141 |
+
"tag": {
|
1142 |
+
"id": 5241,
|
1143 |
+
"name": "photography",
|
1144 |
+
"isCategory": true
|
1145 |
+
},
|
1146 |
+
"automated": true
|
1147 |
+
},
|
1148 |
+
{
|
1149 |
+
"tag": {
|
1150 |
+
"id": 1441,
|
1151 |
+
"name": "portrait",
|
1152 |
+
"isCategory": false
|
1153 |
+
},
|
1154 |
+
"automated": true
|
1155 |
+
},
|
1156 |
+
{
|
1157 |
+
"tag": {
|
1158 |
+
"id": 20910,
|
1159 |
+
"name": "dimples",
|
1160 |
+
"isCategory": false
|
1161 |
+
},
|
1162 |
+
"automated": true
|
1163 |
+
},
|
1164 |
+
{
|
1165 |
+
"tag": {
|
1166 |
+
"id": 9769,
|
1167 |
+
"name": "cosmetics",
|
1168 |
+
"isCategory": false
|
1169 |
+
},
|
1170 |
+
"automated": true
|
1171 |
+
},
|
1172 |
+
{
|
1173 |
+
"tag": {
|
1174 |
+
"id": 7890,
|
1175 |
+
"name": "body part",
|
1176 |
+
"isCategory": false
|
1177 |
+
},
|
1178 |
+
"automated": true
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"tag": {
|
1182 |
+
"id": 7891,
|
1183 |
+
"name": "mouth",
|
1184 |
+
"isCategory": false
|
1185 |
+
},
|
1186 |
+
"automated": true
|
1187 |
+
},
|
1188 |
+
{
|
1189 |
+
"tag": {
|
1190 |
+
"id": 192,
|
1191 |
+
"name": "female",
|
1192 |
+
"isCategory": false
|
1193 |
+
},
|
1194 |
+
"automated": true
|
1195 |
+
},
|
1196 |
+
{
|
1197 |
+
"tag": {
|
1198 |
+
"id": 5193,
|
1199 |
+
"name": "clothing",
|
1200 |
+
"isCategory": false
|
1201 |
+
},
|
1202 |
+
"automated": true
|
1203 |
+
},
|
1204 |
+
{
|
1205 |
+
"tag": {
|
1206 |
+
"id": 7802,
|
1207 |
+
"name": "hair",
|
1208 |
+
"isCategory": false
|
1209 |
+
},
|
1210 |
+
"automated": true
|
1211 |
+
},
|
1212 |
+
{
|
1213 |
+
"tag": {
|
1214 |
+
"id": 5484,
|
1215 |
+
"name": "face",
|
1216 |
+
"isCategory": false
|
1217 |
+
},
|
1218 |
+
"automated": true
|
1219 |
+
},
|
1220 |
+
{
|
1221 |
+
"tag": {
|
1222 |
+
"id": 7626,
|
1223 |
+
"name": "head",
|
1224 |
+
"isCategory": false
|
1225 |
+
},
|
1226 |
+
"automated": true
|
1227 |
+
},
|
1228 |
+
{
|
1229 |
+
"tag": {
|
1230 |
+
"id": 5772,
|
1231 |
+
"name": "smile",
|
1232 |
+
"isCategory": false
|
1233 |
+
},
|
1234 |
+
"automated": true
|
1235 |
+
},
|
1236 |
+
{
|
1237 |
+
"tag": {
|
1238 |
+
"id": 8250,
|
1239 |
+
"name": "swimwear",
|
1240 |
+
"isCategory": false
|
1241 |
+
},
|
1242 |
+
"automated": true
|
1243 |
+
},
|
1244 |
+
{
|
1245 |
+
"tag": {
|
1246 |
+
"id": 3642,
|
1247 |
+
"name": "black hair",
|
1248 |
+
"isCategory": false
|
1249 |
+
},
|
1250 |
+
"automated": true
|
1251 |
+
},
|
1252 |
+
{
|
1253 |
+
"tag": {
|
1254 |
+
"id": 16051,
|
1255 |
+
"name": "shoulder",
|
1256 |
+
"isCategory": false
|
1257 |
+
},
|
1258 |
+
"automated": true
|
1259 |
+
},
|
1260 |
+
{
|
1261 |
+
"tag": {
|
1262 |
+
"id": 6611,
|
1263 |
+
"name": "lipstick",
|
1264 |
+
"isCategory": false
|
1265 |
+
},
|
1266 |
+
"automated": true
|
1267 |
+
},
|
1268 |
+
{
|
1269 |
+
"tag": {
|
1270 |
+
"id": 7643,
|
1271 |
+
"name": "formal wear",
|
1272 |
+
"isCategory": false
|
1273 |
+
},
|
1274 |
+
"automated": true
|
1275 |
+
},
|
1276 |
+
{
|
1277 |
+
"tag": {
|
1278 |
+
"id": 7938,
|
1279 |
+
"name": "skin",
|
1280 |
+
"isCategory": false
|
1281 |
+
},
|
1282 |
+
"automated": true
|
1283 |
+
}
|
1284 |
+
]
|
1285 |
+
},
|
1286 |
+
{
|
1287 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7d6d7c6-9aad-46cd-db5a-0d82b60cfd00/width=450/134566",
|
1288 |
+
"nsfw": false,
|
1289 |
+
"width": 512,
|
1290 |
+
"height": 768,
|
1291 |
+
"hash": "UwI==rja%%ogtTt7NHkDNHRjRiofjdogspjF",
|
1292 |
+
"meta": {
|
1293 |
+
"Size": "512x768",
|
1294 |
+
"seed": 359233592,
|
1295 |
+
"Model": "model",
|
1296 |
+
"steps": 50,
|
1297 |
+
"prompt": "ultra realistic photo portrait of ((aidrafox5k)), cosmic energy, colorful, painting burst, beautiful symmetrical face, nonchalant kind look, realistic round eyes, tone mapped, intricate, elegant, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, dreamy magical atmosphere, art by artgerm and greg rutkowski and alphonse mucha, 4k, 8k",
|
1298 |
+
"sampler": "DPM++ SDE Karras",
|
1299 |
+
"cfgScale": 10,
|
1300 |
+
"resources": [
|
1301 |
+
{
|
1302 |
+
"hash": "4c86efd062",
|
1303 |
+
"name": "model",
|
1304 |
+
"type": "model"
|
1305 |
+
}
|
1306 |
+
],
|
1307 |
+
"Model hash": "4c86efd062",
|
1308 |
+
"negativePrompt": "frame, border, ugly, fat, overweight, (long neck), bad quality, error, blurry, blurred, high contrast, ((dyed hair)), two heads, multiple heads, two faces, multiple faces, multiple people, group of people"
|
1309 |
+
},
|
1310 |
+
"generationProcess": "txt2img",
|
1311 |
+
"needsReview": false,
|
1312 |
+
"tags": [
|
1313 |
+
{
|
1314 |
+
"tag": {
|
1315 |
+
"id": 5241,
|
1316 |
+
"name": "photography",
|
1317 |
+
"isCategory": true
|
1318 |
+
},
|
1319 |
+
"automated": true
|
1320 |
+
},
|
1321 |
+
{
|
1322 |
+
"tag": {
|
1323 |
+
"id": 5133,
|
1324 |
+
"name": "woman",
|
1325 |
+
"isCategory": true
|
1326 |
+
},
|
1327 |
+
"automated": true
|
1328 |
+
},
|
1329 |
+
{
|
1330 |
+
"tag": {
|
1331 |
+
"id": 4211,
|
1332 |
+
"name": "happy",
|
1333 |
+
"isCategory": false
|
1334 |
+
},
|
1335 |
+
"automated": true
|
1336 |
+
},
|
1337 |
+
{
|
1338 |
+
"tag": {
|
1339 |
+
"id": 7626,
|
1340 |
+
"name": "head",
|
1341 |
+
"isCategory": false
|
1342 |
+
},
|
1343 |
+
"automated": true
|
1344 |
+
},
|
1345 |
+
{
|
1346 |
+
"tag": {
|
1347 |
+
"id": 5772,
|
1348 |
+
"name": "smile",
|
1349 |
+
"isCategory": false
|
1350 |
+
},
|
1351 |
+
"automated": true
|
1352 |
+
},
|
1353 |
+
{
|
1354 |
+
"tag": {
|
1355 |
+
"id": 5193,
|
1356 |
+
"name": "clothing",
|
1357 |
+
"isCategory": false
|
1358 |
+
},
|
1359 |
+
"automated": true
|
1360 |
+
},
|
1361 |
+
{
|
1362 |
+
"tag": {
|
1363 |
+
"id": 20088,
|
1364 |
+
"name": "spandex",
|
1365 |
+
"isCategory": false
|
1366 |
+
},
|
1367 |
+
"automated": true
|
1368 |
+
},
|
1369 |
+
{
|
1370 |
+
"tag": {
|
1371 |
+
"id": 8250,
|
1372 |
+
"name": "swimwear",
|
1373 |
+
"isCategory": false
|
1374 |
+
},
|
1375 |
+
"automated": true
|
1376 |
+
},
|
1377 |
+
{
|
1378 |
+
"tag": {
|
1379 |
+
"id": 15715,
|
1380 |
+
"name": "finger",
|
1381 |
+
"isCategory": false
|
1382 |
+
},
|
1383 |
+
"automated": true
|
1384 |
+
},
|
1385 |
+
{
|
1386 |
+
"tag": {
|
1387 |
+
"id": 8979,
|
1388 |
+
"name": "hand",
|
1389 |
+
"isCategory": false
|
1390 |
+
},
|
1391 |
+
"automated": true
|
1392 |
+
},
|
1393 |
+
{
|
1394 |
+
"tag": {
|
1395 |
+
"id": 5163,
|
1396 |
+
"name": "adult",
|
1397 |
+
"isCategory": false
|
1398 |
+
},
|
1399 |
+
"automated": true
|
1400 |
+
},
|
1401 |
+
{
|
1402 |
+
"tag": {
|
1403 |
+
"id": 1930,
|
1404 |
+
"name": "dress",
|
1405 |
+
"isCategory": false
|
1406 |
+
},
|
1407 |
+
"automated": true
|
1408 |
+
},
|
1409 |
+
{
|
1410 |
+
"tag": {
|
1411 |
+
"id": 66,
|
1412 |
+
"name": "person",
|
1413 |
+
"isCategory": false
|
1414 |
+
},
|
1415 |
+
"automated": true
|
1416 |
+
},
|
1417 |
+
{
|
1418 |
+
"tag": {
|
1419 |
+
"id": 10064,
|
1420 |
+
"name": "explicit nudity",
|
1421 |
+
"isCategory": false
|
1422 |
+
},
|
1423 |
+
"automated": true
|
1424 |
+
},
|
1425 |
+
{
|
1426 |
+
"tag": {
|
1427 |
+
"id": 5484,
|
1428 |
+
"name": "face",
|
1429 |
+
"isCategory": false
|
1430 |
+
},
|
1431 |
+
"automated": true
|
1432 |
+
},
|
1433 |
+
{
|
1434 |
+
"tag": {
|
1435 |
+
"id": 7890,
|
1436 |
+
"name": "body part",
|
1437 |
+
"isCategory": false
|
1438 |
+
},
|
1439 |
+
"automated": true
|
1440 |
+
},
|
1441 |
+
{
|
1442 |
+
"tag": {
|
1443 |
+
"id": 21780,
|
1444 |
+
"name": "sexual activity",
|
1445 |
+
"isCategory": false
|
1446 |
+
},
|
1447 |
+
"automated": true
|
1448 |
+
},
|
1449 |
+
{
|
1450 |
+
"tag": {
|
1451 |
+
"id": 192,
|
1452 |
+
"name": "female",
|
1453 |
+
"isCategory": false
|
1454 |
+
},
|
1455 |
+
"automated": true
|
1456 |
+
},
|
1457 |
+
{
|
1458 |
+
"tag": {
|
1459 |
+
"id": 833,
|
1460 |
+
"name": "fashion",
|
1461 |
+
"isCategory": false
|
1462 |
+
},
|
1463 |
+
"automated": true
|
1464 |
+
},
|
1465 |
+
{
|
1466 |
+
"tag": {
|
1467 |
+
"id": 1441,
|
1468 |
+
"name": "portrait",
|
1469 |
+
"isCategory": false
|
1470 |
+
},
|
1471 |
+
"automated": true
|
1472 |
+
}
|
1473 |
+
]
|
1474 |
+
}
|
1475 |
+
],
|
1476 |
+
"downloadUrl": "https://civitai.com/api/download/models/9876"
|
1477 |
+
}
|
embeddings/aidra.preview.png
ADDED
![]() |
embeddings/aidra.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a29640e3843881ced35a7906a90095694addd51f9cc97345de42472fb86ba982
|
3 |
+
size 7101
|
embeddings/alexandradaddario.civitai.info
ADDED
@@ -0,0 +1,575 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": 8299,
|
3 |
+
"modelId": 7061,
|
4 |
+
"name": "V1",
|
5 |
+
"createdAt": "2023-02-06T19:21:02.137Z",
|
6 |
+
"updatedAt": "2023-02-06T19:39:38.602Z",
|
7 |
+
"trainedWords": [
|
8 |
+
"alexandradaddario"
|
9 |
+
],
|
10 |
+
"baseModel": "SD 1.5",
|
11 |
+
"earlyAccessTimeFrame": 0,
|
12 |
+
"description": null,
|
13 |
+
"model": {
|
14 |
+
"name": "Alexandra Daddario Embedding",
|
15 |
+
"type": "TextualInversion",
|
16 |
+
"nsfw": false,
|
17 |
+
"poi": true
|
18 |
+
},
|
19 |
+
"files": [
|
20 |
+
{
|
21 |
+
"name": "alexandradaddario.pt",
|
22 |
+
"id": 8200,
|
23 |
+
"sizeKB": 61.103515625,
|
24 |
+
"type": "Model",
|
25 |
+
"format": "PickleTensor",
|
26 |
+
"pickleScanResult": "Success",
|
27 |
+
"pickleScanMessage": "No Pickle imports",
|
28 |
+
"virusScanResult": "Success",
|
29 |
+
"scannedAt": "2023-02-06T19:25:55.395Z",
|
30 |
+
"hashes": {
|
31 |
+
"AutoV2": "2165119588",
|
32 |
+
"SHA256": "21651195884FE17A376D1AD445C2F6C62C883078B77A8BD3C77D0557D44BC28C",
|
33 |
+
"CRC32": "26C245EE",
|
34 |
+
"BLAKE3": "15230E4BB026A75DEA77C667CD2E91767547CF31864F474C289A45316BAA523D"
|
35 |
+
},
|
36 |
+
"primary": true,
|
37 |
+
"downloadUrl": "https://civitai.com/api/download/models/8299"
|
38 |
+
}
|
39 |
+
],
|
40 |
+
"images": [
|
41 |
+
{
|
42 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79b864ff-362b-48d1-ed6a-cd0b19872100/width=450/78555",
|
43 |
+
"nsfw": false,
|
44 |
+
"width": 512,
|
45 |
+
"height": 768,
|
46 |
+
"hash": "UFI;O}0z00?bIu9FfA$%YPkrx]9a00iw~VMw",
|
47 |
+
"meta": {
|
48 |
+
"Size": "512x768",
|
49 |
+
"seed": 959630798,
|
50 |
+
"Model": "SD_15_Photoreal_NSFW_deliberate_v11",
|
51 |
+
"steps": 30,
|
52 |
+
"prompt": "portrait of alexandradaddario, RAW, Nikon z 85mm,Award Winning Glamour Photograph extremely detailed award winning glamour photograph, front lit, HDR. Beautiful woman working in diner, pin up style uniform, ((translucent sheer top)), long flowing blond hair, blue eyes, ((high detailed skin, skin details)), perky nipples, sharp focus, 8k uhd, dslr, high quality, film grain, rim light, koda chrome",
|
53 |
+
"sampler": "DPM++ 2M Karras",
|
54 |
+
"cfgScale": 7,
|
55 |
+
"resources": [
|
56 |
+
{
|
57 |
+
"hash": "d8691b4d16",
|
58 |
+
"name": "SD_15_Photoreal_NSFW_deliberate_v11",
|
59 |
+
"type": "model"
|
60 |
+
}
|
61 |
+
],
|
62 |
+
"Model hash": "d8691b4d16",
|
63 |
+
"negativePrompt": "Child, childish, large breasts, large boobs, ((((big hands, un-detailed skin, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime)))), (((ugly mouth, ugly eyes, missing teeth, crooked teeth, close up, cropped, out of frame))), worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck"
|
64 |
+
},
|
65 |
+
"generationProcess": "txt2img",
|
66 |
+
"needsReview": false,
|
67 |
+
"tags": []
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9f74d1e-9ae9-4862-1d8f-bfc6006ce700/width=450/78571",
|
71 |
+
"nsfw": false,
|
72 |
+
"width": 512,
|
73 |
+
"height": 768,
|
74 |
+
"hash": "URHK|U-:tl4.X9IU%gIo9uIU^*s:~pX8afjF",
|
75 |
+
"meta": {
|
76 |
+
"Size": "512x768",
|
77 |
+
"seed": 3476255948,
|
78 |
+
"Model": "SD_15_CGI_Artistic_NSFW_dreamshaper",
|
79 |
+
"steps": 20,
|
80 |
+
"prompt": "alexandradaddario, Style-Empire, 1girl, corset, cinematic, (portrait), sideface, foreshortening, blonde_hair, breasts, cleavage, full_body, high_heels, long_hair, solo, depth_of_field, outdoors, realistic, photo_\\(medium\\), photorealistic, (ultra-detailed:1.2), ((high ornamented dress)), detailed light, HDR, Empire_dress",
|
81 |
+
"sampler": "DPM++ 2M Karras",
|
82 |
+
"cfgScale": 10,
|
83 |
+
"resources": [
|
84 |
+
{
|
85 |
+
"hash": "13dfc9921f",
|
86 |
+
"name": "SD_15_CGI_Artistic_NSFW_dreamshaper",
|
87 |
+
"type": "model"
|
88 |
+
}
|
89 |
+
],
|
90 |
+
"Model hash": "13dfc9921f",
|
91 |
+
"negativePrompt": "blurry, deformed face, deformed hands, deformed fingers, ugly, bad anatomy, extra fingers, extra hands, deformed eyes, logo, text"
|
92 |
+
},
|
93 |
+
"generationProcess": "txt2img",
|
94 |
+
"needsReview": false,
|
95 |
+
"tags": []
|
96 |
+
},
|
97 |
+
{
|
98 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb7afe2a-b880-4aed-5038-1cfb97cd6400/width=450/78570",
|
99 |
+
"nsfw": false,
|
100 |
+
"width": 512,
|
101 |
+
"height": 768,
|
102 |
+
"hash": "UXIXNxIp^*RP~qt7X8RQtSofWCV@%Mt7s.WB",
|
103 |
+
"meta": {
|
104 |
+
"Size": "512x768",
|
105 |
+
"seed": 631217432,
|
106 |
+
"Model": "SD_15_CGI_Artistic_NSFW_dreamshaper",
|
107 |
+
"steps": 50,
|
108 |
+
"prompt": "alexandradaddario, Style-Empire, 1girl, corset, cinematic, (portrait), sideface, foreshortening, blonde_hair, breasts, cleavage, full_body, high_heels, long_hair, solo, depth_of_field, outdoors, realistic, photo_\\(medium\\), photorealistic, (ultra-detailed:1.2), ((high ornamented dress)), detailed light, HDR, Empire_dress, (beaming smile:1.5)",
|
109 |
+
"sampler": "DPM++ 2M Karras",
|
110 |
+
"cfgScale": 10,
|
111 |
+
"resources": [
|
112 |
+
{
|
113 |
+
"hash": "13dfc9921f",
|
114 |
+
"name": "SD_15_CGI_Artistic_NSFW_dreamshaper",
|
115 |
+
"type": "model"
|
116 |
+
}
|
117 |
+
],
|
118 |
+
"Model hash": "13dfc9921f",
|
119 |
+
"negativePrompt": "blurry, deformed face, deformed hands, deformed fingers, ugly, bad anatomy, extra fingers, extra hands, deformed eyes, logo, text"
|
120 |
+
},
|
121 |
+
"generationProcess": "txt2img",
|
122 |
+
"needsReview": false,
|
123 |
+
"tags": []
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f47dccfa-cb73-4ac1-3cdc-f744ae416600/width=450/78573",
|
127 |
+
"nsfw": false,
|
128 |
+
"width": 512,
|
129 |
+
"height": 768,
|
130 |
+
"hash": "UKH1lC4:57~p0Lo}tRX9Os-p?H$%9ZX9oz9a",
|
131 |
+
"meta": {
|
132 |
+
"Size": "512x768",
|
133 |
+
"seed": 4246862420,
|
134 |
+
"Model": "SD_15_CGI_Artistic_NSFW_dreamshaper",
|
135 |
+
"steps": 50,
|
136 |
+
"prompt": "alexandradaddario, Style-Empire, 1girl, corset, cinematic, (portrait), sideface, foreshortening, blonde_hair, breasts, cleavage, full_body, high_heels, long_hair, solo, depth_of_field, outdoors, realistic, photo_\\(medium\\), photorealistic, (ultra-detailed:1.2), ((high ornamented dress)), detailed light, HDR, Empire_dress, (beaming smile:1.5)",
|
137 |
+
"sampler": "DPM++ 2M Karras",
|
138 |
+
"cfgScale": 10,
|
139 |
+
"resources": [
|
140 |
+
{
|
141 |
+
"hash": "13dfc9921f",
|
142 |
+
"name": "SD_15_CGI_Artistic_NSFW_dreamshaper",
|
143 |
+
"type": "model"
|
144 |
+
}
|
145 |
+
],
|
146 |
+
"Model hash": "13dfc9921f",
|
147 |
+
"negativePrompt": "blurry, deformed face, deformed hands, deformed fingers, ugly, bad anatomy, extra fingers, extra hands, deformed eyes, logo, text"
|
148 |
+
},
|
149 |
+
"generationProcess": "txt2img",
|
150 |
+
"needsReview": false,
|
151 |
+
"tags": []
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a93053c-639c-4e6e-12d6-3b8bf9892900/width=450/78574",
|
155 |
+
"nsfw": false,
|
156 |
+
"width": 512,
|
157 |
+
"height": 768,
|
158 |
+
"hash": "URJj-x%L~pNHxrIVWoNF_MW.^*xaE2bY-p?H",
|
159 |
+
"meta": {
|
160 |
+
"Size": "512x768",
|
161 |
+
"seed": 2212764579,
|
162 |
+
"Model": "SD_15_CGI_Realism_NSFW_protogenX53",
|
163 |
+
"steps": 50,
|
164 |
+
"prompt": "photo of alexandradaddario, fantasy style waist shot portrait of a woman as Yennefer from the Witcher, highly detailed, photorealism, digital painting, artstation, concept art, sharp focus, illustration, best quality, 4k, art by artgerm and greg rutkowski and alphonse mucham, (purple eyes)",
|
165 |
+
"sampler": "DPM++ 2M Karras",
|
166 |
+
"cfgScale": 7,
|
167 |
+
"resources": [
|
168 |
+
{
|
169 |
+
"hash": "e3cda540bf",
|
170 |
+
"name": "SD_15_CGI_Realism_NSFW_protogenX53",
|
171 |
+
"type": "model"
|
172 |
+
}
|
173 |
+
],
|
174 |
+
"Model hash": "e3cda540bf",
|
175 |
+
"negativePrompt": "canvas frame, cartoon, 3d, ((disfigured)), ((bad art)), ((deformed)),((extra limbs)),((close up)),((b&w)), wierd colors, blurry, (((duplicate))), ((morbid)), ((mutilated)), [out of frame], extra fingers, mutated hands, ((poorly drawn hands)), ((poorly drawn face)), (((mutation))), (((deformed))), ((ugly)), blurry, ((bad anatomy)), (((bad proportions))), ((extra limbs)), cloned face, (((disfigured))), out of frame, ugly, extra limbs, (bad anatomy), gross proportions, (malformed limbs), ((missing arms)), ((missing legs)), (((extra arms))), (((extra legs))), mutated hands, (fused fingers), (too many fingers), (((long neck))), Photoshop, video game, ugly, tiling, poorly drawn hands, poorly drawn feet, poorly drawn face, out of frame, mutation, mutated, extra limbs, extra legs, extra arms, disfigured, deformed, cross-eye, body out of frame, blurry, bad art, bad anatomy, 3d render"
|
176 |
+
},
|
177 |
+
"generationProcess": "txt2img",
|
178 |
+
"needsReview": false,
|
179 |
+
"tags": []
|
180 |
+
},
|
181 |
+
{
|
182 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7d95a5f-503d-4e8b-2238-b6af1aee6f00/width=450/78572",
|
183 |
+
"nsfw": false,
|
184 |
+
"width": 512,
|
185 |
+
"height": 768,
|
186 |
+
"hash": "UEGuBt9G02^*K6kBI;-pGakCD*EM~pay$*NH",
|
187 |
+
"meta": {
|
188 |
+
"Size": "512x768",
|
189 |
+
"seed": 645004437,
|
190 |
+
"Model": "SD_15_Photoreal_NSFW_deliberate_v11",
|
191 |
+
"steps": 60,
|
192 |
+
"prompt": "ultra realistic photo portrait of (alexandradaddario:1.2) cosmic energy, colorful, painting burst, beautiful symmetrical face, nonchalant kind look, realistic round eyes, tone mapped, intricate, elegant, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, dreamy magical atmosphere, art by artgerm and greg rutkowski and alphonse mucha, 4k, 8k",
|
193 |
+
"sampler": "DPM++ 2M Karras",
|
194 |
+
"cfgScale": 8,
|
195 |
+
"resources": [
|
196 |
+
{
|
197 |
+
"hash": "d8691b4d16",
|
198 |
+
"name": "SD_15_Photoreal_NSFW_deliberate_v11",
|
199 |
+
"type": "model"
|
200 |
+
}
|
201 |
+
],
|
202 |
+
"Model hash": "d8691b4d16",
|
203 |
+
"negativePrompt": "frame, border, ugly, fat, overweight, (long neck), bad quality, error, blurry, blurred, high contrast, ((dyed hair)), two heads, multiple heads, two faces, multiple faces, multiple people, group of people"
|
204 |
+
},
|
205 |
+
"generationProcess": "txt2img",
|
206 |
+
"needsReview": false,
|
207 |
+
"tags": []
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d36064cb-46bc-479f-70f9-06285afdb800/width=450/78569",
|
211 |
+
"nsfw": false,
|
212 |
+
"width": 512,
|
213 |
+
"height": 768,
|
214 |
+
"hash": "ULHw.I0#0e%g0fwb=|V[E2xu%Nxu~CRjIUWX",
|
215 |
+
"meta": {
|
216 |
+
"Size": "512x768",
|
217 |
+
"seed": 1399202559,
|
218 |
+
"Model": "SD_15_CGI_Artistic_NSFW_dreamshaper",
|
219 |
+
"steps": 60,
|
220 |
+
"prompt": "masterpiece, highest_quality, 1girl, ((wolf_ears)), black_hair, short_hair, crop_top, looking at viewers, grin, sun_light, depth_of_field, nature, outdoors, realistic, photo_\\(medium\\), photorealistic, (ultra-detailed:1.2), detailed_light, HDR, extremely_detailed, High_Detail, Sharp_focus, dramatic, wolf_girl, vertical_pupil, (alexandradaddario:1.2), (beaming smile)",
|
221 |
+
"sampler": "DPM++ 2M Karras",
|
222 |
+
"cfgScale": 7,
|
223 |
+
"resources": [
|
224 |
+
{
|
225 |
+
"hash": "13dfc9921f",
|
226 |
+
"name": "SD_15_CGI_Artistic_NSFW_dreamshaper",
|
227 |
+
"type": "model"
|
228 |
+
}
|
229 |
+
],
|
230 |
+
"Model hash": "13dfc9921f",
|
231 |
+
"negativePrompt": "canvas frame, ((disfigured)), ((bad art)), ((deformed)),((extra limbs)),((close up)),((b&w)), wierd colors, blurry, (((duplicate))), ((morbid)), ((mutilated)), [out of frame], extra fingers, mutated hands, ((poorly drawn hands)), ((poorly drawn face)), (((mutation))), (((deformed))), ((ugly)), blurry, ((bad anatomy)), (((bad proportions))), ((extra limbs)), cloned face, (((disfigured))), out of frame, ugly, extra limbs, (bad anatomy), gross proportions, (malformed limbs), ((missing arms)), ((missing legs)), (((extra arms))), (((extra legs))), mutated hands, (fused fingers), (too many fingers), (((long neck))), Photoshop, video game, ugly, tiling, poorly drawn hands, poorly drawn feet, poorly drawn face, out of frame, mutation, mutated, extra limbs, extra legs, extra arms, disfigured, deformed, cross-eye, body out of frame, blurry, bad art, bad anatomy"
|
232 |
+
},
|
233 |
+
"generationProcess": "txt2img",
|
234 |
+
"needsReview": false,
|
235 |
+
"tags": []
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/623fa9e1-b141-4ae6-dc2b-9ab905c2b100/width=450/78567",
|
239 |
+
"nsfw": false,
|
240 |
+
"width": 512,
|
241 |
+
"height": 768,
|
242 |
+
"hash": "UIE.IbRj9t-oW;%LRj%L9[jb~CELD*%2NHWV",
|
243 |
+
"meta": {
|
244 |
+
"Size": "512x768",
|
245 |
+
"seed": 3514446850,
|
246 |
+
"Model": "SD_15_Photoreal_NSFW_uberrealisticdreamyp",
|
247 |
+
"steps": 60,
|
248 |
+
"prompt": "photo of alexandradaddario, (((front to camera))), detailed european face, smiling, (((steampunk style close))), ((steampunk city on the background)), RAW, analog style, ultra detailed photograph, cinematic lighting, artstation, 4k, sharp focus, high resolution, detailed skin, detailed eyes, portrait from the waist up",
|
249 |
+
"sampler": "DPM++ 2M Karras",
|
250 |
+
"cfgScale": 6.5,
|
251 |
+
"resources": [
|
252 |
+
{
|
253 |
+
"hash": "df9d99e035",
|
254 |
+
"name": "SD_15_Photoreal_NSFW_uberrealisticdreamyp",
|
255 |
+
"type": "model"
|
256 |
+
}
|
257 |
+
],
|
258 |
+
"Model hash": "df9d99e035",
|
259 |
+
"negativePrompt": "deformed, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, disgusting, poorly drawn hands, missing limb, floating limbs, disconnected limbs, malformed hands, blurry, ((((mutated hands and fingers)))), watermark, watermarked, oversaturated, censored, distorted hands, amputation, missing hands, obese, doubled face, double hands, (((two women)))"
|
260 |
+
},
|
261 |
+
"generationProcess": "txt2img",
|
262 |
+
"needsReview": false,
|
263 |
+
"tags": []
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30311cdd-cd1f-486f-5911-34d2c82d9200/width=450/78566",
|
267 |
+
"nsfw": false,
|
268 |
+
"width": 768,
|
269 |
+
"height": 768,
|
270 |
+
"hash": "UIH10#xY01Rj}]NInmNH9GWU-:of,@$$J,xZ",
|
271 |
+
"meta": {
|
272 |
+
"Size": "768x768",
|
273 |
+
"seed": 1038421266,
|
274 |
+
"Model": "SD_15_Photoreal_NSFW_uberrealisticdreamyp",
|
275 |
+
"steps": 80,
|
276 |
+
"prompt": "full body portrait of a gorgeous young alexandradaddario, A highly detailed and hyper realistic lisa frank, trending on artstation, butterflies, floral, sharp focus, studio photo, intricate details, highly detailed, by Tvera and wlop and artgerm, alberto seveso and geo2099 style",
|
277 |
+
"sampler": "DPM++ SDE Karras",
|
278 |
+
"cfgScale": 7.5,
|
279 |
+
"resources": [
|
280 |
+
{
|
281 |
+
"hash": "df9d99e035",
|
282 |
+
"name": "SD_15_Photoreal_NSFW_uberrealisticdreamyp",
|
283 |
+
"type": "model"
|
284 |
+
}
|
285 |
+
],
|
286 |
+
"Model hash": "df9d99e035",
|
287 |
+
"negativePrompt": "ugly, tiling, poorly drawn hands, poorly drawn feet, poorly drawn face, out of frame, extra limbs, disfigured, deformed, body out of frame, bad anatomy, watermark, signature, cut off, low contrast, underexposed, overexposed, bad art, beginner, amateur, distorted face"
|
288 |
+
},
|
289 |
+
"generationProcess": "txt2img",
|
290 |
+
"needsReview": false,
|
291 |
+
"tags": []
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56acfc35-306a-4c73-cd9b-f46f50e69900/width=450/78565",
|
295 |
+
"nsfw": false,
|
296 |
+
"width": 512,
|
297 |
+
"height": 768,
|
298 |
+
"hash": "UCKJ=90000?b#E9Z56?b_N-9ELRP4TxuX7n%",
|
299 |
+
"meta": {
|
300 |
+
"Size": "512x768",
|
301 |
+
"seed": 2528623291,
|
302 |
+
"Model": "SD_15_CGI_Realism_NSFW_GTMv3",
|
303 |
+
"steps": 50,
|
304 |
+
"prompt": "ultra realistic photo portrait of (alexandradaddario:1.2), cosmic energy, colorful, painting burst, beautiful symmetrical face, nonchalant kind look, realistic round eyes, tone mapped, intricate, elegant, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, dreamy magical atmosphere, art by artgerm and greg rutkowski and alphonse mucha, 4k, 8k, (((pink hair))), (((realistic pupils)))",
|
305 |
+
"sampler": "DPM++ 2M Karras",
|
306 |
+
"cfgScale": 9.5,
|
307 |
+
"resources": [
|
308 |
+
{
|
309 |
+
"hash": "f8ad2aafb5",
|
310 |
+
"name": "SD_15_CGI_Realism_NSFW_GTMv3",
|
311 |
+
"type": "model"
|
312 |
+
}
|
313 |
+
],
|
314 |
+
"Model hash": "f8ad2aafb5",
|
315 |
+
"negativePrompt": "frame, border, ugly, fat, overweight, (long neck), bad quality, error, blurry, blurred, high contrast, ((dyed hair)), two heads, multiple heads, two faces, multiple faces, multiple people, group of people"
|
316 |
+
},
|
317 |
+
"generationProcess": "txt2img",
|
318 |
+
"needsReview": false,
|
319 |
+
"tags": []
|
320 |
+
},
|
321 |
+
{
|
322 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/769af708-d9c7-4d77-c1a0-609277de1700/width=450/78564",
|
323 |
+
"nsfw": false,
|
324 |
+
"width": 512,
|
325 |
+
"height": 768,
|
326 |
+
"hash": "U8G8Q40h1z~BEL?Hx@MdjD#lIURQIn%1?G02",
|
327 |
+
"meta": {
|
328 |
+
"Size": "512x768",
|
329 |
+
"seed": 1272371582,
|
330 |
+
"Model": "SD_15_Photoreal_NSFW_deliberate_v11",
|
331 |
+
"steps": 60,
|
332 |
+
"prompt": "photo of alexandradaddario, Environmental picture of a highly detailed of a 50s style pinup waitress on a dinner, (beautiful face:1.15), perfect sensual body, wearing waitress uniform, boots, dynamic pose, in gta v, stephen bliss, unreal engine, fantasy art by greg rutkowski, loish, rhads, ferdinand knab, makoto shinkai and lois van baarle, artgerm, pixar, ilya kuvshinov, rossdraws, tom bagshaw, extremely detailed, intricate, hyper detailed, illustration, soft lighting, (specular lighting:1.4), hyperfocus, tonemapping, sharp focus, hyper detailed, detailed eyes, eyes focus, ultra realistic, 8k, Nikon Z FX",
|
333 |
+
"sampler": "DPM++ 2M Karras",
|
334 |
+
"cfgScale": 7,
|
335 |
+
"resources": [
|
336 |
+
{
|
337 |
+
"hash": "d8691b4d16",
|
338 |
+
"name": "SD_15_Photoreal_NSFW_deliberate_v11",
|
339 |
+
"type": "model"
|
340 |
+
}
|
341 |
+
],
|
342 |
+
"Model hash": "d8691b4d16",
|
343 |
+
"negativePrompt": "amputation, asian, bad anatomy, b&w, black and white, blur, blurred, bad art, blurry, censored, cut heads, cross-eye, deformed, deformed fingers, deformed hands, disconnected limbs, disfigured, distorted hands, double heads, double hands, doubled face, extra arms, extra heads, extra hands, extra limbs, extra legs, extra fingers, floating limbs, grainy, jpeg artifacts, long body, long neck, malformed hands, missing hands, missing limb, mutation, mutated, obese, out of focus, out of frame, oversaturated, poorly drawn face, poorly drawn feet, poorly drawn hands, sepia, text, tiling, totem heads, ugly, watermarked, weird eyes, text, watermark."
|
344 |
+
},
|
345 |
+
"generationProcess": "txt2img",
|
346 |
+
"needsReview": false,
|
347 |
+
"tags": []
|
348 |
+
},
|
349 |
+
{
|
350 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fab6ce0-1b44-4d16-3271-9e6fff582a00/width=450/78563",
|
351 |
+
"nsfw": false,
|
352 |
+
"width": 512,
|
353 |
+
"height": 768,
|
354 |
+
"hash": "UKLDiC--I,xF8^?Zx@oek:WTInE2~on~n%M|",
|
355 |
+
"meta": {
|
356 |
+
"Size": "512x768",
|
357 |
+
"seed": 716481089,
|
358 |
+
"Model": "SD_15_Photoreal_NSFW_deliberate_v11",
|
359 |
+
"steps": 80,
|
360 |
+
"prompt": "photo of alexandradaddario, ultra realistic, 8k, Nikon Z FX, sexy woman, beautiful, caucasian, (blonde:1.2), pensive, alluring, medium breasts, glamorous pose, full length portrait, sheer white gown, gold necklace, 8k, pale red lips, natural lighting, soft lighting, highly detailed, forest background",
|
361 |
+
"sampler": "DPM++ 2M Karras",
|
362 |
+
"cfgScale": 7,
|
363 |
+
"resources": [
|
364 |
+
{
|
365 |
+
"hash": "d8691b4d16",
|
366 |
+
"name": "SD_15_Photoreal_NSFW_deliberate_v11",
|
367 |
+
"type": "model"
|
368 |
+
}
|
369 |
+
],
|
370 |
+
"Model hash": "d8691b4d16",
|
371 |
+
"negativePrompt": "bad anatomy, bad hands, missing fingers, extra digit, fewer digits, cropped, text, tattoo, low res, low quality, normal quality, artifacts, signature, watermark, username, blurry"
|
372 |
+
},
|
373 |
+
"generationProcess": "txt2img",
|
374 |
+
"needsReview": false,
|
375 |
+
"tags": []
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fde124c-54eb-4231-f79e-1f125cdc4900/width=450/78562",
|
379 |
+
"nsfw": false,
|
380 |
+
"width": 512,
|
381 |
+
"height": 768,
|
382 |
+
"hash": "ULK,$,~BNZS10KRjI.R%4.-ptRM}~pX8IWM{",
|
383 |
+
"meta": {
|
384 |
+
"Size": "512x768",
|
385 |
+
"seed": 3080123451,
|
386 |
+
"Model": "SD_15_Photoreal_NSFW_deliberate_v11",
|
387 |
+
"steps": 80,
|
388 |
+
"prompt": "photo of alexandradaddario, ultra realistic, 8k, Nikon Z FX, sexy woman, beautiful, caucasian, (shining golden blond hair:1.2), pensive, alluring, medium breasts, glamorous pose, full length portrait, sheer white gown, gold necklace, 8k, pale red lips, natural lighting, soft lighting, highly detailed, forest background, hourglass figure, fit, large breasts",
|
389 |
+
"sampler": "DPM++ 2M Karras",
|
390 |
+
"cfgScale": 7,
|
391 |
+
"resources": [
|
392 |
+
{
|
393 |
+
"hash": "d8691b4d16",
|
394 |
+
"name": "SD_15_Photoreal_NSFW_deliberate_v11",
|
395 |
+
"type": "model"
|
396 |
+
}
|
397 |
+
],
|
398 |
+
"Model hash": "d8691b4d16",
|
399 |
+
"negativePrompt": "bad anatomy, bad hands, missing fingers, extra digit, fewer digits, cropped, text, tattoo, low res, low quality, normal quality, artifacts, signature, watermark, username, blurry, buff, muscular, athletic"
|
400 |
+
},
|
401 |
+
"generationProcess": "txt2img",
|
402 |
+
"needsReview": false,
|
403 |
+
"tags": []
|
404 |
+
},
|
405 |
+
{
|
406 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a47018b0-e5be-429c-9062-dcc8c1119400/width=450/78561",
|
407 |
+
"nsfw": false,
|
408 |
+
"width": 512,
|
409 |
+
"height": 768,
|
410 |
+
"hash": "UJF~KxS4.S-U_N%g.9aeTKxu-pE1_3o1=|Io",
|
411 |
+
"meta": {
|
412 |
+
"Size": "512x768",
|
413 |
+
"seed": 3653120721,
|
414 |
+
"Model": "SD_15_Photoreal_NSFW_deliberate_v11",
|
415 |
+
"steps": 100,
|
416 |
+
"prompt": "photo of (alexandradaddario), greek gladiator, woman, 30 year old, photo, full body in frame, (intricate details:1.2), (ancient greek armor:1.3), (pigtails:1.1), angry face, damaged dirty armor, epic realistic, bloodied face, (natural skin texture:1.1), ancient greece, (soaking wet of blood:1.2), bare dirty feet, gladiator arena background, (rain:1.3), dirt, high detailed skin, (wild hair:1.2), realistic skin details, look away, photorealism, (masterpiece:1.1), stunning, hdr, 8k, insane details, accurate anatomy, sharp focus, hdr, cinematic scene, (highly detailed eyes:1.2)",
|
417 |
+
"sampler": "DPM++ 2M Karras",
|
418 |
+
"cfgScale": 7,
|
419 |
+
"resources": [
|
420 |
+
{
|
421 |
+
"hash": "d8691b4d16",
|
422 |
+
"name": "SD_15_Photoreal_NSFW_deliberate_v11",
|
423 |
+
"type": "model"
|
424 |
+
}
|
425 |
+
],
|
426 |
+
"Model hash": "d8691b4d16",
|
427 |
+
"negativePrompt": "un-detailed skin, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, ugly eyes, crooked teeth, (out of frame:1.3), worst quality, low quality, jpeg artifacts, mutilated, (extra fingers:1.2), (mutated hands:1.2), poorly drawn hands, poorly drawn face, (duplicate:1.2), (mutation:1.1), bad anatomy, extra limbs, (cloned face:1.1), (missing arms:1.1), (missing legs:1.1), extra arms, extra legs, too many fingers, long neck, bad anatomy, (strabismus:1.3)"
|
428 |
+
},
|
429 |
+
"generationProcess": "txt2img",
|
430 |
+
"needsReview": false,
|
431 |
+
"tags": []
|
432 |
+
},
|
433 |
+
{
|
434 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0a99ef7-c4b5-4a47-c139-5cc3f3b00b00/width=450/78560",
|
435 |
+
"nsfw": false,
|
436 |
+
"width": 512,
|
437 |
+
"height": 768,
|
438 |
+
"hash": "UMF5y@004:~W4.xt-pNHIo%2aeM{4oxuxaV@",
|
439 |
+
"meta": {
|
440 |
+
"Size": "512x768",
|
441 |
+
"seed": 4017444893,
|
442 |
+
"Model": "SD_15_Photoreal_NSFW_deliberate_v11",
|
443 |
+
"steps": 100,
|
444 |
+
"prompt": "photo of alexandradaddario, a woman cosplaying Cirilla Fiona Elen Riannon in the Death Stranding location, natural skin texture, 24mm, 4k textures, soft cinematic light, adobe lightroom, photolab, hdr, intricate, elegant, highly detailed, sharp focus, ((((cinematic look)))), soothing tones, insane details, intricate details, hyperdetailed, low contrast, soft cinematic light, dim colors, exposure blend, hdr, faded, slate atmospher",
|
445 |
+
"sampler": "DPM++ 2M Karras",
|
446 |
+
"cfgScale": 7,
|
447 |
+
"resources": [
|
448 |
+
{
|
449 |
+
"hash": "d8691b4d16",
|
450 |
+
"name": "SD_15_Photoreal_NSFW_deliberate_v11",
|
451 |
+
"type": "model"
|
452 |
+
}
|
453 |
+
],
|
454 |
+
"Model hash": "d8691b4d16",
|
455 |
+
"negativePrompt": "deformed, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, disgusting, poorly drawn hands, missing limb, floating limbs, disconnected limbs, malformed hands, blurry, ((((mutated hands and fingers)))), watermark, watermarked, oversaturated, censored, distorted hands, amputation, missing hands, obese, doubled face, double hands"
|
456 |
+
},
|
457 |
+
"generationProcess": "txt2img",
|
458 |
+
"needsReview": false,
|
459 |
+
"tags": []
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d2714f7-8dd2-4db1-8378-016c9af46900/width=450/78559",
|
463 |
+
"nsfw": false,
|
464 |
+
"width": 512,
|
465 |
+
"height": 768,
|
466 |
+
"hash": "UHFP20_3GwIp_4%NELIU%#M{W=ae-padMxRj",
|
467 |
+
"meta": {
|
468 |
+
"Size": "512x768",
|
469 |
+
"seed": 2268605783,
|
470 |
+
"Model": "SD_15_Photoreal_NSFW_deliberate_v11",
|
471 |
+
"steps": 100,
|
472 |
+
"prompt": "a photo of alexandradaddario, a portrait of adead sexy woman, dressed as bloodrayne, ((soaking wet of a blood)), redhead, freckles teacher is sitting, slate atmosphere, cinematic, dimmed colors, dark shot, muted colors, film grainy, lut, insane details, intricate details, hyperdetailed",
|
473 |
+
"sampler": "DPM++ 2M Karras",
|
474 |
+
"cfgScale": 7,
|
475 |
+
"resources": [
|
476 |
+
{
|
477 |
+
"hash": "d8691b4d16",
|
478 |
+
"name": "SD_15_Photoreal_NSFW_deliberate_v11",
|
479 |
+
"type": "model"
|
480 |
+
}
|
481 |
+
],
|
482 |
+
"Model hash": "d8691b4d16",
|
483 |
+
"negativePrompt": "deformed, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, disgusting, poorly drawn hands, missing limb, floating limbs, disconnected limbs, malformed hands, blurry, ((((mutated hands and fingers)))), watermark, watermarked, oversaturated, censored, distorted hands, amputation, missing hands, obese, doubled face, double hands, b&w, black and white, sepia"
|
484 |
+
},
|
485 |
+
"generationProcess": "txt2img",
|
486 |
+
"needsReview": false,
|
487 |
+
"tags": []
|
488 |
+
},
|
489 |
+
{
|
490 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5233a11-10b0-42c5-201c-4df51646d900/width=450/78558",
|
491 |
+
"nsfw": false,
|
492 |
+
"width": 512,
|
493 |
+
"height": 768,
|
494 |
+
"hash": "UEFYS+%1.8~V%%IoE,S55sod%gWrTeaK~WR+",
|
495 |
+
"meta": {
|
496 |
+
"Size": "512x768",
|
497 |
+
"seed": 2120923683,
|
498 |
+
"Model": "SD_15_Photoreal_NSFW_deliberate_v11",
|
499 |
+
"steps": 100,
|
500 |
+
"prompt": "photo of alexandradaddario, modelshoot style, (extremely detailed 8k wallpaper),a medium shot photo of a sexy female soldier, American ERDL Lowland CAMO, Intricate, High Detail, dramatic, elite military forces real world, fantastic location, battle environment, rugged harsh situation soldier, action shot, skin pores, very dark lighting, heavy shadows, detailed, detailed face, (vibrant, photo realistic, realistic, dramatic, dark, sharp focus, 8k), (weathered greasy dirty damaged old worn military soldier outfit:1.3),",
|
501 |
+
"sampler": "DPM++ 2M Karras",
|
502 |
+
"cfgScale": 7,
|
503 |
+
"resources": [
|
504 |
+
{
|
505 |
+
"hash": "d8691b4d16",
|
506 |
+
"name": "SD_15_Photoreal_NSFW_deliberate_v11",
|
507 |
+
"type": "model"
|
508 |
+
}
|
509 |
+
],
|
510 |
+
"Model hash": "d8691b4d16",
|
511 |
+
"negativePrompt": "lazy eyes, bad eyes, Marijuana eyes, heroin eyes, (3d render), (blender model), (fat), ((((ugly)))), (((duplicate))), ((morbid)), ((mutilated)), (((tranny))), (((trans))), (((trannsexual))), (hermaphrodite), [out of frame], (((extra fingers))), mutated hands, ((poorly drawn hands)), ((poorly drawn face)), (((mutation))), (((deformed))), ((ugly)), blurry, ((bad anatomy)), (((bad proportions))), ((extra limbs)), cloned face, (((disfigured))), out of frame, ugly, extra limbs, (bad anatomy), gross proportions, (malformed limbs), ((missing arms)), ((missing legs)), (((extra arms))), (((extra legs))), mutated hands, (fused fingers), (too many fingers), (((long neck))), 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, nude, naked"
|
512 |
+
},
|
513 |
+
"generationProcess": "txt2img",
|
514 |
+
"needsReview": false,
|
515 |
+
"tags": []
|
516 |
+
},
|
517 |
+
{
|
518 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b151aaf4-f24c-4843-a5ae-1756f592a500/width=450/78557",
|
519 |
+
"nsfw": false,
|
520 |
+
"width": 512,
|
521 |
+
"height": 768,
|
522 |
+
"hash": "UIG[$e~q00niiwWVIoD%E2D%IAoz?wxar=%M",
|
523 |
+
"meta": {
|
524 |
+
"Size": "512x768",
|
525 |
+
"seed": 1999712545,
|
526 |
+
"Model": "SD_15_CGI_Realism_NSFW_protogenX53",
|
527 |
+
"steps": 50,
|
528 |
+
"prompt": "photo of alexandradaddario, portrait of a beautiful women, big breasts, ((nun)), modelshoot style, (extremely detailed CG unity 8k wallpaper), full shot body photo of the most beautiful artwork in the world, professional majestic oil painting by Ed Blinkey, Atey Ghailan, Studio Ghibli, by Jeremy Mann, Greg Manchess, Antonio Moro, trending on ArtStation, trending on CGSociety, Intricate, High Detail, Sharp focus, dramatic, photorealistic painting art by midjourney and greg rutkowski, ((nsfw))",
|
529 |
+
"sampler": "DPM++ 2M Karras",
|
530 |
+
"cfgScale": 7,
|
531 |
+
"resources": [
|
532 |
+
{
|
533 |
+
"hash": "e3cda540bf",
|
534 |
+
"name": "SD_15_CGI_Realism_NSFW_protogenX53",
|
535 |
+
"type": "model"
|
536 |
+
}
|
537 |
+
],
|
538 |
+
"Model hash": "e3cda540bf",
|
539 |
+
"negativePrompt": "freckles,penis, large_breasts, medium_breasts, mature_woman, bad anatomy, lowres, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry"
|
540 |
+
},
|
541 |
+
"generationProcess": "txt2img",
|
542 |
+
"needsReview": false,
|
543 |
+
"tags": []
|
544 |
+
},
|
545 |
+
{
|
546 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b2ba992-ebdc-42e8-5226-e1f3ba45d300/width=450/78556",
|
547 |
+
"nsfw": false,
|
548 |
+
"width": 512,
|
549 |
+
"height": 768,
|
550 |
+
"hash": "UGF~8I_3t,?u_NNI57%g?v%L^j%MX.bbRQM|",
|
551 |
+
"meta": {
|
552 |
+
"Size": "512x768",
|
553 |
+
"seed": 719024782,
|
554 |
+
"Model": "SD_15_CGI_Realism_NSFW_protogenX53",
|
555 |
+
"steps": 50,
|
556 |
+
"prompt": "photo of alexandradaddario, fantasy style waist shot portrait of a woman as Yennefer from the Witcher, highly detailed, photorealism, digital painting, artstation, concept art, sharp focus, illustration, best quality, 4k, art by artgerm and greg rutkowski and alphonse mucham",
|
557 |
+
"sampler": "DPM++ 2M Karras",
|
558 |
+
"cfgScale": 7,
|
559 |
+
"resources": [
|
560 |
+
{
|
561 |
+
"hash": "e3cda540bf",
|
562 |
+
"name": "SD_15_CGI_Realism_NSFW_protogenX53",
|
563 |
+
"type": "model"
|
564 |
+
}
|
565 |
+
],
|
566 |
+
"Model hash": "e3cda540bf",
|
567 |
+
"negativePrompt": "canvas frame, cartoon, 3d, ((disfigured)), ((bad art)), ((deformed)),((extra limbs)),((close up)),((b&w)), wierd colors, blurry, (((duplicate))), ((morbid)), ((mutilated)), [out of frame], extra fingers, mutated hands, ((poorly drawn hands)), ((poorly drawn face)), (((mutation))), (((deformed))), ((ugly)), blurry, ((bad anatomy)), (((bad proportions))), ((extra limbs)), cloned face, (((disfigured))), out of frame, ugly, extra limbs, (bad anatomy), gross proportions, (malformed limbs), ((missing arms)), ((missing legs)), (((extra arms))), (((extra legs))), mutated hands, (fused fingers), (too many fingers), (((long neck))), Photoshop, video game, ugly, tiling, poorly drawn hands, poorly drawn feet, poorly drawn face, out of frame, mutation, mutated, extra limbs, extra legs, extra arms, disfigured, deformed, cross-eye, body out of frame, blurry, bad art, bad anatomy, 3d render"
|
568 |
+
},
|
569 |
+
"generationProcess": "txt2img",
|
570 |
+
"needsReview": false,
|
571 |
+
"tags": []
|
572 |
+
}
|
573 |
+
],
|
574 |
+
"downloadUrl": "https://civitai.com/api/download/models/8299"
|
575 |
+
}
|
embeddings/alexandradaddario.preview.png
ADDED
![]() |
embeddings/alexandradaddario.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21651195884fe17a376d1ad445c2f6c62c883078b77a8bd3c77d0557d44bc28c
|
3 |
+
size 62570
|
embeddings/alysonhannigan44.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:226c1fa72ab4011f4507f6957fa741271001c90a910f4d2c7603b8550af42b37
|
3 |
+
size 3998
|
embeddings/alysonhannigan44.civitai.info
ADDED
@@ -0,0 +1,836 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": 11854,
|
3 |
+
"modelId": 9970,
|
4 |
+
"name": "alysonhannigan44",
|
5 |
+
"createdAt": "2023-02-17T21:01:08.232Z",
|
6 |
+
"updatedAt": "2023-02-17T21:01:08.232Z",
|
7 |
+
"trainedWords": [
|
8 |
+
"alysonhannigan44"
|
9 |
+
],
|
10 |
+
"baseModel": "SD 1.5",
|
11 |
+
"earlyAccessTimeFrame": 0,
|
12 |
+
"description": null,
|
13 |
+
"model": {
|
14 |
+
"name": "Alyson Hannigan",
|
15 |
+
"type": "TextualInversion",
|
16 |
+
"nsfw": false,
|
17 |
+
"poi": true
|
18 |
+
},
|
19 |
+
"files": [
|
20 |
+
{
|
21 |
+
"name": "alysonhannigan44.bin",
|
22 |
+
"id": 10904,
|
23 |
+
"sizeKB": 3.904296875,
|
24 |
+
"type": "Model",
|
25 |
+
"format": "Other",
|
26 |
+
"pickleScanResult": "Success",
|
27 |
+
"pickleScanMessage": "No Pickle imports",
|
28 |
+
"virusScanResult": "Success",
|
29 |
+
"scannedAt": "2023-02-17T21:05:47.046Z",
|
30 |
+
"hashes": {
|
31 |
+
"AutoV2": "226C1FA72A",
|
32 |
+
"SHA256": "226C1FA72AB4011F4507F6957FA741271001C90A910F4D2C7603B8550AF42B37",
|
33 |
+
"CRC32": "E67C679F",
|
34 |
+
"BLAKE3": "BD4ED999ED76A88AE838BA5EB0256B540CD4C7F7758B4DDEA31E6274B3B64D13"
|
35 |
+
},
|
36 |
+
"primary": true,
|
37 |
+
"downloadUrl": "https://civitai.com/api/download/models/11854"
|
38 |
+
}
|
39 |
+
],
|
40 |
+
"images": [
|
41 |
+
{
|
42 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bd65ba0-eef8-4348-e2ce-c23136da8400/width=450/113305",
|
43 |
+
"nsfw": false,
|
44 |
+
"width": 512,
|
45 |
+
"height": 768,
|
46 |
+
"hash": "U8JQWC000C]}0IIkT]wbp+IC-X9Z8_?Z^+D%",
|
47 |
+
"meta": {
|
48 |
+
"Size": "512x768",
|
49 |
+
"seed": 1676987304,
|
50 |
+
"Model": "deliberate_v11",
|
51 |
+
"steps": 20,
|
52 |
+
"prompt": "alysonhannigan44000(1), hyper realistic photograph, detailed face,summer:: film grain, Kodak portra 800, f1.8, golden hour --ar 2:3 --beta --upbeta,",
|
53 |
+
"sampler": "DPM++ 2M Karras",
|
54 |
+
"cfgScale": 7.5,
|
55 |
+
"resources": [
|
56 |
+
{
|
57 |
+
"hash": "d8691b4d16",
|
58 |
+
"name": "deliberate_v11",
|
59 |
+
"type": "model"
|
60 |
+
}
|
61 |
+
],
|
62 |
+
"Model hash": "d8691b4d16",
|
63 |
+
"negativePrompt": "bangs, far away, black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome,"
|
64 |
+
},
|
65 |
+
"generationProcess": "txt2img",
|
66 |
+
"needsReview": false,
|
67 |
+
"tags": [
|
68 |
+
{
|
69 |
+
"tag": {
|
70 |
+
"id": 4211,
|
71 |
+
"name": "happy",
|
72 |
+
"isCategory": false
|
73 |
+
},
|
74 |
+
"automated": true
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"tag": {
|
78 |
+
"id": 7626,
|
79 |
+
"name": "head",
|
80 |
+
"isCategory": false
|
81 |
+
},
|
82 |
+
"automated": true
|
83 |
+
},
|
84 |
+
{
|
85 |
+
"tag": {
|
86 |
+
"id": 1441,
|
87 |
+
"name": "portrait",
|
88 |
+
"isCategory": false
|
89 |
+
},
|
90 |
+
"automated": true
|
91 |
+
},
|
92 |
+
{
|
93 |
+
"tag": {
|
94 |
+
"id": 5772,
|
95 |
+
"name": "smile",
|
96 |
+
"isCategory": false
|
97 |
+
},
|
98 |
+
"automated": true
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"tag": {
|
102 |
+
"id": 5241,
|
103 |
+
"name": "photography",
|
104 |
+
"isCategory": true
|
105 |
+
},
|
106 |
+
"automated": true
|
107 |
+
},
|
108 |
+
{
|
109 |
+
"tag": {
|
110 |
+
"id": 5133,
|
111 |
+
"name": "woman",
|
112 |
+
"isCategory": true
|
113 |
+
},
|
114 |
+
"automated": true
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"tag": {
|
118 |
+
"id": 5484,
|
119 |
+
"name": "face",
|
120 |
+
"isCategory": false
|
121 |
+
},
|
122 |
+
"automated": true
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"tag": {
|
126 |
+
"id": 508,
|
127 |
+
"name": "blonde",
|
128 |
+
"isCategory": false
|
129 |
+
},
|
130 |
+
"automated": true
|
131 |
+
},
|
132 |
+
{
|
133 |
+
"tag": {
|
134 |
+
"id": 20910,
|
135 |
+
"name": "dimples",
|
136 |
+
"isCategory": false
|
137 |
+
},
|
138 |
+
"automated": true
|
139 |
+
},
|
140 |
+
{
|
141 |
+
"tag": {
|
142 |
+
"id": 66,
|
143 |
+
"name": "person",
|
144 |
+
"isCategory": false
|
145 |
+
},
|
146 |
+
"automated": true
|
147 |
+
},
|
148 |
+
{
|
149 |
+
"tag": {
|
150 |
+
"id": 5163,
|
151 |
+
"name": "adult",
|
152 |
+
"isCategory": false
|
153 |
+
},
|
154 |
+
"automated": true
|
155 |
+
},
|
156 |
+
{
|
157 |
+
"tag": {
|
158 |
+
"id": 192,
|
159 |
+
"name": "female",
|
160 |
+
"isCategory": false
|
161 |
+
},
|
162 |
+
"automated": true
|
163 |
+
},
|
164 |
+
{
|
165 |
+
"tag": {
|
166 |
+
"id": 16442,
|
167 |
+
"name": "hairdresser",
|
168 |
+
"isCategory": false
|
169 |
+
},
|
170 |
+
"automated": true
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"tag": {
|
174 |
+
"id": 7802,
|
175 |
+
"name": "hair",
|
176 |
+
"isCategory": false
|
177 |
+
},
|
178 |
+
"automated": true
|
179 |
+
}
|
180 |
+
]
|
181 |
+
},
|
182 |
+
{
|
183 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f20a173-eca2-4327-c8e6-050bcf4a2300/width=450/113309",
|
184 |
+
"nsfw": false,
|
185 |
+
"width": 512,
|
186 |
+
"height": 768,
|
187 |
+
"hash": "UKIzn=4T0gEj3o;_J6XSu6IS-oS$KOs+xZW-",
|
188 |
+
"meta": {
|
189 |
+
"Size": "512x768",
|
190 |
+
"seed": 1676987305,
|
191 |
+
"Model": "deliberate_v11",
|
192 |
+
"steps": 20,
|
193 |
+
"prompt": "alysonhannigan44000(1), hyper realistic photograph, detailed face, sundress, summer:: film grain, Kodak portra 800, f1.8, golden hour --ar 2:3 --beta --upbeta,",
|
194 |
+
"sampler": "DPM++ 2M Karras",
|
195 |
+
"cfgScale": 7.5,
|
196 |
+
"resources": [
|
197 |
+
{
|
198 |
+
"hash": "d8691b4d16",
|
199 |
+
"name": "deliberate_v11",
|
200 |
+
"type": "model"
|
201 |
+
}
|
202 |
+
],
|
203 |
+
"Model hash": "d8691b4d16",
|
204 |
+
"negativePrompt": "bangs, far away, black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome,"
|
205 |
+
},
|
206 |
+
"generationProcess": "txt2img",
|
207 |
+
"needsReview": false,
|
208 |
+
"tags": [
|
209 |
+
{
|
210 |
+
"tag": {
|
211 |
+
"id": 7626,
|
212 |
+
"name": "head",
|
213 |
+
"isCategory": false
|
214 |
+
},
|
215 |
+
"automated": true
|
216 |
+
},
|
217 |
+
{
|
218 |
+
"tag": {
|
219 |
+
"id": 4211,
|
220 |
+
"name": "happy",
|
221 |
+
"isCategory": false
|
222 |
+
},
|
223 |
+
"automated": true
|
224 |
+
},
|
225 |
+
{
|
226 |
+
"tag": {
|
227 |
+
"id": 5133,
|
228 |
+
"name": "woman",
|
229 |
+
"isCategory": true
|
230 |
+
},
|
231 |
+
"automated": true
|
232 |
+
},
|
233 |
+
{
|
234 |
+
"tag": {
|
235 |
+
"id": 66,
|
236 |
+
"name": "person",
|
237 |
+
"isCategory": false
|
238 |
+
},
|
239 |
+
"automated": true
|
240 |
+
},
|
241 |
+
{
|
242 |
+
"tag": {
|
243 |
+
"id": 8613,
|
244 |
+
"name": "neck",
|
245 |
+
"isCategory": false
|
246 |
+
},
|
247 |
+
"automated": true
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"tag": {
|
251 |
+
"id": 5241,
|
252 |
+
"name": "photography",
|
253 |
+
"isCategory": true
|
254 |
+
},
|
255 |
+
"automated": true
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"tag": {
|
259 |
+
"id": 7890,
|
260 |
+
"name": "body part",
|
261 |
+
"isCategory": false
|
262 |
+
},
|
263 |
+
"automated": true
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"tag": {
|
267 |
+
"id": 192,
|
268 |
+
"name": "female",
|
269 |
+
"isCategory": false
|
270 |
+
},
|
271 |
+
"automated": true
|
272 |
+
},
|
273 |
+
{
|
274 |
+
"tag": {
|
275 |
+
"id": 7938,
|
276 |
+
"name": "skin",
|
277 |
+
"isCategory": false
|
278 |
+
},
|
279 |
+
"automated": true
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"tag": {
|
283 |
+
"id": 20910,
|
284 |
+
"name": "dimples",
|
285 |
+
"isCategory": false
|
286 |
+
},
|
287 |
+
"automated": true
|
288 |
+
},
|
289 |
+
{
|
290 |
+
"tag": {
|
291 |
+
"id": 5163,
|
292 |
+
"name": "adult",
|
293 |
+
"isCategory": false
|
294 |
+
},
|
295 |
+
"automated": true
|
296 |
+
},
|
297 |
+
{
|
298 |
+
"tag": {
|
299 |
+
"id": 5772,
|
300 |
+
"name": "smile",
|
301 |
+
"isCategory": false
|
302 |
+
},
|
303 |
+
"automated": true
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"tag": {
|
307 |
+
"id": 5484,
|
308 |
+
"name": "face",
|
309 |
+
"isCategory": false
|
310 |
+
},
|
311 |
+
"automated": true
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"tag": {
|
315 |
+
"id": 1441,
|
316 |
+
"name": "portrait",
|
317 |
+
"isCategory": false
|
318 |
+
},
|
319 |
+
"automated": true
|
320 |
+
},
|
321 |
+
{
|
322 |
+
"tag": {
|
323 |
+
"id": 508,
|
324 |
+
"name": "blonde",
|
325 |
+
"isCategory": false
|
326 |
+
},
|
327 |
+
"automated": true
|
328 |
+
},
|
329 |
+
{
|
330 |
+
"tag": {
|
331 |
+
"id": 7802,
|
332 |
+
"name": "hair",
|
333 |
+
"isCategory": false
|
334 |
+
},
|
335 |
+
"automated": true
|
336 |
+
}
|
337 |
+
]
|
338 |
+
},
|
339 |
+
{
|
340 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c772eb18-71c4-4125-f5c2-93fbf5319700/width=450/113308",
|
341 |
+
"nsfw": false,
|
342 |
+
"width": 512,
|
343 |
+
"height": 768,
|
344 |
+
"hash": "UTK12U~95+t2DO%fS~bvu5xa-pR.IUW;x[xt",
|
345 |
+
"meta": {
|
346 |
+
"Size": "512x768",
|
347 |
+
"seed": 1676987302,
|
348 |
+
"Model": "deliberate_v11",
|
349 |
+
"steps": 20,
|
350 |
+
"prompt": "alysonhannigan44000(1), hyper realistic photograph, detailed face,summer:: film grain, Kodak portra 800, f1.8, golden hour --ar 2:3 --beta --upbeta,",
|
351 |
+
"sampler": "DPM++ 2M Karras",
|
352 |
+
"cfgScale": 7.5,
|
353 |
+
"resources": [
|
354 |
+
{
|
355 |
+
"hash": "d8691b4d16",
|
356 |
+
"name": "deliberate_v11",
|
357 |
+
"type": "model"
|
358 |
+
}
|
359 |
+
],
|
360 |
+
"Model hash": "d8691b4d16",
|
361 |
+
"negativePrompt": "bangs, far away, black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome,"
|
362 |
+
},
|
363 |
+
"generationProcess": "txt2img",
|
364 |
+
"needsReview": false,
|
365 |
+
"tags": [
|
366 |
+
{
|
367 |
+
"tag": {
|
368 |
+
"id": 4211,
|
369 |
+
"name": "happy",
|
370 |
+
"isCategory": false
|
371 |
+
},
|
372 |
+
"automated": true
|
373 |
+
},
|
374 |
+
{
|
375 |
+
"tag": {
|
376 |
+
"id": 7802,
|
377 |
+
"name": "hair",
|
378 |
+
"isCategory": false
|
379 |
+
},
|
380 |
+
"automated": true
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"tag": {
|
384 |
+
"id": 66,
|
385 |
+
"name": "person",
|
386 |
+
"isCategory": false
|
387 |
+
},
|
388 |
+
"automated": true
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"tag": {
|
392 |
+
"id": 5163,
|
393 |
+
"name": "adult",
|
394 |
+
"isCategory": false
|
395 |
+
},
|
396 |
+
"automated": true
|
397 |
+
},
|
398 |
+
{
|
399 |
+
"tag": {
|
400 |
+
"id": 5133,
|
401 |
+
"name": "woman",
|
402 |
+
"isCategory": true
|
403 |
+
},
|
404 |
+
"automated": true
|
405 |
+
},
|
406 |
+
{
|
407 |
+
"tag": {
|
408 |
+
"id": 7626,
|
409 |
+
"name": "head",
|
410 |
+
"isCategory": false
|
411 |
+
},
|
412 |
+
"automated": true
|
413 |
+
},
|
414 |
+
{
|
415 |
+
"tag": {
|
416 |
+
"id": 5484,
|
417 |
+
"name": "face",
|
418 |
+
"isCategory": false
|
419 |
+
},
|
420 |
+
"automated": true
|
421 |
+
},
|
422 |
+
{
|
423 |
+
"tag": {
|
424 |
+
"id": 7630,
|
425 |
+
"name": "accessories",
|
426 |
+
"isCategory": false
|
427 |
+
},
|
428 |
+
"automated": true
|
429 |
+
},
|
430 |
+
{
|
431 |
+
"tag": {
|
432 |
+
"id": 192,
|
433 |
+
"name": "female",
|
434 |
+
"isCategory": false
|
435 |
+
},
|
436 |
+
"automated": true
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"tag": {
|
440 |
+
"id": 9769,
|
441 |
+
"name": "cosmetics",
|
442 |
+
"isCategory": false
|
443 |
+
},
|
444 |
+
"automated": true
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"tag": {
|
448 |
+
"id": 6611,
|
449 |
+
"name": "lipstick",
|
450 |
+
"isCategory": false
|
451 |
+
},
|
452 |
+
"automated": true
|
453 |
+
},
|
454 |
+
{
|
455 |
+
"tag": {
|
456 |
+
"id": 15792,
|
457 |
+
"name": "pendant",
|
458 |
+
"isCategory": false
|
459 |
+
},
|
460 |
+
"automated": true
|
461 |
+
},
|
462 |
+
{
|
463 |
+
"tag": {
|
464 |
+
"id": 20910,
|
465 |
+
"name": "dimples",
|
466 |
+
"isCategory": false
|
467 |
+
},
|
468 |
+
"automated": true
|
469 |
+
},
|
470 |
+
{
|
471 |
+
"tag": {
|
472 |
+
"id": 1441,
|
473 |
+
"name": "portrait",
|
474 |
+
"isCategory": false
|
475 |
+
},
|
476 |
+
"automated": true
|
477 |
+
},
|
478 |
+
{
|
479 |
+
"tag": {
|
480 |
+
"id": 5772,
|
481 |
+
"name": "smile",
|
482 |
+
"isCategory": false
|
483 |
+
},
|
484 |
+
"automated": true
|
485 |
+
},
|
486 |
+
{
|
487 |
+
"tag": {
|
488 |
+
"id": 5241,
|
489 |
+
"name": "photography",
|
490 |
+
"isCategory": true
|
491 |
+
},
|
492 |
+
"automated": true
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"tag": {
|
496 |
+
"id": 508,
|
497 |
+
"name": "blonde",
|
498 |
+
"isCategory": false
|
499 |
+
},
|
500 |
+
"automated": true
|
501 |
+
}
|
502 |
+
]
|
503 |
+
},
|
504 |
+
{
|
505 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4642a97f-c49f-41b9-93f3-ccbe737b3200/width=450/113307",
|
506 |
+
"nsfw": false,
|
507 |
+
"width": 512,
|
508 |
+
"height": 768,
|
509 |
+
"hash": "UfJ8IFo~tcaf}q=]JQax-,RQbaWYpbxuxYn*",
|
510 |
+
"meta": {
|
511 |
+
"Size": "512x768",
|
512 |
+
"seed": 1676987303,
|
513 |
+
"Model": "deliberate_v11",
|
514 |
+
"steps": 20,
|
515 |
+
"prompt": "alysonhannigan44000(1), hyper realistic photograph, detailed face,summer:: film grain, Kodak portra 800, f1.8, golden hour --ar 2:3 --beta --upbeta,",
|
516 |
+
"sampler": "DPM++ 2M Karras",
|
517 |
+
"cfgScale": 7.5,
|
518 |
+
"resources": [
|
519 |
+
{
|
520 |
+
"hash": "d8691b4d16",
|
521 |
+
"name": "deliberate_v11",
|
522 |
+
"type": "model"
|
523 |
+
}
|
524 |
+
],
|
525 |
+
"Model hash": "d8691b4d16",
|
526 |
+
"negativePrompt": "bangs, far away, black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome,"
|
527 |
+
},
|
528 |
+
"generationProcess": "txt2img",
|
529 |
+
"needsReview": false,
|
530 |
+
"tags": [
|
531 |
+
{
|
532 |
+
"tag": {
|
533 |
+
"id": 5772,
|
534 |
+
"name": "smile",
|
535 |
+
"isCategory": false
|
536 |
+
},
|
537 |
+
"automated": true
|
538 |
+
},
|
539 |
+
{
|
540 |
+
"tag": {
|
541 |
+
"id": 8613,
|
542 |
+
"name": "neck",
|
543 |
+
"isCategory": false
|
544 |
+
},
|
545 |
+
"automated": true
|
546 |
+
},
|
547 |
+
{
|
548 |
+
"tag": {
|
549 |
+
"id": 1441,
|
550 |
+
"name": "portrait",
|
551 |
+
"isCategory": false
|
552 |
+
},
|
553 |
+
"automated": true
|
554 |
+
},
|
555 |
+
{
|
556 |
+
"tag": {
|
557 |
+
"id": 508,
|
558 |
+
"name": "blonde",
|
559 |
+
"isCategory": false
|
560 |
+
},
|
561 |
+
"automated": true
|
562 |
+
},
|
563 |
+
{
|
564 |
+
"tag": {
|
565 |
+
"id": 7626,
|
566 |
+
"name": "head",
|
567 |
+
"isCategory": false
|
568 |
+
},
|
569 |
+
"automated": true
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"tag": {
|
573 |
+
"id": 7802,
|
574 |
+
"name": "hair",
|
575 |
+
"isCategory": false
|
576 |
+
},
|
577 |
+
"automated": true
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"tag": {
|
581 |
+
"id": 20910,
|
582 |
+
"name": "dimples",
|
583 |
+
"isCategory": false
|
584 |
+
},
|
585 |
+
"automated": true
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"tag": {
|
589 |
+
"id": 5193,
|
590 |
+
"name": "clothing",
|
591 |
+
"isCategory": false
|
592 |
+
},
|
593 |
+
"automated": true
|
594 |
+
},
|
595 |
+
{
|
596 |
+
"tag": {
|
597 |
+
"id": 8675,
|
598 |
+
"name": "long sleeve",
|
599 |
+
"isCategory": false
|
600 |
+
},
|
601 |
+
"automated": true
|
602 |
+
},
|
603 |
+
{
|
604 |
+
"tag": {
|
605 |
+
"id": 8677,
|
606 |
+
"name": "sleeve",
|
607 |
+
"isCategory": false
|
608 |
+
},
|
609 |
+
"automated": true
|
610 |
+
},
|
611 |
+
{
|
612 |
+
"tag": {
|
613 |
+
"id": 4211,
|
614 |
+
"name": "happy",
|
615 |
+
"isCategory": false
|
616 |
+
},
|
617 |
+
"automated": true
|
618 |
+
},
|
619 |
+
{
|
620 |
+
"tag": {
|
621 |
+
"id": 5484,
|
622 |
+
"name": "face",
|
623 |
+
"isCategory": false
|
624 |
+
},
|
625 |
+
"automated": true
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"tag": {
|
629 |
+
"id": 5241,
|
630 |
+
"name": "photography",
|
631 |
+
"isCategory": true
|
632 |
+
},
|
633 |
+
"automated": true
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"tag": {
|
637 |
+
"id": 7890,
|
638 |
+
"name": "body part",
|
639 |
+
"isCategory": false
|
640 |
+
},
|
641 |
+
"automated": true
|
642 |
+
},
|
643 |
+
{
|
644 |
+
"tag": {
|
645 |
+
"id": 66,
|
646 |
+
"name": "person",
|
647 |
+
"isCategory": false
|
648 |
+
},
|
649 |
+
"automated": true
|
650 |
+
},
|
651 |
+
{
|
652 |
+
"tag": {
|
653 |
+
"id": 5163,
|
654 |
+
"name": "adult",
|
655 |
+
"isCategory": false
|
656 |
+
},
|
657 |
+
"automated": true
|
658 |
+
},
|
659 |
+
{
|
660 |
+
"tag": {
|
661 |
+
"id": 5133,
|
662 |
+
"name": "woman",
|
663 |
+
"isCategory": true
|
664 |
+
},
|
665 |
+
"automated": true
|
666 |
+
},
|
667 |
+
{
|
668 |
+
"tag": {
|
669 |
+
"id": 192,
|
670 |
+
"name": "female",
|
671 |
+
"isCategory": false
|
672 |
+
},
|
673 |
+
"automated": true
|
674 |
+
}
|
675 |
+
]
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10883b97-80ce-43ea-3685-ea2d21773a00/width=450/113306",
|
679 |
+
"nsfw": false,
|
680 |
+
"width": 512,
|
681 |
+
"height": 768,
|
682 |
+
"hash": "UPLDJR~o5kEe02?GO;oz?[tl-;S$RRRktRxu",
|
683 |
+
"meta": {
|
684 |
+
"Size": "512x768",
|
685 |
+
"seed": 1676987302,
|
686 |
+
"Model": "deliberate_v11",
|
687 |
+
"steps": 20,
|
688 |
+
"prompt": "alysonhannigan44000(1), hyper realistic photograph, detailed face, sundress, summer:: film grain, Kodak portra 800, f1.8, golden hour --ar 2:3 --beta --upbeta,",
|
689 |
+
"sampler": "DPM++ 2M Karras",
|
690 |
+
"cfgScale": 7.5,
|
691 |
+
"resources": [
|
692 |
+
{
|
693 |
+
"hash": "d8691b4d16",
|
694 |
+
"name": "deliberate_v11",
|
695 |
+
"type": "model"
|
696 |
+
}
|
697 |
+
],
|
698 |
+
"Model hash": "d8691b4d16",
|
699 |
+
"negativePrompt": "bangs, far away, black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome,"
|
700 |
+
},
|
701 |
+
"generationProcess": "txt2img",
|
702 |
+
"needsReview": false,
|
703 |
+
"tags": [
|
704 |
+
{
|
705 |
+
"tag": {
|
706 |
+
"id": 5163,
|
707 |
+
"name": "adult",
|
708 |
+
"isCategory": false
|
709 |
+
},
|
710 |
+
"automated": true
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"tag": {
|
714 |
+
"id": 4211,
|
715 |
+
"name": "happy",
|
716 |
+
"isCategory": false
|
717 |
+
},
|
718 |
+
"automated": true
|
719 |
+
},
|
720 |
+
{
|
721 |
+
"tag": {
|
722 |
+
"id": 5772,
|
723 |
+
"name": "smile",
|
724 |
+
"isCategory": false
|
725 |
+
},
|
726 |
+
"automated": true
|
727 |
+
},
|
728 |
+
{
|
729 |
+
"tag": {
|
730 |
+
"id": 5241,
|
731 |
+
"name": "photography",
|
732 |
+
"isCategory": true
|
733 |
+
},
|
734 |
+
"automated": true
|
735 |
+
},
|
736 |
+
{
|
737 |
+
"tag": {
|
738 |
+
"id": 7626,
|
739 |
+
"name": "head",
|
740 |
+
"isCategory": false
|
741 |
+
},
|
742 |
+
"automated": true
|
743 |
+
},
|
744 |
+
{
|
745 |
+
"tag": {
|
746 |
+
"id": 7630,
|
747 |
+
"name": "accessories",
|
748 |
+
"isCategory": false
|
749 |
+
},
|
750 |
+
"automated": true
|
751 |
+
},
|
752 |
+
{
|
753 |
+
"tag": {
|
754 |
+
"id": 1441,
|
755 |
+
"name": "portrait",
|
756 |
+
"isCategory": false
|
757 |
+
},
|
758 |
+
"automated": true
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"tag": {
|
762 |
+
"id": 5787,
|
763 |
+
"name": "jewelry",
|
764 |
+
"isCategory": false
|
765 |
+
},
|
766 |
+
"automated": true
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"tag": {
|
770 |
+
"id": 15792,
|
771 |
+
"name": "pendant",
|
772 |
+
"isCategory": false
|
773 |
+
},
|
774 |
+
"automated": true
|
775 |
+
},
|
776 |
+
{
|
777 |
+
"tag": {
|
778 |
+
"id": 508,
|
779 |
+
"name": "blonde",
|
780 |
+
"isCategory": false
|
781 |
+
},
|
782 |
+
"automated": true
|
783 |
+
},
|
784 |
+
{
|
785 |
+
"tag": {
|
786 |
+
"id": 5484,
|
787 |
+
"name": "face",
|
788 |
+
"isCategory": false
|
789 |
+
},
|
790 |
+
"automated": true
|
791 |
+
},
|
792 |
+
{
|
793 |
+
"tag": {
|
794 |
+
"id": 7802,
|
795 |
+
"name": "hair",
|
796 |
+
"isCategory": false
|
797 |
+
},
|
798 |
+
"automated": true
|
799 |
+
},
|
800 |
+
{
|
801 |
+
"tag": {
|
802 |
+
"id": 66,
|
803 |
+
"name": "person",
|
804 |
+
"isCategory": false
|
805 |
+
},
|
806 |
+
"automated": true
|
807 |
+
},
|
808 |
+
{
|
809 |
+
"tag": {
|
810 |
+
"id": 5942,
|
811 |
+
"name": "necklace",
|
812 |
+
"isCategory": false
|
813 |
+
},
|
814 |
+
"automated": true
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"tag": {
|
818 |
+
"id": 192,
|
819 |
+
"name": "female",
|
820 |
+
"isCategory": false
|
821 |
+
},
|
822 |
+
"automated": true
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"tag": {
|
826 |
+
"id": 5133,
|
827 |
+
"name": "woman",
|
828 |
+
"isCategory": true
|
829 |
+
},
|
830 |
+
"automated": true
|
831 |
+
}
|
832 |
+
]
|
833 |
+
}
|
834 |
+
],
|
835 |
+
"downloadUrl": "https://civitai.com/api/download/models/11854"
|
836 |
+
}
|
embeddings/alysonhannigan44.preview.png
ADDED
![]() |
embeddings/amberheard1.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:659e884a8e5f70c4d64170cd26e14573051e16e14935cb070087ee779c3fb5a6
|
3 |
+
size 3840
|
embeddings/amberheard1.civitai.info
ADDED
@@ -0,0 +1,425 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": 19462,
|
3 |
+
"modelId": 16491,
|
4 |
+
"name": "AmberHeard1",
|
5 |
+
"createdAt": "2023-03-06T15:23:09.655Z",
|
6 |
+
"updatedAt": "2023-03-06T15:23:09.655Z",
|
7 |
+
"trainedWords": [
|
8 |
+
"amberheard1"
|
9 |
+
],
|
10 |
+
"baseModel": "SD 1.5",
|
11 |
+
"earlyAccessTimeFrame": 0,
|
12 |
+
"description": null,
|
13 |
+
"model": {
|
14 |
+
"name": "Amber Heard",
|
15 |
+
"type": "TextualInversion",
|
16 |
+
"nsfw": false,
|
17 |
+
"poi": true
|
18 |
+
},
|
19 |
+
"files": [
|
20 |
+
{
|
21 |
+
"name": "amberheard1.bin",
|
22 |
+
"id": 16242,
|
23 |
+
"sizeKB": 3.75,
|
24 |
+
"type": "Model",
|
25 |
+
"format": "Other",
|
26 |
+
"pickleScanResult": "Success",
|
27 |
+
"pickleScanMessage": "No Pickle imports",
|
28 |
+
"virusScanResult": "Success",
|
29 |
+
"scannedAt": "2023-03-06T15:25:53.548Z",
|
30 |
+
"hashes": {
|
31 |
+
"AutoV2": "659E884A8E",
|
32 |
+
"SHA256": "659E884A8E5F70C4D64170CD26E14573051E16E14935CB070087EE779C3FB5A6",
|
33 |
+
"CRC32": "E382533C",
|
34 |
+
"BLAKE3": "728A2ED90A198A1447FFA6646FD5D100EF5049FEB7765E26238AD750132DE55F"
|
35 |
+
},
|
36 |
+
"primary": true,
|
37 |
+
"downloadUrl": "https://civitai.com/api/download/models/19462"
|
38 |
+
}
|
39 |
+
],
|
40 |
+
"images": [
|
41 |
+
{
|
42 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f88eea76-ad40-4616-4ad4-7eecb4bbff00/width=450/204127",
|
43 |
+
"nsfw": false,
|
44 |
+
"width": 512,
|
45 |
+
"height": 768,
|
46 |
+
"hash": "UfIMpRM{n9%1}uah$kt7a%xHs:aynis:ofRj",
|
47 |
+
"meta": {
|
48 |
+
"Size": "512x768",
|
49 |
+
"seed": 2493284464,
|
50 |
+
"Model": "deliberate_v2",
|
51 |
+
"steps": 24,
|
52 |
+
"prompt": "amberheard1, hyper realistic photograph, detailed face, film grain, Kodak portra 800, f1.8, pant suit",
|
53 |
+
"sampler": "DPM++ 2M Karras",
|
54 |
+
"cfgScale": 7.5,
|
55 |
+
"resources": [
|
56 |
+
{
|
57 |
+
"hash": "9aba26abdf",
|
58 |
+
"name": "deliberate_v2",
|
59 |
+
"type": "model"
|
60 |
+
}
|
61 |
+
],
|
62 |
+
"Model hash": "9aba26abdf",
|
63 |
+
"negativePrompt": ", far away, black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome,"
|
64 |
+
},
|
65 |
+
"generationProcess": "txt2img",
|
66 |
+
"needsReview": false,
|
67 |
+
"tags": [
|
68 |
+
{
|
69 |
+
"tag": {
|
70 |
+
"id": 7802,
|
71 |
+
"name": "hair",
|
72 |
+
"isCategory": false
|
73 |
+
},
|
74 |
+
"automated": true
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"tag": {
|
78 |
+
"id": 7626,
|
79 |
+
"name": "head",
|
80 |
+
"isCategory": false
|
81 |
+
},
|
82 |
+
"automated": true
|
83 |
+
},
|
84 |
+
{
|
85 |
+
"tag": {
|
86 |
+
"id": 1441,
|
87 |
+
"name": "portrait",
|
88 |
+
"isCategory": false
|
89 |
+
},
|
90 |
+
"automated": true
|
91 |
+
},
|
92 |
+
{
|
93 |
+
"tag": {
|
94 |
+
"id": 7643,
|
95 |
+
"name": "formal wear",
|
96 |
+
"isCategory": false
|
97 |
+
},
|
98 |
+
"automated": true
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"tag": {
|
102 |
+
"id": 508,
|
103 |
+
"name": "blonde",
|
104 |
+
"isCategory": false
|
105 |
+
},
|
106 |
+
"automated": true
|
107 |
+
},
|
108 |
+
{
|
109 |
+
"tag": {
|
110 |
+
"id": 66,
|
111 |
+
"name": "person",
|
112 |
+
"isCategory": false
|
113 |
+
},
|
114 |
+
"automated": true
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"tag": {
|
118 |
+
"id": 5193,
|
119 |
+
"name": "clothing",
|
120 |
+
"isCategory": false
|
121 |
+
},
|
122 |
+
"automated": true
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"tag": {
|
126 |
+
"id": 1930,
|
127 |
+
"name": "dress",
|
128 |
+
"isCategory": false
|
129 |
+
},
|
130 |
+
"automated": true
|
131 |
+
},
|
132 |
+
{
|
133 |
+
"tag": {
|
134 |
+
"id": 833,
|
135 |
+
"name": "fashion",
|
136 |
+
"isCategory": false
|
137 |
+
},
|
138 |
+
"automated": true
|
139 |
+
},
|
140 |
+
{
|
141 |
+
"tag": {
|
142 |
+
"id": 5484,
|
143 |
+
"name": "face",
|
144 |
+
"isCategory": false
|
145 |
+
},
|
146 |
+
"automated": true
|
147 |
+
},
|
148 |
+
{
|
149 |
+
"tag": {
|
150 |
+
"id": 5241,
|
151 |
+
"name": "photography",
|
152 |
+
"isCategory": true
|
153 |
+
},
|
154 |
+
"automated": true
|
155 |
+
},
|
156 |
+
{
|
157 |
+
"tag": {
|
158 |
+
"id": 9769,
|
159 |
+
"name": "cosmetics",
|
160 |
+
"isCategory": false
|
161 |
+
},
|
162 |
+
"automated": true
|
163 |
+
},
|
164 |
+
{
|
165 |
+
"tag": {
|
166 |
+
"id": 5163,
|
167 |
+
"name": "adult",
|
168 |
+
"isCategory": false
|
169 |
+
},
|
170 |
+
"automated": true
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"tag": {
|
174 |
+
"id": 192,
|
175 |
+
"name": "female",
|
176 |
+
"isCategory": false
|
177 |
+
},
|
178 |
+
"automated": true
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"tag": {
|
182 |
+
"id": 5133,
|
183 |
+
"name": "woman",
|
184 |
+
"isCategory": true
|
185 |
+
},
|
186 |
+
"automated": true
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"tag": {
|
190 |
+
"id": 6611,
|
191 |
+
"name": "lipstick",
|
192 |
+
"isCategory": false
|
193 |
+
},
|
194 |
+
"automated": true
|
195 |
+
}
|
196 |
+
]
|
197 |
+
},
|
198 |
+
{
|
199 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/962a8f38-742c-4de0-d9b5-3933bb709100/width=450/204131",
|
200 |
+
"nsfw": false,
|
201 |
+
"width": 512,
|
202 |
+
"height": 768,
|
203 |
+
"hash": "U9HxZ-~p3?IWp_R6-p010P0$H@v}.7s;_3xu",
|
204 |
+
"meta": {
|
205 |
+
"Size": "512x768",
|
206 |
+
"seed": 3282162415,
|
207 |
+
"Model": "deliberate_v2",
|
208 |
+
"steps": 20,
|
209 |
+
"prompt": "AmberHeard1, hyper realistic photograph, detailed face, film grain, Kodak portra 800, f1.8, smile,",
|
210 |
+
"sampler": "DPM++ 2M Karras",
|
211 |
+
"cfgScale": 7.5,
|
212 |
+
"resources": [
|
213 |
+
{
|
214 |
+
"hash": "9aba26abdf",
|
215 |
+
"name": "deliberate_v2",
|
216 |
+
"type": "model"
|
217 |
+
}
|
218 |
+
],
|
219 |
+
"Model hash": "9aba26abdf",
|
220 |
+
"negativePrompt": "far away, black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome,"
|
221 |
+
},
|
222 |
+
"generationProcess": "txt2img",
|
223 |
+
"needsReview": false,
|
224 |
+
"tags": []
|
225 |
+
},
|
226 |
+
{
|
227 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7b739a6-108a-4eff-67ad-79733ba2e200/width=450/204130",
|
228 |
+
"nsfw": false,
|
229 |
+
"width": 512,
|
230 |
+
"height": 768,
|
231 |
+
"hash": "UNJHEg.St-~o?b^*Ee-p5Qn$w0EL%KV[xuIo",
|
232 |
+
"meta": {
|
233 |
+
"Size": "512x768",
|
234 |
+
"seed": 289443747,
|
235 |
+
"Model": "deliberate_v2",
|
236 |
+
"steps": 20,
|
237 |
+
"prompt": "AmberHeard1, hyper realistic photograph, detailed face, film grain, Kodak portra 800, f1.8, smile,",
|
238 |
+
"sampler": "DPM++ 2M Karras",
|
239 |
+
"cfgScale": 7.5,
|
240 |
+
"resources": [
|
241 |
+
{
|
242 |
+
"hash": "9aba26abdf",
|
243 |
+
"name": "deliberate_v2",
|
244 |
+
"type": "model"
|
245 |
+
}
|
246 |
+
],
|
247 |
+
"Model hash": "9aba26abdf",
|
248 |
+
"negativePrompt": "far away, black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome,"
|
249 |
+
},
|
250 |
+
"generationProcess": "txt2img",
|
251 |
+
"needsReview": false,
|
252 |
+
"tags": []
|
253 |
+
},
|
254 |
+
{
|
255 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/649cdb82-3d10-4854-bab1-9a929123c400/width=450/204129",
|
256 |
+
"nsfw": false,
|
257 |
+
"width": 512,
|
258 |
+
"height": 768,
|
259 |
+
"hash": "UOKJMs5Q57-;_Ns:.8xGEh%M?uMy%gf+x[s:",
|
260 |
+
"meta": {
|
261 |
+
"Size": "512x768",
|
262 |
+
"seed": 2818187869,
|
263 |
+
"Model": "deliberate_v2",
|
264 |
+
"steps": 24,
|
265 |
+
"prompt": "amberheard1, hyper realistic photograph, detailed face, film grain, Kodak portra 800, f1.8, red hair",
|
266 |
+
"sampler": "DPM++ 2M Karras",
|
267 |
+
"cfgScale": 7.5,
|
268 |
+
"resources": [
|
269 |
+
{
|
270 |
+
"hash": "9aba26abdf",
|
271 |
+
"name": "deliberate_v2",
|
272 |
+
"type": "model"
|
273 |
+
}
|
274 |
+
],
|
275 |
+
"Model hash": "9aba26abdf",
|
276 |
+
"negativePrompt": ", far away, black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome,"
|
277 |
+
},
|
278 |
+
"generationProcess": "txt2img",
|
279 |
+
"needsReview": false,
|
280 |
+
"tags": []
|
281 |
+
},
|
282 |
+
{
|
283 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e1ae08d-2019-4b78-b67a-9e2ef2009a00/width=450/204128",
|
284 |
+
"nsfw": false,
|
285 |
+
"width": 512,
|
286 |
+
"height": 768,
|
287 |
+
"hash": "UFHxWz002u009rH?^i9a1R-:I_~UEKMdx[t7",
|
288 |
+
"meta": {
|
289 |
+
"Size": "512x768",
|
290 |
+
"seed": 2493284467,
|
291 |
+
"Model": "deliberate_v2",
|
292 |
+
"steps": 24,
|
293 |
+
"prompt": "amberheard1, hyper realistic photograph, detailed face, film grain, Kodak portra 800, f1.8, pant suit",
|
294 |
+
"sampler": "DPM++ 2M Karras",
|
295 |
+
"cfgScale": 7.5,
|
296 |
+
"resources": [
|
297 |
+
{
|
298 |
+
"hash": "9aba26abdf",
|
299 |
+
"name": "deliberate_v2",
|
300 |
+
"type": "model"
|
301 |
+
}
|
302 |
+
],
|
303 |
+
"Model hash": "9aba26abdf",
|
304 |
+
"negativePrompt": ", far away, black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome,"
|
305 |
+
},
|
306 |
+
"generationProcess": "txt2img",
|
307 |
+
"needsReview": false,
|
308 |
+
"tags": [
|
309 |
+
{
|
310 |
+
"tag": {
|
311 |
+
"id": 7890,
|
312 |
+
"name": "body part",
|
313 |
+
"isCategory": false
|
314 |
+
},
|
315 |
+
"automated": true
|
316 |
+
},
|
317 |
+
{
|
318 |
+
"tag": {
|
319 |
+
"id": 8613,
|
320 |
+
"name": "neck",
|
321 |
+
"isCategory": false
|
322 |
+
},
|
323 |
+
"automated": true
|
324 |
+
},
|
325 |
+
{
|
326 |
+
"tag": {
|
327 |
+
"id": 5484,
|
328 |
+
"name": "face",
|
329 |
+
"isCategory": false
|
330 |
+
},
|
331 |
+
"automated": true
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"tag": {
|
335 |
+
"id": 508,
|
336 |
+
"name": "blonde",
|
337 |
+
"isCategory": false
|
338 |
+
},
|
339 |
+
"automated": true
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"tag": {
|
343 |
+
"id": 7802,
|
344 |
+
"name": "hair",
|
345 |
+
"isCategory": false
|
346 |
+
},
|
347 |
+
"automated": true
|
348 |
+
},
|
349 |
+
{
|
350 |
+
"tag": {
|
351 |
+
"id": 66,
|
352 |
+
"name": "person",
|
353 |
+
"isCategory": false
|
354 |
+
},
|
355 |
+
"automated": true
|
356 |
+
},
|
357 |
+
{
|
358 |
+
"tag": {
|
359 |
+
"id": 5163,
|
360 |
+
"name": "adult",
|
361 |
+
"isCategory": false
|
362 |
+
},
|
363 |
+
"automated": true
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"tag": {
|
367 |
+
"id": 192,
|
368 |
+
"name": "female",
|
369 |
+
"isCategory": false
|
370 |
+
},
|
371 |
+
"automated": true
|
372 |
+
},
|
373 |
+
{
|
374 |
+
"tag": {
|
375 |
+
"id": 5133,
|
376 |
+
"name": "woman",
|
377 |
+
"isCategory": true
|
378 |
+
},
|
379 |
+
"automated": true
|
380 |
+
},
|
381 |
+
{
|
382 |
+
"tag": {
|
383 |
+
"id": 7626,
|
384 |
+
"name": "head",
|
385 |
+
"isCategory": false
|
386 |
+
},
|
387 |
+
"automated": true
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"tag": {
|
391 |
+
"id": 5241,
|
392 |
+
"name": "photography",
|
393 |
+
"isCategory": true
|
394 |
+
},
|
395 |
+
"automated": true
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"tag": {
|
399 |
+
"id": 1441,
|
400 |
+
"name": "portrait",
|
401 |
+
"isCategory": false
|
402 |
+
},
|
403 |
+
"automated": true
|
404 |
+
},
|
405 |
+
{
|
406 |
+
"tag": {
|
407 |
+
"id": 9769,
|
408 |
+
"name": "cosmetics",
|
409 |
+
"isCategory": false
|
410 |
+
},
|
411 |
+
"automated": true
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"tag": {
|
415 |
+
"id": 6611,
|
416 |
+
"name": "lipstick",
|
417 |
+
"isCategory": false
|
418 |
+
},
|
419 |
+
"automated": true
|
420 |
+
}
|
421 |
+
]
|
422 |
+
}
|
423 |
+
],
|
424 |
+
"downloadUrl": "https://civitai.com/api/download/models/19462"
|
425 |
+
}
|
embeddings/amberheard1.preview.png
ADDED
![]() |
embeddings/amia.civitai.info
ADDED
@@ -0,0 +1,1020 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": 11378,
|
3 |
+
"modelId": 9588,
|
4 |
+
"name": "v1.0",
|
5 |
+
"createdAt": "2023-02-16T22:04:21.367Z",
|
6 |
+
"updatedAt": "2023-03-08T00:39:18.090Z",
|
7 |
+
"trainedWords": [
|
8 |
+
"amia"
|
9 |
+
],
|
10 |
+
"baseModel": "SD 1.5",
|
11 |
+
"earlyAccessTimeFrame": 0,
|
12 |
+
"description": null,
|
13 |
+
"model": {
|
14 |
+
"name": "Amia Miley (young version)",
|
15 |
+
"type": "TextualInversion",
|
16 |
+
"nsfw": false,
|
17 |
+
"poi": false
|
18 |
+
},
|
19 |
+
"files": [
|
20 |
+
{
|
21 |
+
"name": "amia.pt",
|
22 |
+
"id": 10586,
|
23 |
+
"sizeKB": 6.9228515625,
|
24 |
+
"type": "Model",
|
25 |
+
"format": "PickleTensor",
|
26 |
+
"pickleScanResult": "Success",
|
27 |
+
"pickleScanMessage": "No Pickle imports",
|
28 |
+
"virusScanResult": "Success",
|
29 |
+
"scannedAt": "2023-02-16T22:05:48.890Z",
|
30 |
+
"hashes": {
|
31 |
+
"AutoV2": "E1F62AF4E4",
|
32 |
+
"SHA256": "E1F62AF4E4C0E14DB6B22602CEE703104B63D20EF62AF153662C71A93A997860",
|
33 |
+
"CRC32": "6BDEE5F5",
|
34 |
+
"BLAKE3": "78AC311F1E86D735C1C57CEAE9B917120DE47DD5253FA3803D08F05EF754C2CF"
|
35 |
+
},
|
36 |
+
"primary": true,
|
37 |
+
"downloadUrl": "https://civitai.com/api/download/models/11378"
|
38 |
+
}
|
39 |
+
],
|
40 |
+
"images": [
|
41 |
+
{
|
42 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7506fad-0819-49d5-4b9a-3ee5e8043100/width=450/109331",
|
43 |
+
"nsfw": false,
|
44 |
+
"width": 512,
|
45 |
+
"height": 768,
|
46 |
+
"hash": "UVI}03Aa~V={0yE0WEE3%0rWM_jEK4-:t8W?",
|
47 |
+
"meta": {
|
48 |
+
"Size": "512x768",
|
49 |
+
"seed": 1972943579,
|
50 |
+
"Model": "projectUnrealEngine5_projectUnrealEngine5B",
|
51 |
+
"steps": 35,
|
52 |
+
"prompt": "amia-4000, smile, pov, solo_focus , best quality, ultra high res, (photorealistic:1.4), subsurface scattering, rim light, luxury, beautiful eyes, stunning scene, bright colors, unreal engine, octane,",
|
53 |
+
"sampler": "DPM++ SDE Karras",
|
54 |
+
"cfgScale": 8,
|
55 |
+
"resources": [
|
56 |
+
{
|
57 |
+
"hash": "748ff6eab2",
|
58 |
+
"name": "projectUnrealEngine5_projectUnrealEngine5B",
|
59 |
+
"type": "model"
|
60 |
+
}
|
61 |
+
],
|
62 |
+
"Model hash": "748ff6eab2",
|
63 |
+
"negativePrompt": "cropped, paintings, sketches, (worst quality:2), (low quality:2), (normal quality:2), lowres, normal quality, ((monochrome)), ((grayscale)), skin spots, acnes, skin blemishes, age spot, manboobs, backlight"
|
64 |
+
},
|
65 |
+
"generationProcess": "txt2img",
|
66 |
+
"needsReview": false,
|
67 |
+
"tags": []
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79b60f2d-4cc3-4850-8957-d82e91a8a800/width=450/109323",
|
71 |
+
"nsfw": false,
|
72 |
+
"width": 768,
|
73 |
+
"height": 512,
|
74 |
+
"hash": "UCFsidpf0H8w14nM$dkUyBRP+[XnAKba-Vsk",
|
75 |
+
"meta": {
|
76 |
+
"Size": "768x512",
|
77 |
+
"seed": 2803871337,
|
78 |
+
"Model": "projectUnrealEngine5_projectUnrealEngine5B",
|
79 |
+
"steps": 25,
|
80 |
+
"prompt": "portrait photo of (amia-4000 as Elsa) beautiful woman hair updo upsweep nightclub sitting at bar (masterpiece) (best quality) (detailed) (8k) (HDR) (wallpaper) (cinematic lighting) (sharp focus) (intricate)",
|
81 |
+
"sampler": "DPM++ SDE Karras",
|
82 |
+
"cfgScale": 8,
|
83 |
+
"resources": [
|
84 |
+
{
|
85 |
+
"hash": "748ff6eab2",
|
86 |
+
"name": "projectUnrealEngine5_projectUnrealEngine5B",
|
87 |
+
"type": "model"
|
88 |
+
}
|
89 |
+
],
|
90 |
+
"Model hash": "748ff6eab2",
|
91 |
+
"negativePrompt": "((nude)) bangs (open mouth) (lowres) (deformed) (dark) (lowpoly) (CG) (3d) (blurry) (out-of-focus) (ma)n (male) (boy) (guy) (duplicate) (watermark) (label) (signature)"
|
92 |
+
},
|
93 |
+
"generationProcess": "txt2img",
|
94 |
+
"needsReview": false,
|
95 |
+
"tags": [
|
96 |
+
{
|
97 |
+
"tag": {
|
98 |
+
"id": 7630,
|
99 |
+
"name": "accessories",
|
100 |
+
"isCategory": false
|
101 |
+
},
|
102 |
+
"automated": true
|
103 |
+
},
|
104 |
+
{
|
105 |
+
"tag": {
|
106 |
+
"id": 7626,
|
107 |
+
"name": "head",
|
108 |
+
"isCategory": false
|
109 |
+
},
|
110 |
+
"automated": true
|
111 |
+
},
|
112 |
+
{
|
113 |
+
"tag": {
|
114 |
+
"id": 1441,
|
115 |
+
"name": "portrait",
|
116 |
+
"isCategory": false
|
117 |
+
},
|
118 |
+
"automated": true
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"tag": {
|
122 |
+
"id": 5163,
|
123 |
+
"name": "adult",
|
124 |
+
"isCategory": false
|
125 |
+
},
|
126 |
+
"automated": true
|
127 |
+
},
|
128 |
+
{
|
129 |
+
"tag": {
|
130 |
+
"id": 6652,
|
131 |
+
"name": "bride",
|
132 |
+
"isCategory": false
|
133 |
+
},
|
134 |
+
"automated": true
|
135 |
+
},
|
136 |
+
{
|
137 |
+
"tag": {
|
138 |
+
"id": 5241,
|
139 |
+
"name": "photography",
|
140 |
+
"isCategory": true
|
141 |
+
},
|
142 |
+
"automated": true
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"tag": {
|
146 |
+
"id": 6656,
|
147 |
+
"name": "wedding",
|
148 |
+
"isCategory": false
|
149 |
+
},
|
150 |
+
"automated": true
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"tag": {
|
154 |
+
"id": 5772,
|
155 |
+
"name": "smile",
|
156 |
+
"isCategory": false
|
157 |
+
},
|
158 |
+
"automated": true
|
159 |
+
},
|
160 |
+
{
|
161 |
+
"tag": {
|
162 |
+
"id": 16025,
|
163 |
+
"name": "earring",
|
164 |
+
"isCategory": false
|
165 |
+
},
|
166 |
+
"automated": true
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"tag": {
|
170 |
+
"id": 5787,
|
171 |
+
"name": "jewelry",
|
172 |
+
"isCategory": false
|
173 |
+
},
|
174 |
+
"automated": true
|
175 |
+
},
|
176 |
+
{
|
177 |
+
"tag": {
|
178 |
+
"id": 5484,
|
179 |
+
"name": "face",
|
180 |
+
"isCategory": false
|
181 |
+
},
|
182 |
+
"automated": true
|
183 |
+
},
|
184 |
+
{
|
185 |
+
"tag": {
|
186 |
+
"id": 4211,
|
187 |
+
"name": "happy",
|
188 |
+
"isCategory": false
|
189 |
+
},
|
190 |
+
"automated": true
|
191 |
+
},
|
192 |
+
{
|
193 |
+
"tag": {
|
194 |
+
"id": 7802,
|
195 |
+
"name": "hair",
|
196 |
+
"isCategory": false
|
197 |
+
},
|
198 |
+
"automated": true
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"tag": {
|
202 |
+
"id": 192,
|
203 |
+
"name": "female",
|
204 |
+
"isCategory": false
|
205 |
+
},
|
206 |
+
"automated": true
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"tag": {
|
210 |
+
"id": 5133,
|
211 |
+
"name": "woman",
|
212 |
+
"isCategory": true
|
213 |
+
},
|
214 |
+
"automated": true
|
215 |
+
},
|
216 |
+
{
|
217 |
+
"tag": {
|
218 |
+
"id": 66,
|
219 |
+
"name": "person",
|
220 |
+
"isCategory": false
|
221 |
+
},
|
222 |
+
"automated": true
|
223 |
+
}
|
224 |
+
]
|
225 |
+
},
|
226 |
+
{
|
227 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d64ec28-9baf-463b-9102-230f56d16400/width=450/109333",
|
228 |
+
"nsfw": false,
|
229 |
+
"width": 512,
|
230 |
+
"height": 768,
|
231 |
+
"hash": "UEJ8IvyDMHRjZ2b^01Dh?^RlRkV@E,V?4Ubc",
|
232 |
+
"meta": {
|
233 |
+
"Size": "512x768",
|
234 |
+
"seed": 3910217454,
|
235 |
+
"Model": "projectUnrealEngine5_projectUnrealEngine5B",
|
236 |
+
"steps": 25,
|
237 |
+
"prompt": "amia-4000, black hair, jacket, smiling, waving, hat, snowing, beautiful, cute, blushing, dappled with sunlight, cold breathing, amia-4000",
|
238 |
+
"sampler": "DPM++ SDE Karras",
|
239 |
+
"cfgScale": 8,
|
240 |
+
"resources": [
|
241 |
+
{
|
242 |
+
"hash": "748ff6eab2",
|
243 |
+
"name": "projectUnrealEngine5_projectUnrealEngine5B",
|
244 |
+
"type": "model"
|
245 |
+
}
|
246 |
+
],
|
247 |
+
"Model hash": "748ff6eab2",
|
248 |
+
"negativePrompt": "pointy ears, elf, (worst quality, low quality:1.4), (bad-artist), (bad-image-v2-39000), (bad_prompt_version2:1), (EasyNegative:1), (bad-hands-5:1)"
|
249 |
+
},
|
250 |
+
"generationProcess": "txt2img",
|
251 |
+
"needsReview": false,
|
252 |
+
"tags": []
|
253 |
+
},
|
254 |
+
{
|
255 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b61b0b73-90e6-490f-48dc-1c290ea9b500/width=450/109332",
|
256 |
+
"nsfw": false,
|
257 |
+
"width": 512,
|
258 |
+
"height": 768,
|
259 |
+
"hash": "UNKA$wS*Eex]A0xV.Aoz1QR--peo_2V^Rit8",
|
260 |
+
"meta": {
|
261 |
+
"Size": "512x768",
|
262 |
+
"seed": 3004167798,
|
263 |
+
"Model": "projectUnrealEngine5_projectUnrealEngine5B",
|
264 |
+
"steps": 35,
|
265 |
+
"prompt": "masterpiece, best quality, amia-4000, long eyelashes, eyeliner, eyeshadow, mascara, colorful, pink lips, deep skin, looking at viewer, upper body, curvy, solo, long hair, blue ribbon, twintails, gloves, ribbon, dress, rei no himo, blue eyes, black hair, white gloves, white dress, looking at viewer, light smile, closed mouth, hair ribbon, bow, sleeveless, sleeveless dress, bangs, blush, hair ornament, bowtie, clothing cutout, very long hair, covered navel, arm ribbon, shiny skin, outdoors, grassy fields, blue sky, cloudy sky, tight, taut dress, upper body, (masterpiece:1.47746), (highly_detailed:1.05), (highres:1.05), ultra detailed, 100-layers, extremely detailed, intricate, absurdres, small details, ultra detailed, detailed eyes, (intricate details, volumetric lighting, cinematic lighting, award-winning, macro vivid colors, rule of thirds, majestic, detailed, elegant), colorful, realistic lighting, breasts hold",
|
266 |
+
"sampler": "DPM++ SDE Karras",
|
267 |
+
"cfgScale": 4,
|
268 |
+
"resources": [
|
269 |
+
{
|
270 |
+
"hash": "748ff6eab2",
|
271 |
+
"name": "projectUnrealEngine5_projectUnrealEngine5B",
|
272 |
+
"type": "model"
|
273 |
+
}
|
274 |
+
],
|
275 |
+
"Model hash": "748ff6eab2",
|
276 |
+
"negativePrompt": "(Worst Quality, Low Quality:1.4), (Poorly Made Bad 3D, Lousy Bad Realistic:1.1), (bad-hands-5:0.8), nipples, open mouth"
|
277 |
+
},
|
278 |
+
"generationProcess": "txt2img",
|
279 |
+
"needsReview": false,
|
280 |
+
"tags": []
|
281 |
+
},
|
282 |
+
{
|
283 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cd6d832-7555-4158-3d11-4cf99855f200/width=450/109330",
|
284 |
+
"nsfw": false,
|
285 |
+
"width": 512,
|
286 |
+
"height": 768,
|
287 |
+
"hash": "UGKdSm009rW,.QaJ~X-pVCT1tQI;IB%0E3xt",
|
288 |
+
"meta": {
|
289 |
+
"Size": "512x768",
|
290 |
+
"seed": 3897742101,
|
291 |
+
"Model": "projectUnrealEngine5_projectUnrealEngine5B",
|
292 |
+
"steps": 25,
|
293 |
+
"prompt": "photo of a iom girl, 1girl, solo, Masterpiece, best_quality, high_resolution, distinct_image, high_contrast, 8K, kawaii anime girl, 1girl, cant be this cut, large_breasts, 18 years old, beautiful detailed skin, detailed face, (school uniform:1.1), Braid, (delicated skirt:1.05), shy, indoors, room, hand on breasts, indoors, class room, amia-4000",
|
294 |
+
"sampler": "DPM++ SDE Karras",
|
295 |
+
"cfgScale": 8,
|
296 |
+
"resources": [
|
297 |
+
{
|
298 |
+
"hash": "748ff6eab2",
|
299 |
+
"name": "projectUnrealEngine5_projectUnrealEngine5B",
|
300 |
+
"type": "model"
|
301 |
+
}
|
302 |
+
],
|
303 |
+
"Model hash": "748ff6eab2",
|
304 |
+
"negativePrompt": "animal ears, nsfw, 3d, (worst quality, low quality:1.3), (depth of field, blurry:1.2), (greyscale, monochrome:1.1), 3D face, nose, cropped, lowres, text, jpeg artifacts, signature, watermark, username, blurry, artist name, trademark, watermark, title, (tan, muscular, sd character:1.1), multiple view, Reference sheet, non-linear background, blurred background, bad anatomy,"
|
305 |
+
},
|
306 |
+
"generationProcess": "txt2img",
|
307 |
+
"needsReview": false,
|
308 |
+
"tags": []
|
309 |
+
},
|
310 |
+
{
|
311 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3be7c4ed-a2ed-44be-b168-b720e8004200/width=450/109329",
|
312 |
+
"nsfw": false,
|
313 |
+
"width": 512,
|
314 |
+
"height": 768,
|
315 |
+
"hash": "UFHxHL~W0KS68wo#.8$~DhRPIVRP~qofRjRk",
|
316 |
+
"meta": {
|
317 |
+
"Size": "512x768",
|
318 |
+
"seed": 821294954,
|
319 |
+
"Model": "projectUnrealEngine5_projectUnrealEngine5B",
|
320 |
+
"steps": 60,
|
321 |
+
"prompt": "beautiful woman, amia-4000, cowboy_shot, white_dress, edge of a lake, wind, autumn_leaves, sunset, 4k, ultra detailed, Tsuya Tsuya style,",
|
322 |
+
"sampler": "DPM++ SDE Karras",
|
323 |
+
"cfgScale": 4,
|
324 |
+
"resources": [
|
325 |
+
{
|
326 |
+
"hash": "748ff6eab2",
|
327 |
+
"name": "projectUnrealEngine5_projectUnrealEngine5B",
|
328 |
+
"type": "model"
|
329 |
+
}
|
330 |
+
],
|
331 |
+
"Model hash": "748ff6eab2",
|
332 |
+
"negativePrompt": "low resolution, bad quality, bad anatomy"
|
333 |
+
},
|
334 |
+
"generationProcess": "txt2img",
|
335 |
+
"needsReview": false,
|
336 |
+
"tags": []
|
337 |
+
},
|
338 |
+
{
|
339 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b841a89b-db56-4814-031c-16fbf8afd600/width=450/109328",
|
340 |
+
"nsfw": false,
|
341 |
+
"width": 512,
|
342 |
+
"height": 768,
|
343 |
+
"hash": "UNI3?i~BDQMymWM|IoRkMgM|s.%K_0kVIpM|",
|
344 |
+
"meta": {
|
345 |
+
"Size": "512x768",
|
346 |
+
"seed": 3695591229,
|
347 |
+
"Model": "projectUnrealEngine5_projectUnrealEngine5B",
|
348 |
+
"steps": 35,
|
349 |
+
"prompt": "portrait of amia-4000, black turtleneck top, golden chain, smiling, red lips, slender body",
|
350 |
+
"sampler": "DPM++ SDE Karras",
|
351 |
+
"cfgScale": 8,
|
352 |
+
"resources": [
|
353 |
+
{
|
354 |
+
"hash": "748ff6eab2",
|
355 |
+
"name": "projectUnrealEngine5_projectUnrealEngine5B",
|
356 |
+
"type": "model"
|
357 |
+
}
|
358 |
+
],
|
359 |
+
"Model hash": "748ff6eab2",
|
360 |
+
"negativePrompt": "paintings, sketches, (worst quality:2), (low quality:2), (normal quality:2), lowres, normal quality, ((monochrome)), ((grayscale)), skin spots, acnes, skin blemishes, age spot, (outdoor:1.6), manboobs, backlight,(ugly:1.3), (duplicate:1.3), (morbid:1.2), (mutilated:1.2), (tranny:1.3), mutated hands, (poorly drawn hands:1.3), blurry, (bad anatomy:1.2), (bad proportions:1.3), extra limbs, (disfigured:1.3), (more than 2 nipples:1.3), (missing arms:1.3), (extra legs:1.3), (fused fingers:1.6), (too many fingers:1.6), (unclear eyes:1.3), lowers, bad hands, missing fingers, extra digit, (futa:1.1), logo, white letters"
|
361 |
+
},
|
362 |
+
"generationProcess": "txt2img",
|
363 |
+
"needsReview": false,
|
364 |
+
"tags": []
|
365 |
+
},
|
366 |
+
{
|
367 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77375a37-59dc-4509-ab14-b30ce659e200/width=450/109327",
|
368 |
+
"nsfw": false,
|
369 |
+
"width": 512,
|
370 |
+
"height": 768,
|
371 |
+
"hash": "UeIE@WD*T0nN_NWBR*Ri%foes:j]p0RjaeR-",
|
372 |
+
"meta": {
|
373 |
+
"Size": "512x768",
|
374 |
+
"seed": 2296569022,
|
375 |
+
"Model": "projectUnrealEngine5_projectUnrealEngine5B",
|
376 |
+
"steps": 60,
|
377 |
+
"prompt": "(((masterpiece, best quality))), 1girl, solo, grey hair, shiny hair, long hair, amia-4000, shiny eyes,blue jacket,sling, air ornament, earrings, necklace, portrait,looking at viewer,black pantyhose,crossed legs,sliver high heels, window, city, street, night, hotel,skyscraper,skyline,",
|
378 |
+
"sampler": "DPM++ SDE Karras",
|
379 |
+
"cfgScale": 7,
|
380 |
+
"resources": [
|
381 |
+
{
|
382 |
+
"hash": "748ff6eab2",
|
383 |
+
"name": "projectUnrealEngine5_projectUnrealEngine5B",
|
384 |
+
"type": "model"
|
385 |
+
}
|
386 |
+
],
|
387 |
+
"Model hash": "748ff6eab2",
|
388 |
+
"negativePrompt": "NSFW, (worst quality:1.2), (low quality:1.2), (lowres:1.1), (monochrome:1.1), (greyscale), multiple views, comic, sketch, EasyNegative"
|
389 |
+
},
|
390 |
+
"generationProcess": "txt2img",
|
391 |
+
"needsReview": false,
|
392 |
+
"tags": [
|
393 |
+
{
|
394 |
+
"tag": {
|
395 |
+
"id": 16044,
|
396 |
+
"name": "hosiery",
|
397 |
+
"isCategory": false
|
398 |
+
},
|
399 |
+
"automated": true
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"tag": {
|
403 |
+
"id": 7630,
|
404 |
+
"name": "accessories",
|
405 |
+
"isCategory": false
|
406 |
+
},
|
407 |
+
"automated": true
|
408 |
+
},
|
409 |
+
{
|
410 |
+
"tag": {
|
411 |
+
"id": 7643,
|
412 |
+
"name": "formal wear",
|
413 |
+
"isCategory": false
|
414 |
+
},
|
415 |
+
"automated": true
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"tag": {
|
419 |
+
"id": 4999,
|
420 |
+
"name": "pantyhose",
|
421 |
+
"isCategory": false
|
422 |
+
},
|
423 |
+
"automated": true
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"tag": {
|
427 |
+
"id": 8947,
|
428 |
+
"name": "blouse",
|
429 |
+
"isCategory": false
|
430 |
+
},
|
431 |
+
"automated": true
|
432 |
+
},
|
433 |
+
{
|
434 |
+
"tag": {
|
435 |
+
"id": 5942,
|
436 |
+
"name": "necklace",
|
437 |
+
"isCategory": false
|
438 |
+
},
|
439 |
+
"automated": true
|
440 |
+
},
|
441 |
+
{
|
442 |
+
"tag": {
|
443 |
+
"id": 6924,
|
444 |
+
"name": "revealing clothes",
|
445 |
+
"isCategory": false
|
446 |
+
},
|
447 |
+
"automated": true
|
448 |
+
},
|
449 |
+
{
|
450 |
+
"tag": {
|
451 |
+
"id": 5193,
|
452 |
+
"name": "clothing",
|
453 |
+
"isCategory": false
|
454 |
+
},
|
455 |
+
"automated": true
|
456 |
+
},
|
457 |
+
{
|
458 |
+
"tag": {
|
459 |
+
"id": 7953,
|
460 |
+
"name": "coat",
|
461 |
+
"isCategory": false
|
462 |
+
},
|
463 |
+
"automated": true
|
464 |
+
},
|
465 |
+
{
|
466 |
+
"tag": {
|
467 |
+
"id": 5787,
|
468 |
+
"name": "jewelry",
|
469 |
+
"isCategory": false
|
470 |
+
},
|
471 |
+
"automated": true
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"tag": {
|
475 |
+
"id": 7954,
|
476 |
+
"name": "jacket",
|
477 |
+
"isCategory": false
|
478 |
+
},
|
479 |
+
"automated": true
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"tag": {
|
483 |
+
"id": 2436,
|
484 |
+
"name": "suit",
|
485 |
+
"isCategory": false
|
486 |
+
},
|
487 |
+
"automated": true
|
488 |
+
},
|
489 |
+
{
|
490 |
+
"tag": {
|
491 |
+
"id": 4286,
|
492 |
+
"name": "miniskirt",
|
493 |
+
"isCategory": false
|
494 |
+
},
|
495 |
+
"automated": true
|
496 |
+
},
|
497 |
+
{
|
498 |
+
"tag": {
|
499 |
+
"id": 15746,
|
500 |
+
"name": "skirt",
|
501 |
+
"isCategory": false
|
502 |
+
},
|
503 |
+
"automated": true
|
504 |
+
},
|
505 |
+
{
|
506 |
+
"tag": {
|
507 |
+
"id": 10061,
|
508 |
+
"name": "suggestive",
|
509 |
+
"isCategory": false
|
510 |
+
},
|
511 |
+
"automated": true
|
512 |
+
},
|
513 |
+
{
|
514 |
+
"tag": {
|
515 |
+
"id": 20462,
|
516 |
+
"name": "female swimwear or underwear",
|
517 |
+
"isCategory": false
|
518 |
+
},
|
519 |
+
"automated": true
|
520 |
+
}
|
521 |
+
]
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97e0fc55-f73e-4205-24f4-52edc8fb9b00/width=450/109326",
|
525 |
+
"nsfw": false,
|
526 |
+
"width": 512,
|
527 |
+
"height": 768,
|
528 |
+
"hash": "UDI}In.S8{=a~pRk0MD*0000%M%MD%IB~p~p",
|
529 |
+
"meta": {
|
530 |
+
"Size": "512x768",
|
531 |
+
"seed": 1487711279,
|
532 |
+
"Model": "projectUnrealEngine5_projectUnrealEngine5B",
|
533 |
+
"steps": 60,
|
534 |
+
"prompt": "(((masterpiece, best quality))), amia-4000, big breasts, white sweater, brown flare skirt, restaurant, meal, brown hair, long hair, gently, dinner,",
|
535 |
+
"sampler": "DPM++ SDE Karras",
|
536 |
+
"cfgScale": 7,
|
537 |
+
"resources": [
|
538 |
+
{
|
539 |
+
"hash": "748ff6eab2",
|
540 |
+
"name": "projectUnrealEngine5_projectUnrealEngine5B",
|
541 |
+
"type": "model"
|
542 |
+
}
|
543 |
+
],
|
544 |
+
"Model hash": "748ff6eab2",
|
545 |
+
"negativePrompt": "(worst quality, low quality:1.3), (depth of field, blurry:1.2), (greyscale, monochrome:1.1), 3D face, nose, cropped, lowres, text, jpeg artifacts, signature, watermark, username, blurry, artist name, trademark, watermark, title, (tan, muscular, loli, petite, child, infant, toddlers, chibi, sd character:1.1), multiple view, Reference sheet,"
|
546 |
+
},
|
547 |
+
"generationProcess": "txt2img",
|
548 |
+
"needsReview": false,
|
549 |
+
"tags": [
|
550 |
+
{
|
551 |
+
"tag": {
|
552 |
+
"id": 66,
|
553 |
+
"name": "person",
|
554 |
+
"isCategory": false
|
555 |
+
},
|
556 |
+
"automated": true
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"tag": {
|
560 |
+
"id": 15746,
|
561 |
+
"name": "skirt",
|
562 |
+
"isCategory": false
|
563 |
+
},
|
564 |
+
"automated": true
|
565 |
+
},
|
566 |
+
{
|
567 |
+
"tag": {
|
568 |
+
"id": 8947,
|
569 |
+
"name": "blouse",
|
570 |
+
"isCategory": false
|
571 |
+
},
|
572 |
+
"automated": true
|
573 |
+
},
|
574 |
+
{
|
575 |
+
"tag": {
|
576 |
+
"id": 8675,
|
577 |
+
"name": "long sleeve",
|
578 |
+
"isCategory": false
|
579 |
+
},
|
580 |
+
"automated": true
|
581 |
+
},
|
582 |
+
{
|
583 |
+
"tag": {
|
584 |
+
"id": 5332,
|
585 |
+
"name": "sweater",
|
586 |
+
"isCategory": false
|
587 |
+
},
|
588 |
+
"automated": true
|
589 |
+
},
|
590 |
+
{
|
591 |
+
"tag": {
|
592 |
+
"id": 5163,
|
593 |
+
"name": "adult",
|
594 |
+
"isCategory": false
|
595 |
+
},
|
596 |
+
"automated": true
|
597 |
+
},
|
598 |
+
{
|
599 |
+
"tag": {
|
600 |
+
"id": 5133,
|
601 |
+
"name": "woman",
|
602 |
+
"isCategory": true
|
603 |
+
},
|
604 |
+
"automated": true
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"tag": {
|
608 |
+
"id": 16021,
|
609 |
+
"name": "shorts",
|
610 |
+
"isCategory": false
|
611 |
+
},
|
612 |
+
"automated": true
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"tag": {
|
616 |
+
"id": 5193,
|
617 |
+
"name": "clothing",
|
618 |
+
"isCategory": false
|
619 |
+
},
|
620 |
+
"automated": true
|
621 |
+
},
|
622 |
+
{
|
623 |
+
"tag": {
|
624 |
+
"id": 4286,
|
625 |
+
"name": "miniskirt",
|
626 |
+
"isCategory": false
|
627 |
+
},
|
628 |
+
"automated": true
|
629 |
+
},
|
630 |
+
{
|
631 |
+
"tag": {
|
632 |
+
"id": 8677,
|
633 |
+
"name": "sleeve",
|
634 |
+
"isCategory": false
|
635 |
+
},
|
636 |
+
"automated": true
|
637 |
+
},
|
638 |
+
{
|
639 |
+
"tag": {
|
640 |
+
"id": 8913,
|
641 |
+
"name": "knitwear",
|
642 |
+
"isCategory": false
|
643 |
+
},
|
644 |
+
"automated": true
|
645 |
+
},
|
646 |
+
{
|
647 |
+
"tag": {
|
648 |
+
"id": 192,
|
649 |
+
"name": "female",
|
650 |
+
"isCategory": false
|
651 |
+
},
|
652 |
+
"automated": true
|
653 |
+
}
|
654 |
+
]
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95f475ed-13e0-4c93-6eb1-2472dfd8db00/width=450/109325",
|
658 |
+
"nsfw": false,
|
659 |
+
"width": 512,
|
660 |
+
"height": 768,
|
661 |
+
"hash": "UaIEquD%55%M+Xx]Nd%g.Te-w[xZM_tQt7of",
|
662 |
+
"meta": {
|
663 |
+
"Size": "512x768",
|
664 |
+
"seed": 4180800715,
|
665 |
+
"Model": "projectUnrealEngine5_projectUnrealEngine5B",
|
666 |
+
"steps": 30,
|
667 |
+
"prompt": "portrait photo of amia-4000 beautiful woman button shirt depth of field bokeh bright morning light (masterpiece) (best quality) (detailed) (8k) (HDR) (wallpaper) (cinematic lighting) (sharp focus) (intricate)",
|
668 |
+
"sampler": "Euler a",
|
669 |
+
"cfgScale": 7,
|
670 |
+
"resources": [
|
671 |
+
{
|
672 |
+
"hash": "748ff6eab2",
|
673 |
+
"name": "projectUnrealEngine5_projectUnrealEngine5B",
|
674 |
+
"type": "model"
|
675 |
+
}
|
676 |
+
],
|
677 |
+
"Model hash": "748ff6eab2",
|
678 |
+
"negativePrompt": "((nude)) bangs (open mouth) (lowres) (deformed) (dark) (lowpoly) (CG) (3d) (blurry) (out-of-focus) (ma)n (male) (boy) (guy) (duplicate) (watermark) (label) (signature)"
|
679 |
+
},
|
680 |
+
"generationProcess": "txt2img",
|
681 |
+
"needsReview": false,
|
682 |
+
"tags": [
|
683 |
+
{
|
684 |
+
"tag": {
|
685 |
+
"id": 4211,
|
686 |
+
"name": "happy",
|
687 |
+
"isCategory": false
|
688 |
+
},
|
689 |
+
"automated": true
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"tag": {
|
693 |
+
"id": 5772,
|
694 |
+
"name": "smile",
|
695 |
+
"isCategory": false
|
696 |
+
},
|
697 |
+
"automated": true
|
698 |
+
},
|
699 |
+
{
|
700 |
+
"tag": {
|
701 |
+
"id": 7626,
|
702 |
+
"name": "head",
|
703 |
+
"isCategory": false
|
704 |
+
},
|
705 |
+
"automated": true
|
706 |
+
},
|
707 |
+
{
|
708 |
+
"tag": {
|
709 |
+
"id": 5241,
|
710 |
+
"name": "photography",
|
711 |
+
"isCategory": true
|
712 |
+
},
|
713 |
+
"automated": true
|
714 |
+
},
|
715 |
+
{
|
716 |
+
"tag": {
|
717 |
+
"id": 7890,
|
718 |
+
"name": "body part",
|
719 |
+
"isCategory": false
|
720 |
+
},
|
721 |
+
"automated": true
|
722 |
+
},
|
723 |
+
{
|
724 |
+
"tag": {
|
725 |
+
"id": 8613,
|
726 |
+
"name": "neck",
|
727 |
+
"isCategory": false
|
728 |
+
},
|
729 |
+
"automated": true
|
730 |
+
},
|
731 |
+
{
|
732 |
+
"tag": {
|
733 |
+
"id": 192,
|
734 |
+
"name": "female",
|
735 |
+
"isCategory": false
|
736 |
+
},
|
737 |
+
"automated": true
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"tag": {
|
741 |
+
"id": 5484,
|
742 |
+
"name": "face",
|
743 |
+
"isCategory": false
|
744 |
+
},
|
745 |
+
"automated": true
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"tag": {
|
749 |
+
"id": 1441,
|
750 |
+
"name": "portrait",
|
751 |
+
"isCategory": false
|
752 |
+
},
|
753 |
+
"automated": true
|
754 |
+
},
|
755 |
+
{
|
756 |
+
"tag": {
|
757 |
+
"id": 5193,
|
758 |
+
"name": "clothing",
|
759 |
+
"isCategory": false
|
760 |
+
},
|
761 |
+
"automated": true
|
762 |
+
},
|
763 |
+
{
|
764 |
+
"tag": {
|
765 |
+
"id": 7630,
|
766 |
+
"name": "accessories",
|
767 |
+
"isCategory": false
|
768 |
+
},
|
769 |
+
"automated": true
|
770 |
+
},
|
771 |
+
{
|
772 |
+
"tag": {
|
773 |
+
"id": 66,
|
774 |
+
"name": "person",
|
775 |
+
"isCategory": false
|
776 |
+
},
|
777 |
+
"automated": true
|
778 |
+
},
|
779 |
+
{
|
780 |
+
"tag": {
|
781 |
+
"id": 5163,
|
782 |
+
"name": "adult",
|
783 |
+
"isCategory": false
|
784 |
+
},
|
785 |
+
"automated": true
|
786 |
+
},
|
787 |
+
{
|
788 |
+
"tag": {
|
789 |
+
"id": 5133,
|
790 |
+
"name": "woman",
|
791 |
+
"isCategory": true
|
792 |
+
},
|
793 |
+
"automated": true
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"tag": {
|
797 |
+
"id": 7953,
|
798 |
+
"name": "coat",
|
799 |
+
"isCategory": false
|
800 |
+
},
|
801 |
+
"automated": true
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"tag": {
|
805 |
+
"id": 5787,
|
806 |
+
"name": "jewelry",
|
807 |
+
"isCategory": false
|
808 |
+
},
|
809 |
+
"automated": true
|
810 |
+
},
|
811 |
+
{
|
812 |
+
"tag": {
|
813 |
+
"id": 5942,
|
814 |
+
"name": "necklace",
|
815 |
+
"isCategory": false
|
816 |
+
},
|
817 |
+
"automated": true
|
818 |
+
},
|
819 |
+
{
|
820 |
+
"tag": {
|
821 |
+
"id": 20910,
|
822 |
+
"name": "dimples",
|
823 |
+
"isCategory": false
|
824 |
+
},
|
825 |
+
"automated": true
|
826 |
+
},
|
827 |
+
{
|
828 |
+
"tag": {
|
829 |
+
"id": 7938,
|
830 |
+
"name": "skin",
|
831 |
+
"isCategory": false
|
832 |
+
},
|
833 |
+
"automated": true
|
834 |
+
}
|
835 |
+
]
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4a59f1b-fc8b-44dd-6d1c-d2b327612500/width=450/109324",
|
839 |
+
"nsfw": false,
|
840 |
+
"width": 768,
|
841 |
+
"height": 512,
|
842 |
+
"hash": "UEJGl~020K020x^kax5502.6IC~CAAMf?aSc",
|
843 |
+
"meta": {
|
844 |
+
"Size": "768x512",
|
845 |
+
"seed": 693210149,
|
846 |
+
"Model": "projectUnrealEngine5_projectUnrealEngine5B",
|
847 |
+
"steps": 25,
|
848 |
+
"prompt": "portrait photo of (amia-4000 as the queen of Ethiopia) beautiful woman hair updo upsweep (masterpiece) (best quality) (detailed) (8k) (HDR) (wallpaper) (cinematic lighting) (sharp focus) (intricate)",
|
849 |
+
"sampler": "DPM++ SDE Karras",
|
850 |
+
"cfgScale": 8,
|
851 |
+
"resources": [
|
852 |
+
{
|
853 |
+
"hash": "748ff6eab2",
|
854 |
+
"name": "projectUnrealEngine5_projectUnrealEngine5B",
|
855 |
+
"type": "model"
|
856 |
+
}
|
857 |
+
],
|
858 |
+
"Model hash": "748ff6eab2",
|
859 |
+
"negativePrompt": "((nude)) bangs (open mouth) (lowres) (deformed) (dark) (lowpoly) (CG) (3d) (blurry) (out-of-focus) (ma)n (male) (boy) (guy) (duplicate) (watermark) (label) (signature)"
|
860 |
+
},
|
861 |
+
"generationProcess": "txt2img",
|
862 |
+
"needsReview": false,
|
863 |
+
"tags": [
|
864 |
+
{
|
865 |
+
"tag": {
|
866 |
+
"id": 4211,
|
867 |
+
"name": "happy",
|
868 |
+
"isCategory": false
|
869 |
+
},
|
870 |
+
"automated": true
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"tag": {
|
874 |
+
"id": 5772,
|
875 |
+
"name": "smile",
|
876 |
+
"isCategory": false
|
877 |
+
},
|
878 |
+
"automated": true
|
879 |
+
},
|
880 |
+
{
|
881 |
+
"tag": {
|
882 |
+
"id": 20910,
|
883 |
+
"name": "dimples",
|
884 |
+
"isCategory": false
|
885 |
+
},
|
886 |
+
"automated": true
|
887 |
+
},
|
888 |
+
{
|
889 |
+
"tag": {
|
890 |
+
"id": 5133,
|
891 |
+
"name": "woman",
|
892 |
+
"isCategory": true
|
893 |
+
},
|
894 |
+
"automated": true
|
895 |
+
},
|
896 |
+
{
|
897 |
+
"tag": {
|
898 |
+
"id": 5942,
|
899 |
+
"name": "necklace",
|
900 |
+
"isCategory": false
|
901 |
+
},
|
902 |
+
"automated": true
|
903 |
+
},
|
904 |
+
{
|
905 |
+
"tag": {
|
906 |
+
"id": 5484,
|
907 |
+
"name": "face",
|
908 |
+
"isCategory": false
|
909 |
+
},
|
910 |
+
"automated": true
|
911 |
+
},
|
912 |
+
{
|
913 |
+
"tag": {
|
914 |
+
"id": 7630,
|
915 |
+
"name": "accessories",
|
916 |
+
"isCategory": false
|
917 |
+
},
|
918 |
+
"automated": true
|
919 |
+
},
|
920 |
+
{
|
921 |
+
"tag": {
|
922 |
+
"id": 8613,
|
923 |
+
"name": "neck",
|
924 |
+
"isCategory": false
|
925 |
+
},
|
926 |
+
"automated": true
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"tag": {
|
930 |
+
"id": 66,
|
931 |
+
"name": "person",
|
932 |
+
"isCategory": false
|
933 |
+
},
|
934 |
+
"automated": true
|
935 |
+
},
|
936 |
+
{
|
937 |
+
"tag": {
|
938 |
+
"id": 5163,
|
939 |
+
"name": "adult",
|
940 |
+
"isCategory": false
|
941 |
+
},
|
942 |
+
"automated": true
|
943 |
+
},
|
944 |
+
{
|
945 |
+
"tag": {
|
946 |
+
"id": 192,
|
947 |
+
"name": "female",
|
948 |
+
"isCategory": false
|
949 |
+
},
|
950 |
+
"automated": true
|
951 |
+
},
|
952 |
+
{
|
953 |
+
"tag": {
|
954 |
+
"id": 7626,
|
955 |
+
"name": "head",
|
956 |
+
"isCategory": false
|
957 |
+
},
|
958 |
+
"automated": true
|
959 |
+
},
|
960 |
+
{
|
961 |
+
"tag": {
|
962 |
+
"id": 5787,
|
963 |
+
"name": "jewelry",
|
964 |
+
"isCategory": false
|
965 |
+
},
|
966 |
+
"automated": true
|
967 |
+
},
|
968 |
+
{
|
969 |
+
"tag": {
|
970 |
+
"id": 7890,
|
971 |
+
"name": "body part",
|
972 |
+
"isCategory": false
|
973 |
+
},
|
974 |
+
"automated": true
|
975 |
+
},
|
976 |
+
{
|
977 |
+
"tag": {
|
978 |
+
"id": 5241,
|
979 |
+
"name": "photography",
|
980 |
+
"isCategory": true
|
981 |
+
},
|
982 |
+
"automated": true
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"tag": {
|
986 |
+
"id": 1441,
|
987 |
+
"name": "portrait",
|
988 |
+
"isCategory": false
|
989 |
+
},
|
990 |
+
"automated": true
|
991 |
+
},
|
992 |
+
{
|
993 |
+
"tag": {
|
994 |
+
"id": 9558,
|
995 |
+
"name": "lamp",
|
996 |
+
"isCategory": false
|
997 |
+
},
|
998 |
+
"automated": true
|
999 |
+
},
|
1000 |
+
{
|
1001 |
+
"tag": {
|
1002 |
+
"id": 7802,
|
1003 |
+
"name": "hair",
|
1004 |
+
"isCategory": false
|
1005 |
+
},
|
1006 |
+
"automated": true
|
1007 |
+
},
|
1008 |
+
{
|
1009 |
+
"tag": {
|
1010 |
+
"id": 16025,
|
1011 |
+
"name": "earring",
|
1012 |
+
"isCategory": false
|
1013 |
+
},
|
1014 |
+
"automated": true
|
1015 |
+
}
|
1016 |
+
]
|
1017 |
+
}
|
1018 |
+
],
|
1019 |
+
"downloadUrl": "https://civitai.com/api/download/models/11378"
|
1020 |
+
}
|
embeddings/amia.preview.png
ADDED
![]() |
embeddings/amia.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1f62af4e4c0e14db6b22602cee703104b63d20ef62af153662c71a93a997860
|
3 |
+
size 7089
|
embeddings/ang0ur13r1c3.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a217dffb6297eb66583ff4be7dd3bd74e1c8b447af98d205efbef6522170e1b
|
3 |
+
size 3840
|
embeddings/ang0ur13r1c3.civitai.info
ADDED
@@ -0,0 +1,562 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": 9215,
|
3 |
+
"modelId": 7815,
|
4 |
+
"name": "Ang0ur13R1c3",
|
5 |
+
"createdAt": "2023-02-10T13:36:39.066Z",
|
6 |
+
"updatedAt": "2023-02-10T13:36:39.066Z",
|
7 |
+
"trainedWords": [
|
8 |
+
"ang0ur13r1c3"
|
9 |
+
],
|
10 |
+
"baseModel": "SD 1.5",
|
11 |
+
"earlyAccessTimeFrame": 0,
|
12 |
+
"description": null,
|
13 |
+
"model": {
|
14 |
+
"name": "Angourie Rice",
|
15 |
+
"type": "TextualInversion",
|
16 |
+
"nsfw": false,
|
17 |
+
"poi": true
|
18 |
+
},
|
19 |
+
"files": [
|
20 |
+
{
|
21 |
+
"name": "ang0ur13r1c3.bin",
|
22 |
+
"id": 8961,
|
23 |
+
"sizeKB": 3.75,
|
24 |
+
"type": "Model",
|
25 |
+
"format": "Other",
|
26 |
+
"pickleScanResult": "Success",
|
27 |
+
"pickleScanMessage": "No Pickle imports",
|
28 |
+
"virusScanResult": "Success",
|
29 |
+
"scannedAt": "2023-02-10T13:41:16.202Z",
|
30 |
+
"hashes": {
|
31 |
+
"AutoV2": "5A217DFFB6",
|
32 |
+
"SHA256": "5A217DFFB6297EB66583FF4BE7DD3BD74E1C8B447AF98D205EFBEF6522170E1B",
|
33 |
+
"CRC32": "97DF4DF1",
|
34 |
+
"BLAKE3": "C98C8A0E7103DDE7C3C05D0AAB46BF2C21216DF2A929EECC437FE0F5F9B690A4"
|
35 |
+
},
|
36 |
+
"primary": true,
|
37 |
+
"downloadUrl": "https://civitai.com/api/download/models/9215"
|
38 |
+
}
|
39 |
+
],
|
40 |
+
"images": [
|
41 |
+
{
|
42 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72aa8b04-2f70-427e-58ad-987a54075400/width=450/88308",
|
43 |
+
"nsfw": false,
|
44 |
+
"width": 512,
|
45 |
+
"height": 768,
|
46 |
+
"hash": "UKJ@%gt-0e~W4Trpkq-oqEtRv}Io9Exaj]D%",
|
47 |
+
"meta": {
|
48 |
+
"Size": "512x768",
|
49 |
+
"seed": 1824765085,
|
50 |
+
"Model": "deliberate_v11",
|
51 |
+
"steps": 30,
|
52 |
+
"prompt": "Ang0ur13R1c3, hyper realistic photograph, detailed face, smile, summer:: film grain, Kodak portra 800, f1.8, golden hour --ar 2:3 --beta --upbeta Ang0ur13R1c3",
|
53 |
+
"sampler": "DPM++ 2M Karras",
|
54 |
+
"cfgScale": 7,
|
55 |
+
"resources": [
|
56 |
+
{
|
57 |
+
"hash": "d8691b4d16",
|
58 |
+
"name": "deliberate_v11",
|
59 |
+
"type": "model"
|
60 |
+
}
|
61 |
+
],
|
62 |
+
"Model hash": "d8691b4d16",
|
63 |
+
"negativePrompt": "bangs, far away, black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome,"
|
64 |
+
},
|
65 |
+
"generationProcess": "txt2img",
|
66 |
+
"needsReview": false,
|
67 |
+
"tags": []
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df5db7cc-4056-4e63-22a9-f779085db400/width=450/88312",
|
71 |
+
"nsfw": false,
|
72 |
+
"width": 512,
|
73 |
+
"height": 768,
|
74 |
+
"hash": "UFK0~Q0001,A4Tkq0f_2.Te.MxX8%fIA?HIU",
|
75 |
+
"meta": {
|
76 |
+
"Size": "512x768",
|
77 |
+
"seed": 1824765083,
|
78 |
+
"Model": "deliberate_v11",
|
79 |
+
"steps": 30,
|
80 |
+
"prompt": "Ang0ur13R1c3, hyper realistic photograph, detailed face, smile, summer:: film grain, Kodak portra 800, f1.8, golden hour --ar 2:3 --beta --upbeta Ang0ur13R1c3",
|
81 |
+
"sampler": "DPM++ 2M Karras",
|
82 |
+
"cfgScale": 7,
|
83 |
+
"resources": [
|
84 |
+
{
|
85 |
+
"hash": "d8691b4d16",
|
86 |
+
"name": "deliberate_v11",
|
87 |
+
"type": "model"
|
88 |
+
}
|
89 |
+
],
|
90 |
+
"Model hash": "d8691b4d16",
|
91 |
+
"negativePrompt": "bangs, far away, black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome,"
|
92 |
+
},
|
93 |
+
"generationProcess": "txt2img",
|
94 |
+
"needsReview": false,
|
95 |
+
"tags": [
|
96 |
+
{
|
97 |
+
"tag": {
|
98 |
+
"id": 7802,
|
99 |
+
"name": "hair",
|
100 |
+
"isCategory": false
|
101 |
+
},
|
102 |
+
"automated": true
|
103 |
+
},
|
104 |
+
{
|
105 |
+
"tag": {
|
106 |
+
"id": 9483,
|
107 |
+
"name": "symbol",
|
108 |
+
"isCategory": false
|
109 |
+
},
|
110 |
+
"automated": true
|
111 |
+
},
|
112 |
+
{
|
113 |
+
"tag": {
|
114 |
+
"id": 5484,
|
115 |
+
"name": "face",
|
116 |
+
"isCategory": false
|
117 |
+
},
|
118 |
+
"automated": true
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"tag": {
|
122 |
+
"id": 4211,
|
123 |
+
"name": "happy",
|
124 |
+
"isCategory": false
|
125 |
+
},
|
126 |
+
"automated": true
|
127 |
+
},
|
128 |
+
{
|
129 |
+
"tag": {
|
130 |
+
"id": 7626,
|
131 |
+
"name": "head",
|
132 |
+
"isCategory": false
|
133 |
+
},
|
134 |
+
"automated": true
|
135 |
+
},
|
136 |
+
{
|
137 |
+
"tag": {
|
138 |
+
"id": 5772,
|
139 |
+
"name": "smile",
|
140 |
+
"isCategory": false
|
141 |
+
},
|
142 |
+
"automated": true
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"tag": {
|
146 |
+
"id": 5241,
|
147 |
+
"name": "photography",
|
148 |
+
"isCategory": true
|
149 |
+
},
|
150 |
+
"automated": true
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"tag": {
|
154 |
+
"id": 66,
|
155 |
+
"name": "person",
|
156 |
+
"isCategory": false
|
157 |
+
},
|
158 |
+
"automated": true
|
159 |
+
},
|
160 |
+
{
|
161 |
+
"tag": {
|
162 |
+
"id": 29358,
|
163 |
+
"name": "badge",
|
164 |
+
"isCategory": false
|
165 |
+
},
|
166 |
+
"automated": true
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"tag": {
|
170 |
+
"id": 192,
|
171 |
+
"name": "female",
|
172 |
+
"isCategory": false
|
173 |
+
},
|
174 |
+
"automated": true
|
175 |
+
},
|
176 |
+
{
|
177 |
+
"tag": {
|
178 |
+
"id": 18,
|
179 |
+
"name": "girl",
|
180 |
+
"isCategory": false
|
181 |
+
},
|
182 |
+
"automated": true
|
183 |
+
},
|
184 |
+
{
|
185 |
+
"tag": {
|
186 |
+
"id": 508,
|
187 |
+
"name": "blonde",
|
188 |
+
"isCategory": false
|
189 |
+
},
|
190 |
+
"automated": true
|
191 |
+
},
|
192 |
+
{
|
193 |
+
"tag": {
|
194 |
+
"id": 2241,
|
195 |
+
"name": "logo",
|
196 |
+
"isCategory": false
|
197 |
+
},
|
198 |
+
"automated": true
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"tag": {
|
202 |
+
"id": 1441,
|
203 |
+
"name": "portrait",
|
204 |
+
"isCategory": false
|
205 |
+
},
|
206 |
+
"automated": true
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"tag": {
|
210 |
+
"id": 7790,
|
211 |
+
"name": "captain",
|
212 |
+
"isCategory": false
|
213 |
+
},
|
214 |
+
"automated": true
|
215 |
+
},
|
216 |
+
{
|
217 |
+
"tag": {
|
218 |
+
"id": 20910,
|
219 |
+
"name": "dimples",
|
220 |
+
"isCategory": false
|
221 |
+
},
|
222 |
+
"automated": true
|
223 |
+
},
|
224 |
+
{
|
225 |
+
"tag": {
|
226 |
+
"id": 7792,
|
227 |
+
"name": "officer",
|
228 |
+
"isCategory": false
|
229 |
+
},
|
230 |
+
"automated": true
|
231 |
+
},
|
232 |
+
{
|
233 |
+
"tag": {
|
234 |
+
"id": 3552,
|
235 |
+
"name": "teen",
|
236 |
+
"isCategory": false
|
237 |
+
},
|
238 |
+
"automated": true
|
239 |
+
}
|
240 |
+
]
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef6f2ca8-ea43-4150-e1b8-cdd17e939700/width=450/88311",
|
244 |
+
"nsfw": false,
|
245 |
+
"width": 512,
|
246 |
+
"height": 768,
|
247 |
+
"hash": "UOI}V2~o9XVXZeWAJCS%74Sisps:xnxt-oxY",
|
248 |
+
"meta": {
|
249 |
+
"Size": "512x768",
|
250 |
+
"seed": 3572240086,
|
251 |
+
"Model": "deliberate_v11",
|
252 |
+
"steps": 30,
|
253 |
+
"prompt": "Ang0ur13R1c3, hyper realistic photograph, detailed face, summer:: film grain, Kodak portra 800, f1.8, golden hour --ar 2:3 --beta --upbeta Ang0ur13R1c3",
|
254 |
+
"sampler": "DPM++ 2M Karras",
|
255 |
+
"cfgScale": 7,
|
256 |
+
"resources": [
|
257 |
+
{
|
258 |
+
"hash": "d8691b4d16",
|
259 |
+
"name": "deliberate_v11",
|
260 |
+
"type": "model"
|
261 |
+
}
|
262 |
+
],
|
263 |
+
"Model hash": "d8691b4d16",
|
264 |
+
"negativePrompt": "far away, black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome,"
|
265 |
+
},
|
266 |
+
"generationProcess": "txt2img",
|
267 |
+
"needsReview": false,
|
268 |
+
"tags": [
|
269 |
+
{
|
270 |
+
"tag": {
|
271 |
+
"id": 508,
|
272 |
+
"name": "blonde",
|
273 |
+
"isCategory": false
|
274 |
+
},
|
275 |
+
"automated": true
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"tag": {
|
279 |
+
"id": 5484,
|
280 |
+
"name": "face",
|
281 |
+
"isCategory": false
|
282 |
+
},
|
283 |
+
"automated": true
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"tag": {
|
287 |
+
"id": 4211,
|
288 |
+
"name": "happy",
|
289 |
+
"isCategory": false
|
290 |
+
},
|
291 |
+
"automated": true
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"tag": {
|
295 |
+
"id": 7626,
|
296 |
+
"name": "head",
|
297 |
+
"isCategory": false
|
298 |
+
},
|
299 |
+
"automated": true
|
300 |
+
},
|
301 |
+
{
|
302 |
+
"tag": {
|
303 |
+
"id": 7802,
|
304 |
+
"name": "hair",
|
305 |
+
"isCategory": false
|
306 |
+
},
|
307 |
+
"automated": true
|
308 |
+
},
|
309 |
+
{
|
310 |
+
"tag": {
|
311 |
+
"id": 66,
|
312 |
+
"name": "person",
|
313 |
+
"isCategory": false
|
314 |
+
},
|
315 |
+
"automated": true
|
316 |
+
},
|
317 |
+
{
|
318 |
+
"tag": {
|
319 |
+
"id": 5351,
|
320 |
+
"name": "child",
|
321 |
+
"isCategory": false
|
322 |
+
},
|
323 |
+
"automated": true
|
324 |
+
},
|
325 |
+
{
|
326 |
+
"tag": {
|
327 |
+
"id": 18,
|
328 |
+
"name": "girl",
|
329 |
+
"isCategory": false
|
330 |
+
},
|
331 |
+
"automated": true
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"tag": {
|
335 |
+
"id": 5772,
|
336 |
+
"name": "smile",
|
337 |
+
"isCategory": false
|
338 |
+
},
|
339 |
+
"automated": true
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"tag": {
|
343 |
+
"id": 5241,
|
344 |
+
"name": "photography",
|
345 |
+
"isCategory": true
|
346 |
+
},
|
347 |
+
"automated": true
|
348 |
+
},
|
349 |
+
{
|
350 |
+
"tag": {
|
351 |
+
"id": 1441,
|
352 |
+
"name": "portrait",
|
353 |
+
"isCategory": false
|
354 |
+
},
|
355 |
+
"automated": true
|
356 |
+
},
|
357 |
+
{
|
358 |
+
"tag": {
|
359 |
+
"id": 192,
|
360 |
+
"name": "female",
|
361 |
+
"isCategory": false
|
362 |
+
},
|
363 |
+
"automated": true
|
364 |
+
}
|
365 |
+
]
|
366 |
+
},
|
367 |
+
{
|
368 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d192b87-f792-4bbe-c6bb-3199c92ef900/width=450/88310",
|
369 |
+
"nsfw": false,
|
370 |
+
"width": 512,
|
371 |
+
"height": 768,
|
372 |
+
"hash": "UHKdeyXg00~UDg^%%hE2y?xtvzN0xmob-Ut8",
|
373 |
+
"meta": {
|
374 |
+
"Size": "512x768",
|
375 |
+
"seed": 3572240088,
|
376 |
+
"Model": "deliberate_v11",
|
377 |
+
"steps": 30,
|
378 |
+
"prompt": "Ang0ur13R1c3, hyper realistic photograph, detailed face, summer:: film grain, Kodak portra 800, f1.8, golden hour --ar 2:3 --beta --upbeta Ang0ur13R1c3",
|
379 |
+
"sampler": "DPM++ 2M Karras",
|
380 |
+
"cfgScale": 7,
|
381 |
+
"resources": [
|
382 |
+
{
|
383 |
+
"hash": "d8691b4d16",
|
384 |
+
"name": "deliberate_v11",
|
385 |
+
"type": "model"
|
386 |
+
}
|
387 |
+
],
|
388 |
+
"Model hash": "d8691b4d16",
|
389 |
+
"negativePrompt": "far away, black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome,"
|
390 |
+
},
|
391 |
+
"generationProcess": "txt2img",
|
392 |
+
"needsReview": false,
|
393 |
+
"tags": [
|
394 |
+
{
|
395 |
+
"tag": {
|
396 |
+
"id": 66,
|
397 |
+
"name": "person",
|
398 |
+
"isCategory": false
|
399 |
+
},
|
400 |
+
"automated": true
|
401 |
+
},
|
402 |
+
{
|
403 |
+
"tag": {
|
404 |
+
"id": 5351,
|
405 |
+
"name": "child",
|
406 |
+
"isCategory": false
|
407 |
+
},
|
408 |
+
"automated": true
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"tag": {
|
412 |
+
"id": 508,
|
413 |
+
"name": "blonde",
|
414 |
+
"isCategory": false
|
415 |
+
},
|
416 |
+
"automated": true
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"tag": {
|
420 |
+
"id": 7802,
|
421 |
+
"name": "hair",
|
422 |
+
"isCategory": false
|
423 |
+
},
|
424 |
+
"automated": true
|
425 |
+
},
|
426 |
+
{
|
427 |
+
"tag": {
|
428 |
+
"id": 5484,
|
429 |
+
"name": "face",
|
430 |
+
"isCategory": false
|
431 |
+
},
|
432 |
+
"automated": true
|
433 |
+
},
|
434 |
+
{
|
435 |
+
"tag": {
|
436 |
+
"id": 8677,
|
437 |
+
"name": "sleeve",
|
438 |
+
"isCategory": false
|
439 |
+
},
|
440 |
+
"automated": true
|
441 |
+
},
|
442 |
+
{
|
443 |
+
"tag": {
|
444 |
+
"id": 7626,
|
445 |
+
"name": "head",
|
446 |
+
"isCategory": false
|
447 |
+
},
|
448 |
+
"automated": true
|
449 |
+
},
|
450 |
+
{
|
451 |
+
"tag": {
|
452 |
+
"id": 5241,
|
453 |
+
"name": "photography",
|
454 |
+
"isCategory": true
|
455 |
+
},
|
456 |
+
"automated": true
|
457 |
+
},
|
458 |
+
{
|
459 |
+
"tag": {
|
460 |
+
"id": 1441,
|
461 |
+
"name": "portrait",
|
462 |
+
"isCategory": false
|
463 |
+
},
|
464 |
+
"automated": true
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"tag": {
|
468 |
+
"id": 4211,
|
469 |
+
"name": "happy",
|
470 |
+
"isCategory": false
|
471 |
+
},
|
472 |
+
"automated": true
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"tag": {
|
476 |
+
"id": 5772,
|
477 |
+
"name": "smile",
|
478 |
+
"isCategory": false
|
479 |
+
},
|
480 |
+
"automated": true
|
481 |
+
},
|
482 |
+
{
|
483 |
+
"tag": {
|
484 |
+
"id": 18,
|
485 |
+
"name": "girl",
|
486 |
+
"isCategory": false
|
487 |
+
},
|
488 |
+
"automated": true
|
489 |
+
},
|
490 |
+
{
|
491 |
+
"tag": {
|
492 |
+
"id": 8675,
|
493 |
+
"name": "long sleeve",
|
494 |
+
"isCategory": false
|
495 |
+
},
|
496 |
+
"automated": true
|
497 |
+
},
|
498 |
+
{
|
499 |
+
"tag": {
|
500 |
+
"id": 7890,
|
501 |
+
"name": "body part",
|
502 |
+
"isCategory": false
|
503 |
+
},
|
504 |
+
"automated": true
|
505 |
+
},
|
506 |
+
{
|
507 |
+
"tag": {
|
508 |
+
"id": 192,
|
509 |
+
"name": "female",
|
510 |
+
"isCategory": false
|
511 |
+
},
|
512 |
+
"automated": true
|
513 |
+
},
|
514 |
+
{
|
515 |
+
"tag": {
|
516 |
+
"id": 5193,
|
517 |
+
"name": "clothing",
|
518 |
+
"isCategory": false
|
519 |
+
},
|
520 |
+
"automated": true
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"tag": {
|
524 |
+
"id": 8613,
|
525 |
+
"name": "neck",
|
526 |
+
"isCategory": false
|
527 |
+
},
|
528 |
+
"automated": true
|
529 |
+
}
|
530 |
+
]
|
531 |
+
},
|
532 |
+
{
|
533 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bf2713b-458f-498e-437b-013ea05ff900/width=450/88309",
|
534 |
+
"nsfw": false,
|
535 |
+
"width": 512,
|
536 |
+
"height": 768,
|
537 |
+
"hash": "UJKdVc0300iu4,N2EM.8ysWAv#D%ISRk%MR.",
|
538 |
+
"meta": {
|
539 |
+
"Size": "512x768",
|
540 |
+
"seed": 647931610,
|
541 |
+
"Model": "deliberate_v11",
|
542 |
+
"steps": 30,
|
543 |
+
"prompt": "Ang0ur13R1c3, hyper realistic photograph, detailed face, smile, nudist, summer:: film grain, Kodak portra 800, f1.8, golden hour --ar 2:3 --beta --upbeta Ang0ur13R1c3",
|
544 |
+
"sampler": "DPM++ 2M Karras",
|
545 |
+
"cfgScale": 7,
|
546 |
+
"resources": [
|
547 |
+
{
|
548 |
+
"hash": "d8691b4d16",
|
549 |
+
"name": "deliberate_v11",
|
550 |
+
"type": "model"
|
551 |
+
}
|
552 |
+
],
|
553 |
+
"Model hash": "d8691b4d16",
|
554 |
+
"negativePrompt": "bangs, far away, black and white, disfigured, kitsch, ugly, oversaturated, grain, low-res, Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, extra nipples, Bra, far away shot, monochrome,"
|
555 |
+
},
|
556 |
+
"generationProcess": "txt2img",
|
557 |
+
"needsReview": false,
|
558 |
+
"tags": []
|
559 |
+
}
|
560 |
+
],
|
561 |
+
"downloadUrl": "https://civitai.com/api/download/models/9215"
|
562 |
+
}
|
embeddings/ang0ur13r1c3.preview.png
ADDED
![]() |
embeddings/anjelika.civitai.info
ADDED
@@ -0,0 +1,395 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": 18713,
|
3 |
+
"modelId": 15854,
|
4 |
+
"name": "v1",
|
5 |
+
"createdAt": "2023-03-05T02:08:52.946Z",
|
6 |
+
"updatedAt": "2023-03-08T00:35:18.348Z",
|
7 |
+
"trainedWords": [
|
8 |
+
"anjelika"
|
9 |
+
],
|
10 |
+
"baseModel": "SD 1.4",
|
11 |
+
"earlyAccessTimeFrame": 0,
|
12 |
+
"description": null,
|
13 |
+
"model": {
|
14 |
+
"name": "Anjelika (Krystal Boyd)",
|
15 |
+
"type": "TextualInversion",
|
16 |
+
"nsfw": false,
|
17 |
+
"poi": true
|
18 |
+
},
|
19 |
+
"files": [
|
20 |
+
{
|
21 |
+
"name": "anjelika.pt",
|
22 |
+
"id": 15686,
|
23 |
+
"sizeKB": 6.9345703125,
|
24 |
+
"type": "Model",
|
25 |
+
"format": "PickleTensor",
|
26 |
+
"pickleScanResult": "Success",
|
27 |
+
"pickleScanMessage": "No Pickle imports",
|
28 |
+
"virusScanResult": "Success",
|
29 |
+
"scannedAt": "2023-03-05T02:10:50.889Z",
|
30 |
+
"hashes": {
|
31 |
+
"AutoV2": "FE128739EE",
|
32 |
+
"SHA256": "FE128739EE407E87182BCF2354335366A631BA9F55E122BC9E44B5120D054B74",
|
33 |
+
"CRC32": "0F9DF1BA",
|
34 |
+
"BLAKE3": "3F8AE4F4C802139661B764C43CF81B809ABB813348C99622E0CADE6B6328A0EE"
|
35 |
+
},
|
36 |
+
"primary": true,
|
37 |
+
"downloadUrl": "https://civitai.com/api/download/models/18713"
|
38 |
+
}
|
39 |
+
],
|
40 |
+
"images": [
|
41 |
+
{
|
42 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c1a7bb4-c2b4-4a5e-416a-f03464887300/width=450/194288",
|
43 |
+
"nsfw": false,
|
44 |
+
"width": 512,
|
45 |
+
"height": 784,
|
46 |
+
"hash": "USF#{;-=_NNwIoD%D*M{NGozi^t8tlt7xut7",
|
47 |
+
"meta": {
|
48 |
+
"Size": "512x784",
|
49 |
+
"seed": 3177558626,
|
50 |
+
"Model": "chilloutmix_REALISH",
|
51 |
+
"steps": 40,
|
52 |
+
"prompt": "anjelika-4000 masterpiece, best quality, highest quality, cinematic lighting, (volumetric lighting), extremely detailed CG unity 8k wallpaper, focused, 8k wallpaper, 4k wallpaper, extremely detailed, ultra realistic, photorealistic, sharp focus, absurdres, (HDR:1.2), (high contrast), photograph, detailed and intricate, instagram, portrait, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, cinematic lighting, Style-Princess,",
|
53 |
+
"sampler": "Euler a",
|
54 |
+
"cfgScale": 7,
|
55 |
+
"resources": [
|
56 |
+
{
|
57 |
+
"hash": "fc2511737a",
|
58 |
+
"name": "chilloutmix_REALISH",
|
59 |
+
"type": "model"
|
60 |
+
}
|
61 |
+
],
|
62 |
+
"Model hash": "fc2511737a",
|
63 |
+
"negativePrompt": "lowres, bad anatomy, bad hands out of frame, two heads, totem pole, several faces, extra fingers, mutated hands, (poorly drawn hands:1.21), (poorly drawn face:1.21), (mutation:1.331), (deformed:1.331), (ugly:1.21), blurry, (bad anatomy:1.21), (bad proportions:1.331), (extra limbs:1.21), cloned face, (anime:1.331), (skinny:1.331), glitchy, makeup, (((large breasts))) (spread legs) squatted ((clip through table)) adherent bodies slimy bodies, (badly visible legs), mutated legs, deformed legs, bad legs, out of frame, two heads, totem pole, several faces, extra fingers, mutated hands, extra hands, extra feet, (poorly drawn hands:1.21), (poorly drawn face:1.21), (mutation:1.331), (deformed:1.331), (ugly:1.21), blurry, (bad anatomy:1.21), (bad proportions:1.331), (extra limbs:1.21), cloned face, (anime:1.331), (skinny:1.331), glitchy, saturated colors, distorted fingers, oversaturation, (",
|
64 |
+
"Face restoration": "GFPGAN"
|
65 |
+
},
|
66 |
+
"generationProcess": "txt2img",
|
67 |
+
"needsReview": false,
|
68 |
+
"tags": []
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a96e064-a52a-49d5-5be7-e6dde4409c00/width=450/194303",
|
72 |
+
"nsfw": false,
|
73 |
+
"width": 512,
|
74 |
+
"height": 784,
|
75 |
+
"hash": "UBHUI90200~A9r^k0LS~?Z%2-V9aTHIoIU-o",
|
76 |
+
"meta": {
|
77 |
+
"Size": "512x784",
|
78 |
+
"seed": 4070226769,
|
79 |
+
"Model": "deliberate_v11_SEMIREAL",
|
80 |
+
"steps": 40,
|
81 |
+
"prompt": "anjelika-4000 Style-Empire, 1girl, corset, cinematic, (portrait), sideface, foreshortening, breasts, cleavage, ((detailed face, beautiful face, full makeup)), full_body, high_heels, long_hair, solo, depth_of_field, outdoors, realistic,(medium), photorealistic, (ultra-detailed:1.2), ((high ornamented dress)), detailed light, HDR, Empire_dress",
|
82 |
+
"sampler": "Euler a",
|
83 |
+
"cfgScale": 7,
|
84 |
+
"resources": [
|
85 |
+
{
|
86 |
+
"hash": "d8691b4d16",
|
87 |
+
"name": "deliberate_v11_SEMIREAL",
|
88 |
+
"type": "model"
|
89 |
+
}
|
90 |
+
],
|
91 |
+
"Model hash": "d8691b4d16",
|
92 |
+
"negativePrompt": "deformed, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, disgusting, poorly drawn hands, missing limb, floating limbs, disconnected limbs, malformed hands, blurry, ((((mutated hands and fingers)))), watermark, watermarked, oversaturated, censored, distorted hands, amputation, missing hands, obese, doubled face, double hands, (((two women)))",
|
93 |
+
"Face restoration": "GFPGAN"
|
94 |
+
},
|
95 |
+
"generationProcess": "txt2img",
|
96 |
+
"needsReview": false,
|
97 |
+
"tags": []
|
98 |
+
},
|
99 |
+
{
|
100 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7905f71e-9e1d-4955-7868-f8c6fb3ccc00/width=450/194302",
|
101 |
+
"nsfw": false,
|
102 |
+
"width": 512,
|
103 |
+
"height": 784,
|
104 |
+
"hash": "UHI4hR~B564:k?9aS54;?uRjV[%20gIU-pxu",
|
105 |
+
"meta": {
|
106 |
+
"Size": "512x784",
|
107 |
+
"seed": 801058233,
|
108 |
+
"Model": "deliberate_v11_SEMIREAL",
|
109 |
+
"steps": 40,
|
110 |
+
"prompt": "photo of anjelika-4000, (front to camera), detailed european face, (aspiring facial expression), (((steampunk style close))), ((steampunk city on the background)), RAW, analog style, ultra detailed photograph, cinematic lighting, artstation, 4k, sharp focus, high resolution, detailed skin, detailed eyes,",
|
111 |
+
"sampler": "Euler a",
|
112 |
+
"cfgScale": 7,
|
113 |
+
"resources": [
|
114 |
+
{
|
115 |
+
"hash": "d8691b4d16",
|
116 |
+
"name": "deliberate_v11_SEMIREAL",
|
117 |
+
"type": "model"
|
118 |
+
}
|
119 |
+
],
|
120 |
+
"Model hash": "d8691b4d16",
|
121 |
+
"negativePrompt": "deformed, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, disgusting, poorly drawn hands, missing limb, floating limbs, disconnected limbs, malformed hands, blurry, ((((mutated hands and fingers)))), watermark, watermarked, oversaturated, censored, distorted hands, amputation, missing hands, obese, doubled face, double hands, (((two women)))",
|
122 |
+
"Face restoration": "GFPGAN"
|
123 |
+
},
|
124 |
+
"generationProcess": "txt2img",
|
125 |
+
"needsReview": false,
|
126 |
+
"tags": []
|
127 |
+
},
|
128 |
+
{
|
129 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5d1128a-5ef6-48d2-d693-62089ec11b00/width=450/194301",
|
130 |
+
"nsfw": false,
|
131 |
+
"width": 512,
|
132 |
+
"height": 784,
|
133 |
+
"hash": "UCHT$|K8B:_2Kj~BFf?H0Mtkrr4;0fI:?G$%",
|
134 |
+
"meta": {
|
135 |
+
"Size": "512x784",
|
136 |
+
"seed": 1475698357,
|
137 |
+
"Model": "chilloutmix_REALISH",
|
138 |
+
"steps": 40,
|
139 |
+
"prompt": "portrait photo of anjelika-4000 beautiful woman hair updo upsweep nightclub sitting at bar (masterpiece) (best quality) (detailed) (8k) (HDR) (wallpaper) (cinematic lighting) (sharp focus) (intricate)",
|
140 |
+
"sampler": "Euler a",
|
141 |
+
"cfgScale": 7,
|
142 |
+
"resources": [
|
143 |
+
{
|
144 |
+
"hash": "fc2511737a",
|
145 |
+
"name": "chilloutmix_REALISH",
|
146 |
+
"type": "model"
|
147 |
+
}
|
148 |
+
],
|
149 |
+
"Model hash": "fc2511737a",
|
150 |
+
"negativePrompt": "((naked, nsfw, nude)), ((bad art)), ((deformed)),((extra limbs)),((close up)),((b&w)), wierd colors, blurry, (((duplicate))), ((morbid)), ((mutilated)), [out of frame], extra fingers, mutated hands, ((poorly drawn hands)), ((poorly drawn face)), (((mutation))), (((deformed))), ((ugly)), blurry, ((bad anatomy)), (((bad proportions))), ((extra limbs)), cloned face, (((disfigured))), out of frame, ugly, extra limbs, (bad anatomy), gross proportions, (malformed limbs), ((missing arms)), ((missing legs)), (((extra arms))), (((extra legs))), mutated hands, (fused fingers), (too many fingers), (((long neck))), Photoshop, video game, ugly, tiling, poorly drawn hands, poorly drawn feet, poorly drawn face, out of frame, mutation, mutated, extra limbs, extra legs, extra arms, disfigured, deformed, cross-eye, body out of frame, blurry, bad art, bad anatomy, 3d render,child,",
|
151 |
+
"Face restoration": "GFPGAN"
|
152 |
+
},
|
153 |
+
"generationProcess": "txt2img",
|
154 |
+
"needsReview": false,
|
155 |
+
"tags": []
|
156 |
+
},
|
157 |
+
{
|
158 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eaefce4d-85b6-45c0-4f0d-56513d7f2a00/width=450/194298",
|
159 |
+
"nsfw": false,
|
160 |
+
"width": 512,
|
161 |
+
"height": 784,
|
162 |
+
"hash": "U6Gb6c*J01?b00ZhX-Nt%g=|4T9Z%ME2sC^+",
|
163 |
+
"meta": {
|
164 |
+
"Size": "512x784",
|
165 |
+
"seed": 3529291259,
|
166 |
+
"Model": "chilloutmix_REALISH",
|
167 |
+
"steps": 40,
|
168 |
+
"prompt": "anjelika-4000 is a princess, masterpiece, best quality, highest quality, cinematic lighting, (volumetric lighting), extremely detailed CG unity 8k wallpaper, focused, 8k wallpaper, 4k wallpaper, extremely detailed, ultra realistic, photorealistic, sharp focus, absurdres, (HDR:1.2), (high contrast), photograph, detailed and intricate, instagram, portrait, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, cinematic lighting, Style-Princess,",
|
169 |
+
"sampler": "Euler a",
|
170 |
+
"cfgScale": 7,
|
171 |
+
"resources": [
|
172 |
+
{
|
173 |
+
"hash": "fc2511737a",
|
174 |
+
"name": "chilloutmix_REALISH",
|
175 |
+
"type": "model"
|
176 |
+
}
|
177 |
+
],
|
178 |
+
"Model hash": "fc2511737a",
|
179 |
+
"negativePrompt": "lowres, bad anatomy, bad hands out of frame, two heads, totem pole, several faces, extra fingers, mutated hands, (poorly drawn hands:1.21), (poorly drawn face:1.21), (mutation:1.331), (deformed:1.331), (ugly:1.21), blurry, (bad anatomy:1.21), (bad proportions:1.331), (extra limbs:1.21), cloned face, (anime:1.331), (skinny:1.331), glitchy, makeup, (((large breasts))) (spread legs) squatted ((clip through table)) adherent bodies slimy bodies, (badly visible legs), mutated legs, deformed legs, bad legs, out of frame, two heads, totem pole, several faces, extra fingers, mutated hands, extra hands, extra feet, (poorly drawn hands:1.21), (poorly drawn face:1.21), (mutation:1.331), (deformed:1.331), (ugly:1.21), blurry, (bad anatomy:1.21), (bad proportions:1.331), (extra limbs:1.21), cloned face, (anime:1.331), (skinny:1.331), glitchy, saturated colors, distorted fingers, oversaturation, (",
|
180 |
+
"Face restoration": "GFPGAN"
|
181 |
+
},
|
182 |
+
"generationProcess": "txt2img",
|
183 |
+
"needsReview": false,
|
184 |
+
"tags": []
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a6cb27d-cde8-4805-2cb7-345eab622d00/width=450/194297",
|
188 |
+
"nsfw": false,
|
189 |
+
"width": 512,
|
190 |
+
"height": 784,
|
191 |
+
"hash": "U8HBue~p00-;~A~W?v~p00NG0KWB000L%34.",
|
192 |
+
"meta": {
|
193 |
+
"Size": "512x784",
|
194 |
+
"seed": 1516731966,
|
195 |
+
"Model": "projectUnrealEngine5B_REAL-ISH",
|
196 |
+
"steps": 40,
|
197 |
+
"prompt": "modelshoot style, anjelika-4000 (extremely detailed 8k wallpaper), masterpiece, best quality, ((intricate detail)), highres, ((drawn)), (((realism))), (steampunk:1.4), ((full body)), (beautiful young flight attendant), skin pores, ((perfect face)), (deep eyes) (detailed pupils), ((detailed hands)), ((detailed fingers)), (spread legs), (white gloves), (tight bodice:1.2), (blue long skirt:1.2), (white shirt :1.3), (skindentation:1.2), (skirt lift:1.3), (bloomers:1.3), stockings, (white thigh boots), aroused, (airplane interior background), cinematic lighting, (tone mapped), ((outline))",
|
198 |
+
"sampler": "Euler a",
|
199 |
+
"cfgScale": 7,
|
200 |
+
"Mask blur": "4",
|
201 |
+
"resources": [
|
202 |
+
{
|
203 |
+
"hash": "748ff6eab2",
|
204 |
+
"name": "projectUnrealEngine5B_REAL-ISH",
|
205 |
+
"type": "model"
|
206 |
+
}
|
207 |
+
],
|
208 |
+
"Model hash": "748ff6eab2",
|
209 |
+
"negativePrompt": "lowres, bad anatomy, (((duplicate))), (bad hands), (((text))), error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, blurry, artist name, censored, (closeup) (poorly drawn face), (bad face), ugly, deformed, mutated, extra limbs, missing limbs, male, unibrow, monochrome, (((3d))), (simple background), (poorly drawn hands), elf, fat, [multiple views], render, (((out of frame))), zoomed in, (feet out of frame) nude, naked, NSFW",
|
210 |
+
"Face restoration": "GFPGAN",
|
211 |
+
"Denoising strength": "0.6"
|
212 |
+
},
|
213 |
+
"generationProcess": "inpainting",
|
214 |
+
"needsReview": false,
|
215 |
+
"tags": []
|
216 |
+
},
|
217 |
+
{
|
218 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9c4b672-e779-419b-a98c-903ed8bed000/width=450/194296",
|
219 |
+
"nsfw": false,
|
220 |
+
"width": 512,
|
221 |
+
"height": 784,
|
222 |
+
"hash": "UOMP]^Ng.8v}VXV??aRP*0t6RkbH?at8xvIU",
|
223 |
+
"meta": {
|
224 |
+
"Size": "512x784",
|
225 |
+
"seed": 3568209341,
|
226 |
+
"Model": "projectUnrealEngine5B_REAL-ISH",
|
227 |
+
"steps": 40,
|
228 |
+
"prompt": "piercing eyes, looking straight, a 20 year old cute anjelika-4000, long wavy hair, wearing an off-shoulder sweater, choker, closeup portrait, in a outdoor cafe in 2015, afternoon light",
|
229 |
+
"sampler": "Euler a",
|
230 |
+
"cfgScale": 7,
|
231 |
+
"Mask blur": "4",
|
232 |
+
"resources": [
|
233 |
+
{
|
234 |
+
"hash": "748ff6eab2",
|
235 |
+
"name": "projectUnrealEngine5B_REAL-ISH",
|
236 |
+
"type": "model"
|
237 |
+
}
|
238 |
+
],
|
239 |
+
"Model hash": "748ff6eab2",
|
240 |
+
"negativePrompt": "(greyscale:1.2), paintings, sketches, (worst quality:2), (low quality:2), (normal quality:2), lowres, normal quality, ((monochrome)), ((grayscale))",
|
241 |
+
"Face restoration": "GFPGAN",
|
242 |
+
"Denoising strength": "0.6"
|
243 |
+
},
|
244 |
+
"generationProcess": "inpainting",
|
245 |
+
"needsReview": false,
|
246 |
+
"tags": []
|
247 |
+
},
|
248 |
+
{
|
249 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e8da922-eb03-48fb-580f-b587e1973000/width=450/194294",
|
250 |
+
"nsfw": false,
|
251 |
+
"width": 512,
|
252 |
+
"height": 784,
|
253 |
+
"hash": "UEH_3]0:ui%NTeV@WXMd0fVD-A9F02?HxZ%M",
|
254 |
+
"meta": {
|
255 |
+
"Size": "512x784",
|
256 |
+
"seed": 337132111,
|
257 |
+
"Model": "chilloutmix_REALISH",
|
258 |
+
"steps": 40,
|
259 |
+
"prompt": "portrait photo of anjelika-4000 beautiful woman hair updo upsweep nightclub sitting at bar (masterpiece) (best quality) (detailed) (8k) (HDR) (wallpaper) (cinematic lighting) (sharp focus) (intricate)",
|
260 |
+
"sampler": "Euler a",
|
261 |
+
"cfgScale": 7,
|
262 |
+
"resources": [
|
263 |
+
{
|
264 |
+
"hash": "fc2511737a",
|
265 |
+
"name": "chilloutmix_REALISH",
|
266 |
+
"type": "model"
|
267 |
+
}
|
268 |
+
],
|
269 |
+
"Model hash": "fc2511737a",
|
270 |
+
"negativePrompt": "canvas frame, cartoon, 3d, ((disfigured)), ((bad art)), ((deformed)),((extra limbs)),((close up)),((b&w)), wierd colors, blurry, (((duplicate))), ((morbid)), ((mutilated)), [out of frame], extra fingers, mutated hands, ((poorly drawn hands)), ((poorly drawn face)), (((mutation))), (((deformed))), ((ugly)), blurry, ((bad anatomy)), (((bad proportions))), ((extra limbs)), cloned face, (((disfigured))), out of frame, ugly, extra limbs, (bad anatomy), gross proportions, (malformed limbs), ((missing arms)), ((missing legs)), (((extra arms))), (((extra legs))), mutated hands, (fused fingers), (too many fingers), (((long neck))), Photoshop, video game, ugly, tiling, poorly drawn hands, poorly drawn feet, poorly drawn face, out of frame, mutation, mutated, extra limbs, extra legs, extra arms, disfigured, deformed, cross-eye, body out of frame, blurry, bad art, bad anatomy, 3d render,child,",
|
271 |
+
"Face restoration": "GFPGAN"
|
272 |
+
},
|
273 |
+
"generationProcess": "txt2img",
|
274 |
+
"needsReview": false,
|
275 |
+
"tags": []
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79c00422-0b01-4fa5-de3b-af9153507100/width=450/194292",
|
279 |
+
"nsfw": false,
|
280 |
+
"width": 512,
|
281 |
+
"height": 784,
|
282 |
+
"hash": "ULJ@XY-pKz?aIrx[IWOC~px]OZj[FY^+xsbc",
|
283 |
+
"meta": {
|
284 |
+
"Size": "512x784",
|
285 |
+
"seed": 2229610726,
|
286 |
+
"Model": "chilloutmix_REALISH",
|
287 |
+
"steps": 40,
|
288 |
+
"prompt": "photo of a young anjelika-4000l, dynamic posture, slender physique, pouty, teasing smirk, (extremely detailed:1.3), (tight crop top:1.3), (slutty makeup:1.3), small, petite, lipstick, (detailed eyes), highres, realistic lighting,, choker, (sexy clothes:1.2), (background in public park:1.2), (sunny:1.3), (tribal tattoo:1.3)",
|
289 |
+
"sampler": "Euler a",
|
290 |
+
"cfgScale": 7,
|
291 |
+
"resources": [
|
292 |
+
{
|
293 |
+
"hash": "fc2511737a",
|
294 |
+
"name": "chilloutmix_REALISH",
|
295 |
+
"type": "model"
|
296 |
+
}
|
297 |
+
],
|
298 |
+
"Model hash": "fc2511737a",
|
299 |
+
"negativePrompt": "(((nsfw, nudity, naked))),blurry, low resolution, low quality, out of focus, painting, cartoon, 3d, cgi, digital art, masculine, ugly, old, (adult:0.5), tall, deformed, disfigured, missing limbs, extra limbs, messy hair, curly hair, (piercings:1.2), nude, nsfw, monochrome, multiple faces",
|
300 |
+
"Face restoration": "GFPGAN"
|
301 |
+
},
|
302 |
+
"generationProcess": "txt2img",
|
303 |
+
"needsReview": false,
|
304 |
+
"tags": []
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77e667b0-af26-4cc6-69ea-18b7381a8f00/width=450/194291",
|
308 |
+
"nsfw": false,
|
309 |
+
"width": 512,
|
310 |
+
"height": 784,
|
311 |
+
"hash": "UXIX,H.84.IU~qkCRj%2I:j]RPV@V@azE1M_",
|
312 |
+
"meta": {
|
313 |
+
"Size": "512x784",
|
314 |
+
"seed": 2753187168,
|
315 |
+
"Model": "refined_V10-REAL",
|
316 |
+
"steps": 40,
|
317 |
+
"prompt": "modelshoot style, anjelika-4000 (extremely detailed 8k wallpaper), masterpiece, best quality, ((intricate detail)), highres, ((drawn)), (((realism))), (steampunk:1.4), ((full body)), (beautiful young flight attendant), skin pores, ((perfect face)), (deep eyes) (detailed pupils), ((detailed hands)), ((detailed fingers)), (spread legs), (white gloves), (tight bodice:1.2), (blue long skirt:1.2), (white shirt :1.3), (skindentation:1.2), (skirt lift:1.3), (bloomers:1.3), stockings, (white thigh boots), aroused, (airplane interior background), cinematic lighting, (tone mapped), ((outline))",
|
318 |
+
"sampler": "Euler a",
|
319 |
+
"cfgScale": 7,
|
320 |
+
"resources": [
|
321 |
+
{
|
322 |
+
"hash": "aea6de79d6",
|
323 |
+
"name": "refined_V10-REAL",
|
324 |
+
"type": "model"
|
325 |
+
}
|
326 |
+
],
|
327 |
+
"Model hash": "aea6de79d6",
|
328 |
+
"negativePrompt": "lowres, bad anatomy, (((duplicate))), (bad hands), (((text))), error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, blurry, artist name, censored, (closeup) (poorly drawn face), (bad face), ugly, deformed, mutated, extra limbs, missing limbs, male, unibrow, monochrome, (((3d))), (simple background), (poorly drawn hands), elf, fat, [multiple views], render, (((out of frame))), zoomed in, (feet out of frame) nude, naked, NSFW",
|
329 |
+
"Face restoration": "GFPGAN"
|
330 |
+
},
|
331 |
+
"generationProcess": "txt2img",
|
332 |
+
"needsReview": false,
|
333 |
+
"tags": []
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3eb609e-ed17-4a97-1f9e-2c47f9b49f00/width=450/194290",
|
337 |
+
"nsfw": false,
|
338 |
+
"width": 512,
|
339 |
+
"height": 784,
|
340 |
+
"hash": "UAEV7+_NNZ00Ir$z57M{0LM{$*~BEMI;-TNI",
|
341 |
+
"meta": {
|
342 |
+
"Size": "512x784",
|
343 |
+
"seed": 2921687853,
|
344 |
+
"Model": "deliberate_v11_SEMIREAL",
|
345 |
+
"steps": 40,
|
346 |
+
"prompt": "anjelika-4000 is a princess, masterpiece, best quality, highest quality, cinematic lighting, (volumetric lighting), extremely detailed CG unity 8k wallpaper, focused, 8k wallpaper, 4k wallpaper, extremely detailed, ultra realistic, photorealistic, sharp focus, absurdres, (HDR:1.2), (high contrast), photograph, detailed and intricate, instagram, portrait, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, cinematic lighting, Style-Princess,",
|
347 |
+
"sampler": "Euler a",
|
348 |
+
"cfgScale": 7,
|
349 |
+
"resources": [
|
350 |
+
{
|
351 |
+
"hash": "d8691b4d16",
|
352 |
+
"name": "deliberate_v11_SEMIREAL",
|
353 |
+
"type": "model"
|
354 |
+
}
|
355 |
+
],
|
356 |
+
"Model hash": "d8691b4d16",
|
357 |
+
"negativePrompt": "lowres, bad anatomy, bad hands out of frame, two heads, totem pole, several faces, extra fingers, mutated hands, (poorly drawn hands:1.21), (poorly drawn face:1.21), (mutation:1.331), (deformed:1.331), (ugly:1.21), blurry, (bad anatomy:1.21), (bad proportions:1.331), (extra limbs:1.21), cloned face, (anime:1.331), (skinny:1.331), glitchy, makeup, (((large breasts))) (spread legs) squatted ((clip through table)) adherent bodies slimy bodies, (badly visible legs), mutated legs, deformed legs, bad legs, out of frame, two heads, totem pole, several faces, extra fingers, mutated hands, extra hands, extra feet, (poorly drawn hands:1.21), (poorly drawn face:1.21), (mutation:1.331), (deformed:1.331), (ugly:1.21), blurry, (bad anatomy:1.21), (bad proportions:1.331), (extra limbs:1.21), cloned face, (anime:1.331), (skinny:1.331), glitchy, saturated colors, distorted fingers, oversaturation, (",
|
358 |
+
"Face restoration": "GFPGAN"
|
359 |
+
},
|
360 |
+
"generationProcess": "txt2img",
|
361 |
+
"needsReview": false,
|
362 |
+
"tags": []
|
363 |
+
},
|
364 |
+
{
|
365 |
+
"url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18902ab9-44d3-4d30-2f64-11b3bad42900/width=450/194289",
|
366 |
+
"nsfw": false,
|
367 |
+
"width": 512,
|
368 |
+
"height": 784,
|
369 |
+
"hash": "UQG*f=~B$}WT-pkDS5R+x[xtxZxtI;NGaf%2",
|
370 |
+
"meta": {
|
371 |
+
"Size": "512x784",
|
372 |
+
"seed": 3352411561,
|
373 |
+
"Model": "deliberate_v11_SEMIREAL",
|
374 |
+
"steps": 40,
|
375 |
+
"prompt": "photo of anjelika-4000, (front to camera), detailed european face, (sexy facial expression), (((steampunk style close))), ((steampunk city on the background)), RAW, analog style, ultra detailed photograph, cinematic lighting, artstation, 4k, sharp focus, high resolution, detailed skin, detailed eyes,",
|
376 |
+
"sampler": "Euler a",
|
377 |
+
"cfgScale": 7,
|
378 |
+
"resources": [
|
379 |
+
{
|
380 |
+
"hash": "d8691b4d16",
|
381 |
+
"name": "deliberate_v11_SEMIREAL",
|
382 |
+
"type": "model"
|
383 |
+
}
|
384 |
+
],
|
385 |
+
"Model hash": "d8691b4d16",
|
386 |
+
"negativePrompt": "deformed, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, disgusting, poorly drawn hands, missing limb, floating limbs, disconnected limbs, malformed hands, blurry, ((((mutated hands and fingers)))), watermark, watermarked, oversaturated, censored, distorted hands, amputation, missing hands, obese, doubled face, double hands, (((two women)))",
|
387 |
+
"Face restoration": "GFPGAN"
|
388 |
+
},
|
389 |
+
"generationProcess": "txt2img",
|
390 |
+
"needsReview": false,
|
391 |
+
"tags": []
|
392 |
+
}
|
393 |
+
],
|
394 |
+
"downloadUrl": "https://civitai.com/api/download/models/18713"
|
395 |
+
}
|
embeddings/anjelika.preview.png
ADDED
![]() |
embeddings/anjelika.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe128739ee407e87182bcf2354335366a631ba9f55e122bc9e44b5120d054b74
|
3 |
+
size 7101
|
embeddings/ann3hathawa72.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:698424bdb0211704c51176aef1b1c44e0a4fb7fff05feac76caa43c0afa72bd8
|
3 |
+
size 3840
|