Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

.idea
experiments/pretrained_models/model.ckpt
experiments/pretrained_models/project.yaml
424 changes: 136 additions & 288 deletions LDSR.py

Large diffs are not rendered by default.

304 changes: 27 additions & 277 deletions README.md

Large diffs are not rendered by default.

287 changes: 287 additions & 0 deletions README_LD.md

Large diffs are not rendered by default.

File renamed without changes.
338 changes: 112 additions & 226 deletions batch.py

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion cog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ build:
- "mkdir -p /root/.cache/ldm/text2img-large/; wget --quiet -O /root/.cache/ldm/text2img-large/model.ckpt https://models.nmb.ai/majesty/latent_diffusion_txt2img_f8_large.ckpt"

image: "r8.im/nightmareai/latent-viz"
predict: "predict-viz.py:Predictor"
4 changes: 2 additions & 2 deletions download_model.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo Off
TITLE Download Model Files
Pause
curl --create-dirs -A "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64)" -L "https://heibox.uni-heidelberg.de/f/31a76b13ea27482981b4/?dl=1" -o %cd%/experiments/pretrained_models/project.yaml
curl -A "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64)" -L "https://heibox.uni-heidelberg.de/f/578df07c8fc04ffbadf3/?dl=1" -o %cd%/experiments/pretrained_models/model.ckpt
curl --create-dirs -A "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64)" -L "https://heibox.uni-heidelberg.de/f/31a76b13ea27482981b4/?dl=1" -o "%cd%"/experiments/pretrained_models/project.yaml --ssl-no-revoke
curl -A "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64)" -L "https://heibox.uni-heidelberg.de/f/578df07c8fc04ffbadf3/?dl=1" -o "%cd%"/experiments/pretrained_models/model.ckpt --ssl-no-revoke
98 changes: 0 additions & 98 deletions ldm/lr_scheduler.py

This file was deleted.

Loading