Model Store — SD Library

Find checkpoints & ControlNet models, download from the publisher, drop into A1111 folders, refresh — and generate.

Overview

CloudDock’s Model Store SD Center lists popular checkpoints and ControlNet models. Each card takes you to the official publisher page. Download there, then place the file into your A1111 folder. Finally, refresh model lists in A1111.

Base path: /home/clouddock/stable-diffusion-webui/

CloudDock App Store — SD library landing
Model Store (SD Library) — browse checkpoints and ControlNet models.
Model card linking to publisher page
Click a model card → you’ll be taken to the official publisher’s page.

What you can install

  • Checkpoints — base models (SD 1.5 / SDXL families). File type: .safetensors (recommended).
  • ControlNet models — ControlNet weights (e.g., canny, openpose, depth, etc.).

Note: Some publishers require a login/token to download. Respect licenses and terms.

Install in 3 minutes

  1. Open App Store → SD Library, pick a model card, and click to open the publisher page.
  2. Download the model file (.safetensors recommended).
  3. Place the file into your A1111 folder paths below.
  4. In A1111, hit the refresh buttons (or “Reload UI”) so the model shows up.

A1111 folder paths

Base: /home/clouddock/stable-diffusion-webui/

  • Checkpoints: models/Stable-diffusion/
  • ControlNet: prefer models/ControlNet/
    If your install uses the extension’s legacy path, use extensions/sd-webui-controlnet/models/
A1111 models folder tree: Stable-diffusion and ControlNet
Folder layout — drop checkpoints under “Stable-diffusion”, ControlNet under “ControlNet”.

Copy examples (Terminal)

# Navigate to your A1111 root
cd /home/clouddock/stable-diffusion-webui/


# Checkpoints → models/Stable-diffusion/
mkdir -p models/Stable-diffusion
mv ~/Downloads/my_checkpoint.safetensors models/Stable-diffusion/


# ControlNet → models/ControlNet/ (preferred)
mkdir -p extensions/sd-webui-controlnet/models/
mv ~/Downloads/control_v11p_sd15_canny.safetensors extensions/sd-webui-controlnet/models/
Copying files into A1111 model folders
Place files, then go back to A1111 and refresh.

Refresh lists in A1111

In A1111, click the refresh icons next to the Stable Diffusion checkpoint selector and the ControlNet model selector. If needed, use Settings → Reload UI or restart the SD app from the Launcher (Open → Continue).

Refresh buttons near A1111 model selectors
Hit refresh so newly added files appear in the lists.
Checkpoint now listed in the dropdown
Your checkpoint should now be selectable.

Use them in generation

Pick a checkpoint

Choose your Stable Diffusion checkpoint first (SD 1.5 vs SDXL matters). Then enter your prompt and generate. If you’ll layer a LoRA later, remember: checkpoint first, LoRA second.

Enable ControlNet

  1. Open the ControlNet section in txt2img/img2img.
  2. Turn it ON, pick your ControlNet model (e.g., canny/openpose/depth).
  3. Provide the required input (e.g., reference image / canny edge / openpose). Keep settings simple for the first try.

Important: ControlNet models required BOTH .pth file (DO NOT EXTRACT) , and a yaml file at the same time.

ControlNet panel with a model selected
ControlNet — select a model and provide a matching input. Start with defaults.

Quick check

  • New checkpoint appears in the dropdown and generates an image.
  • New ControlNet model shows in the panel, “Preprocessor: none” works for canny/openpose when you upload proper inputs.

Troubleshooting

Model doesn’t show up

  • Wrong folder? Check paths under /home/clouddock/stable-diffusion-webui/.
  • Filename extension? Use .safetensors if available.
  • Hit the refresh icons or “Reload UI”.

Images look “off”

  • Mismatched family (SD 1.5 vs SDXL). Pick a checkpoint that matches the model/recommendation.
  • Too aggressive settings (CFG too high, huge resolution). Use the sane ranges from the quality guide.

VRAM error

  • Lower resolution (keep 700–1200px dimension range first).
  • Disable batches, simplify ControlNet usage (start with one ControlNet).

CloudDock links to publisher pages. You download directly from the source. Please follow each publisher’s license and terms; you are responsible for how you use the models.

What’s next?

Find → Download → Drop-in → Refresh → Go draw.