This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
img2img still doesn't work for people who use --optimized #184
Unanswered
WhereMyTekkenbot
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I get an out-of-memory error, but Img2Img used to work for me on my 6 GB RTX 2060. |
Beta Was this translation helpful? Give feedback.
1 reply
-
After trying to add the --optimize code to img2img, in the end I got rid of memory errors by adding image = torch.from_numpy(image).half()
model = load_model_from_config(config, f"{opt.ckpt}").half() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the error I get when trying to use img2img, no matter the sampler or other options
Beta Was this translation helpful? Give feedback.
All reactions