Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
135 views

Most efficient way to fine tune SDXL for range of product

I want to fine tune SDXL using LoRA on a range of product so that SDXL can generate images of those product later on. I have many products. What is the most efficient way to fine tune? Do I just train ...
DevEnma's user avatar
  • 121
0 votes
0 answers
54 views

How can I fine tune the any generative model? Autotrain

How can I fine tune Realistic_Vision_V6.0_B1_noVAE model and generate my own images? Here is the huggingface link. I have used autotrain on stable diffusion base xl model. But using it on this ...
Mahammad Yusifov's user avatar
1 vote
2 answers
888 views

How to run juggernaut model in local

I want to run fine-tuned stable diffusion models in my local pc using python. For example juggernaut: https://huggingface.co/RunDiffusion/Juggernaut-XL-v9 This is my code (it works with stable-...
Mahammad Yusifov's user avatar
0 votes
1 answer
189 views

Stable Diffusion Dreambooth Model pushing to Hub

I fine-tuned a Stable Diffusion Model with Dreambooth in Colab. Now the new Model with the weights is located here /content/my_model/facial-sketch/800 I also got the .ckpt file. How can I now push ...
lil_beginner_11's user avatar
0 votes
1 answer
415 views

Fine-tuning ImageNet diffusion model on unconditional/conditional data

I want to fine tune some generative diffusion model (DDPM), lets say trained on ImageNet (NOT Stable Diffusion which is text2img), to some other data like CelebA or CIFAR-10. I wonder two things: ...
alpk's user avatar
  • 43
2 votes
1 answer
843 views

Look for good ways to prepare customized dataset for training controlnet with huggingface diffusers

I want to personally train the controlnet, but I find it inconvenient to prepare the datasets. As I follow the huggingface tutorial available at this link: https://huggingface.co/blog/train-your-...
Yun's user avatar
  • 21
0 votes
1 answer
1k views

I am attempting to fine-tune the stable diffusion with Dreambooth on myself (my face and body)

I am attempting to fine-tune the stable diffusion with Dreambooth on myself (my face and body), but the results are not satisfactory. I am seeking guidance on the best way to fine-tune stable ...
Arthur Hakobyan's user avatar