Ben
Ben
Yes you just need to change the path in the cell setting up MODEL_NAME. You can find the diffusers model in the folder "models" using the colab file explorer
the path should be to the folder containing the model folders (vae, unet ...etc)
There is a bug in the gradio server sometimes redirecting users to different webuis, you should use the local tunnel option
by unchecking the option "use gradio srver", it will automatically redirect the localhost of the colab to a proxy
you should get a link, not 127.0.0.1, make sure you use the latest updated notebook
how does everything beak ? I don't understand, do you have the logs ?
hi, You're using an old notebook, use this link for the latest https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast-DreamBooth.ipynb
does your current notebook include the option : "Save_Checkpoint_Every_n_Steps" in the cell "start dreambooth" ?
does your current notebook include the option : "Save_Checkpoint_Every_n_Steps" in the cell "start dreambooth" ? the error `TypeError: '>=' not supported between instances of 'NoneType' and 'int'` means that Save_Checkpoint_Every_n_Steps...
the feature was added yesterday in the main diffusers, repo, I will implement it soon