|
|
|
@ -19,7 +19,7 @@
|
|
|
|
|
{ |
|
|
|
|
"cell_type": "markdown", |
|
|
|
|
"source": [ |
|
|
|
|
"Git clone the repo and install the requirements. " |
|
|
|
|
"Git clone the repo and install the requirements. (ignore the pip errors about protobuf)" |
|
|
|
|
], |
|
|
|
|
"metadata": { |
|
|
|
|
"id": "aaaaaaaaaa" |
|
|
|
@ -41,7 +41,7 @@
|
|
|
|
|
{ |
|
|
|
|
"cell_type": "markdown", |
|
|
|
|
"source": [ |
|
|
|
|
"Download the models/checkpoints/vae:" |
|
|
|
|
"Download some models/checkpoints/vae:" |
|
|
|
|
], |
|
|
|
|
"metadata": { |
|
|
|
|
"id": "cccccccccc" |
|
|
|
@ -51,7 +51,8 @@
|
|
|
|
|
"cell_type": "code", |
|
|
|
|
"source": [ |
|
|
|
|
"!wget https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.ckpt -P ./models/checkpoints/\n", |
|
|
|
|
"!wget https://huggingface.co/stabilityai/sd-vae-ft-mse-original/blob/main/vae-ft-mse-840000-ema-pruned.safetensors -P ./models/vae/" |
|
|
|
|
"!wget https://huggingface.co/stabilityai/sd-vae-ft-mse-original/blob/main/vae-ft-mse-840000-ema-pruned.safetensors -P ./models/vae/\n", |
|
|
|
|
"!wget https://huggingface.co/WarriorMama777/OrangeMixs/resolve/main/Models/AbyssOrangeMix2/AbyssOrangeMix2_hard.safetensors -P ./models/checkpoints/\n" |
|
|
|
|
], |
|
|
|
|
"metadata": { |
|
|
|
|
"id": "dddddddddd" |
|
|
|
|