I created my own UI for running SD on AMD GPUs on Windows

Figured out that I needed to get wget.exe and placed it into system 32. Still, cmd gives me a block of code.

(virtualenv) A:\Stable Diffusion>python convert_original_stable_diffusion_to_diffusers.py --checkpoint_path="./anime_pruned.ckpt" --dump_path="./anime_pruned_diffusers"
--2022-11-22 13:33:51--  https://raw.githubusercontent.com/CompVis/stable-diffusion/main/configs/stable-diffusion/v1-inference.yaml
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.111.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1873 (1.8K) [text/plain]
Saving to: 'v1-inference.yaml'

v1-inference.yaml             100%[=================================================>]   1.83K  --.-KB/s    in 0.003s

2022-11-22 13:33:51 (526 KB/s) - 'v1-inference.yaml' saved [1873/1873]

Some weights of the model checkpoint at openai/clip-vit-large-patch14 were not used when initializing CLIPTextModel: ['vision_model.encoder.layers.11.self_attn.q_proj.bias', 'vision_model.encoder.layers.21.self_attn.v_proj.weight', 

The rest of it looks the same as before.

/r/StableDiffusion Thread Parent