Please download LDSR to activate more upscale features... #450
Replies: 7 comments 12 replies
-
+1 to this, I'm going to assume that author simply forgot to update the instructions when updating the code. |
Beta Was this translation helpful? Give feedback.
-
Yeah, I was just fixing to open a discussion for this. @hlky and @devilismyfriend, we're gonna need some instructions on how to activate the LDSR part of the new upscalers addition, like we have for GFPGAN and realESRGAN. I know in the PR it mentioned needing to clone a repo and download a model, but not sure if that held through to the final merge. Also wanna know how this works so I can update my Linux script to handle this automatically for a user. :) |
Beta Was this translation helpful? Give feedback.
-
Yes lol it's a placeholder, sorry, as you can tell this is in active development still. How to install LDSR: git clone https://github.com/devilismyfriend/latent-diffusion to your src folder, make sure the name of the folder is "latent-diffusion" and not "latent-diffusion-main". Go into the latent-diffusion folder and you can use the download_model.bat to download and place the models or you can do it yourself by placing the model.ckpt and project.yaml files under /src/latent-diffusion/experiments/pretrained_models/ |
Beta Was this translation helpful? Give feedback.
-
the devilismyfriend instructions work, however when running the upscale process 'Latent Diffusion SR' it ignores/overrides my sampling method and steps and sets them up as DDIM 100 steps each run. |
Beta Was this translation helpful? Give feedback.
-
even after the LDSR part it's giving me the following error, (any solution??): |
Beta Was this translation helpful? Give feedback.
-
LDSR requires at least 8GB of ram.
…On Tue., Sep. 6, 2022, 5:23 p.m. Bilal Qureshi, ***@***.***> wrote:
even after the LDSR part it's giving me the following error, (any
solution??):
RuntimeError: CUDA out of memory. Tried to allocate 20.00 MiB (GPU 0; 4.00
GiB total capacity; 3.42 GiB already allocated; 0 bytes free; 3.48 GiB
reserved in total by PyTorch) If reserved memory is >> allocated memory try
setting max_split_size_mb to avoid fragmentation. See documentation for
Memory Management and PYTORCH_CUDA_ALLOC_CONF
—
Reply to this email directly, view it on GitHub
<#450 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUYC4IE36KU4KR7A4TA6BJTV45HW3ANCNFSM6AAAAAAQCR3HRU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Just don't use it? It's hardly a default option
…On Tue., Sep. 6, 2022, 5:28 p.m. Bilal Qureshi, ***@***.***> wrote:
ok if I don't want to use it, how can I comment it out?
—
Reply to this email directly, view it on GitHub
<#450 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUYC4IBLO37AGANXCPOARIDV45IHDANCNFSM6AAAAAAQCR3HRU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The instructions say... "Please download LDSR to activate more upscale features, instructions are available at the Github" But nowhere on the site is there any sort of a hint on what to do next.
Beta Was this translation helpful? Give feedback.
All reactions