How to train a diffusion model to do image enchancement #10477
Unanswered
abdelkareemkobo
asked this question in
Q&A
Replies: 2 comments 3 replies
-
This review might be helpful? https://arxiv.org/pdf/2308.09388 |
Beta Was this translation helpful? Give feedback.
1 reply
-
actually what you want to do is what commonly the "Tile Controlnet" is used so your answer is probably that, train a controlnet but there's already really good ones, so don't know why would you like to re-invent the wheel unless you want the experience to learn which can be good since you can compare it to the existing ones. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
can some guide me into how to train a diffusion model that can do an enhancement for unpaired images,
I have multiple cases and every case has a folder that contains multiple images for the same case but from different devices one in a lower resolution and one in a higher resolution.
I want to train a diffusion model that can do an enhancement for the low resolution image based on the known high resolution ones
Beta Was this translation helpful? Give feedback.
All reactions