Skip to content

Commit

Permalink
Update Versions (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdBarho authored Sep 9, 2022
1 parent 76989b3 commit e32a48f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AUTOMATIC1111/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN pip install --prefer-binary -U --no-cache-dir -r ${ROOT}/repositories/CodeFo

# Note: don't update the sha of previous versions because the install will take forever
# instead, update the repo state in a later step
ARG SHA=701f76b29ab8fa9c1d35ae8abce36b99e12d5d08
ARG SHA=17a7477c7282b0ff16fa1232e5922c0a645e4459
RUN <<EOF
cd stable-diffusion-webui
git pull
Expand Down
5 changes: 1 addition & 4 deletions AUTOMATIC1111/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
{
"outdir_samples": "/output",
"font": "DejaVuSans.ttf"
}
{"outdir_samples": "/output", "outdir_txt2img_samples": "/output/txt2img-images", "outdir_img2img_samples": "/output/img2img-images", "outdir_extras_samples": "/output/extras-images", "outdir_txt2img_grids": "/output/txt2img-grids", "outdir_img2img_grids": "/output/img2img-grids", "outdir_save": "/output/saved", "__WARNING__": "DON'T CHANGE ANYTHING BEFORE THIS", "outdir_grids": "", "save_to_dirs": false, "save_to_dirs_prompt_len": 10, "samples_save": true, "samples_format": "png", "grid_save": true, "return_grid": true, "grid_format": "png", "grid_extended_filename": false, "grid_only_if_multiple": true, "n_rows": -1, "jpeg_quality": 80, "export_for_4chan": true, "enable_pnginfo": true, "font": "DejaVuSans.ttf", "enable_emphasis": true, "save_txt": false, "ESRGAN_tile": 192, "ESRGAN_tile_overlap": 8, "random_artist_categories": [], "upscale_at_full_resolution_padding": 16, "show_progressbar": true, "show_progress_every_n_steps": 0, "multiple_tqdm": true, "face_restoration_model": "CodeFormer", "code_former_weight": 0.5}
1 change: 1 addition & 0 deletions AUTOMATIC1111/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- ../cache:/cache
- ../output:/output
- ../models:/models
- ./config.json:/docker/config.json
environment:
- CLI_ARGS=--medvram --opt-split-attention
deploy:
Expand Down
2 changes: 1 addition & 1 deletion hlky/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN pip install -U --no-cache-dir pyperclip

# Note: don't update the sha of previous versions because the install will take forever
# instead, update the repo state in a later step
ARG WEBUI_SHA=0dffc3918d596ad36a32ac56ecf4d523f490ae5e
ARG WEBUI_SHA=b9d97c9816251933d094f1dae43d2c631a07db7a
RUN cd stable-diffusion && git pull && git reset --hard ${WEBUI_SHA} && \
conda env update --file environment.yaml --name base && conda clean -a -y

Expand Down

0 comments on commit e32a48f

Please sign in to comment.