You will need a model; which one you go for is entirely up to you. Renaming it/them is optional. The model used will determine the aesthetic of what it generates and every model has different capabilities. The ones suggested on Rentry are
not required, though again you will need at least one model for Stable Diffusion/the AI art generation system to work. There's lots of models everywhere and
You must be registered to see the links
is a pretty decent repository.
Things to keep in mind:
- The ability to generate NSFW stuff varies greatly between models; some do it at the drop of a hat, others need to be finagled to do so. Given how it will be pregmod generating the prompts and not you, pick a model that's geared towards lewdity if you can.
- Avoid any and all XL models - I don't know your hardware and setup, you most likely don't know what you're doing with the AI system so let's just not touch that.
- LoRAs/Lycoris are NOT what you want; they are tiny models designed to do specific things. The models you want are also called checkpoints, have file extension .safetensors and are generally 2-6 GB in size.
- Do you want anime, cartoon or realistic titties? Models tend to be aimed towards a specific aesthetic, so keep that in mind when choosing one. I can make a few suggestions for anime and realistic models if needed.
- Slaves in Free Cities can vary greatly in appearance and ethnicity and many models are not very good at differentiating between ethnicities. If that matters to you it's something to be aware of.
Awesome. Thanks! I got the AI to work, it opens a
You must be registered to see the links
and allows me to generate images. When I go into free cities and enter that link into image generation it still remains blank.
I copied the webui-user.bat and added the line set to:
COMMANDLINE_ARGS=--listen --port=7860 --api --enable-insecure-extension-access --cors-allow-origins *
and
COMMANDLINE_ARGS=--listen --port=7860 --api --enable-insecure-extension-access --cors-allow-origins
And receive this error in the renamed edited startup file
launch.py: error: argument --cors-allow-origins: expected one argument
Press any key to continue . . .
When I use saitamas line of it gives me this error:
OSError: Cannot find empty port in range: 7860-7860. You can specify a different port by setting the GRADIO_SERVER_PORT environment variable or passing the `server_port` parameter to `launch()`.
Creating model from config: C:\Users\Owner\Downloads\stable-diffusion-webui\repositories\generative-models\configs\inference\sd_xl_base.yaml
C:\Users\Owner\Downloads\stable-diffusion-webui\venv\lib\site-packages\huggingface_hub\file_download.py:1132: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
warnings.warn(
When I wait it comes to:
Applying attention optimization: Doggettx... done.
Model loaded in 162.0s (load weights from disk: 1.2s, create model: 0.8s, apply weights to model: 115.6s, apply half(): 11.0s, apply dtype to VAE: 4.2s, load VAE: 0.3s, load weights from state dict: 0.8s, move model to device: 9.9s, hijack: 12.7s, load textual inversion embeddings: 2.2s, calculate empty prompt: 3.4s).
Press any key to continue . . .
And I press any key and it just closes the window
Whats left to do?