/aiwg/ AI Waifu General Colab Guide (I'm terrible at writing guides edition)

Image description

  • Collab is kind of unstable while running it. Sometimes things will just crash and you'll have to restart everything. Make sure to save the file separately, with your changes. Most of times, restarting the Start Stable Diffusion Web UI cell works though.
  • You can also just refresh the page if it seems the generation stopped happening and no error happened.

This is a simplified guide made by someone who can't explain things right. However, if you're interested on the topic of what are those models, Stable Diffusion, LORAs, etc, you can go on Stable Diffusion general on /g/ or go https://rentry.org/sdg-link for the long stuff.

To get started, open the following link in your browser: https://colab.research.google.com/github/Linaqruf/sd-notebook-collection/blob/main/cagliostro-colab-ui.ipynb. Once you have the notebook open, you'll need to add some custom URLs for the models you'll be using on Custom Download Corner cell. Copypaste the suggested ones below or search them anywhere (Civitai, HuggingFace, etc).

custom_model_url section:

https://civitai.com/api/download/models/30163, https://civitai.com/api/download/models/25644, https://civitai.com/api/download/models/25472, https://civitai.com/api/download/models/44686

custom_vae_url section:

https://huggingface.co/hakurei/waifu-diffusion-v1-4/blob/main/vae/kl-f8-anime2.ckpt, https://huggingface.co/samle/sd-webui-models/resolve/main/pastel-waifu-diffusion.vae.pt

custom_LoRA_url section:

https://civitai.com/api/download/models/18043, https://civitai.com/api/download/models/15603, https://civitai.com/api/download/models/18765

custom_embedding_url

https://huggingface.co/datasets/gsdf/EasyNegative/resolve/main/EasyNegative.safetensors, https://huggingface.co/AsciiP/badhandv4/blob/main/badhandv4.pt, https://huggingface.co/datasets/Nerfgun3/bad_prompt/blob/main/bad_prompt_version2.pt

Once you've added these URLs, you can run the cells at order as below

  • Install webui
    Imgur
  • Download standard models and vae
    Imgur
  • Install Controlnet
    Imgur
  • Install custom stuff (as given above)
    Imgur
  • Run cagliostro web ui
    Imgur
  • Once it runs, some urls will appear. You can click on the one whose the colab recommends the most in order (ngrok > gradio > cloudflared > remotemoe > localhostrun > googleusercontent).
  • If you want better stability during your gens, I recommend running as ngrok. You'll need to create an account though.

If you want more information about prompts and other details, check them out.

If you feel lost on what to gen, or how to gen, start easy. Try to gen the girl design first and later try different poses and situations.
Below are a piece of the models I'm playing around and prompts.

Hornette Donusteel (on cockpit)

Image description

  • Positive prompt:
    1
    2
    3
    4
    5
    6
    7
    8
    <lora:SecretSauce610-fp16-pruned:0.3>, 
    <lora:Light and Shadow:0.5>, 
    <lora:blacklight:0.5>,
    
    [[INSERT YOUR WAIFU PROMPTS HERE]]
    
    (cockpit, piloting, spacecraft, sitting, thighs, straight-on, airplane interior, cable, wire, seat:1.5),
    (purple theme, orange theme, rain, storm, thunder:1.4), (patterns),
    
  • Negative prompt:
    (worst quality, low quality:1.4)
    
  • Settings:
    Steps: 22, 
    Sampler: DPM++ 2M Karras, 
    CFG scale: 7, 
    Seed: 1414689898, 
    Size: 768x768, 
    Model: velaMix_Version1, 
    Denoising strength: 0.55, 
    Clip skip: 2, 
    Hires upscale: 1.5, 
    Hires steps: 10, 
    Hires upscaler: SwinIR 4x
    

Gorg (high contrasted)

Image description

  • Positive prompt:
    1
    2
    3
    4
    [[INSERT YOUR WAIFU PROMPTS HERE]]
    
    (bright pupils, outline, high contrast, neon trim, neon palette, black background:1.5), (musical note, music, shaded face:1.3), 
    (((pixel art))), sprite, retro, (retro videogame), 
    
  • Negative prompt:
    (worst quality, low quality, multiple girls, 2girls:1.4), easynegative, 
    
  • Settings:
    1
    2
    3
    4
    5
    6
    7
    Steps: 22, 
    Sampler: DPM++ 2M Karras, 
    CFG scale: 7, 
    Seed: 1993881507, 
    Size: 768x768, 
    Model: bluemixTMNDEnhanced_v10, 
    Clip skip: 2
    
Edit
Pub: 21 Apr 2023 19:03 UTC
Edit: 24 Jun 2023 22:43 UTC
Views: 1534