RePaint
RePaint copied to clipboard
IndexError | Linux | face_example
Hello,
When i finished "setup"(instruction in README.md), i get this error:
[void@linux RePaint]$ prime-run python3 test.py --conf_path confs/face_example.yml
Start face_example
Traceback (most recent call last):
File "/home/void/Downloads/RePaint/test.py", line 180, in
My config file "face_example.yml" as default config exclude diffusion_steps: 200
(because my system kill the process with diffusion_steps: 1000
- I have only 8GB RAM)
I hope for your quick help Sincerely, Justuser.
----------------SOLUTION-------------------:
Don't change "diffusion_steps: 1000" in parameters.
> Also others parameters maybe cause error.
We describe how to modify the number of steps in the section "How to speed up the inference?" in the README.md.
Does that help? What is the error you get with diffusion_steps: 1000
?
Hmm...With your parameter it works!!!
(When all applications closed)
Thank you,but i don't understand what do this parameters: n_sample: 1 jump_length: 1 jump_n_sample: 1 When changing parameters it doesn't run faster or slower. For what this?
Also i noticed that this program uses only 1 "Thread" of CPU. Can i use more threads? And will it faster?