alembics / disco-diffusion

Other
7.47k stars 1.13k forks source link

s3 bucket v-diffusion doesn't exist #110

Closed Tom-Sloan closed 2 years ago

Tom-Sloan commented 2 years ago

The prep Dockerfile makes two calls to the s3 bucket v-diffusion, but that bucket doesn't exist.

image

The calls are:

RUN wget --no-directories --progress=bar:force:noscroll -P /scratch/models https://v-diffusion.s3.us-west-2.amazonaws.com/512x512_diffusion_uncond_finetune_008100.pt

and

RUN wget --no-directories --progress=bar:force:noscroll -P /scratch/models https://v-diffusion.s3.us-west-2.amazonaws.com/secondary_model_imagenet_2.pth

on lines 12 and 14 respectively.

To test that the bucket doesn't exist, I went to my aws account and created the bucket, which I then deleted. image

I think the solution would be to have the correct bucket name.

Tom-Sloan commented 2 years ago

Sorry, I found https://github.com/alembics/disco-diffusion/issues/66 Too bad you can't delete dumb issues