TechnoByte commited on
Commit
69fa04a
·
1 Parent(s): a3faa37

add more upscaling models

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -67,8 +67,9 @@ RUN echo "Downloading checkpoints..." && \
67
  # GLIGEN
68
  # wget -c https://huggingface.co/comfyanonymous/GLIGEN_pruned_safetensors/resolve/main/gligen_sd14_textbox_pruned_fp16.safetensors -P ./models/gligen/ && \
69
 
70
- # ESRGAN upscale model
71
- wget -c https://huggingface.co/konohashinobi4/4xAnimesharp/resolve/main/4x-AnimeSharp.pth -P ./models/upscale_models/ && \
 
72
 
73
  # Aesthetic scorer models
74
  mkdir ./models/aesthetic && \
 
67
  # GLIGEN
68
  # wget -c https://huggingface.co/comfyanonymous/GLIGEN_pruned_safetensors/resolve/main/gligen_sd14_textbox_pruned_fp16.safetensors -P ./models/gligen/ && \
69
 
70
+ # ESRGAN upscale models
71
+ git clone https://github.com/StuartRiffle/MiscESRGAN ./models/upscale_models/ --depth=1 && \
72
+ git clone https://huggingface.co/utnah/esrgan ./models/upscale_models/ --depth=1 && \
73
 
74
  # Aesthetic scorer models
75
  mkdir ./models/aesthetic && \