I want to fine-tune a pre-trained model for image generation on my dataset to generate a specific character. However, I can’t find the necessary documentation for this. I have already prepared images in one format (512x512) and annotations for them. I would like to use PyTorch and Python. Please provide links to the documentation or ready-made code for fine-tuning. Thank you.
1 Like
If it’s a Stable Diffusion system you’re using, I’d suggest using the following script or space, but I’m not sure if it’s a proprietary model…