-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could you tell us the same commands you used in the replicate.com model? #8
Comments
@wes-kay The Replicate models use either |
@wes-kay I can also add instructions for how to build your own |
@afiaka87 That would be amazing, I was trying to copy the step size of 100 as one of the arguments but I'm seeing that there's no similarities between what's set in the sample.py and the site fields, once I removed that I'm getting pretty similar results as to the site. I think being able to see what has been set on would be great, as there's not a lot of info I've gotten from reading the code that transfers to the site fields.
|
I would love to have this as well. The replicate setup is perfect for my tastes. I tried putting together a Google Colab but I've never done it before and am a bit lost. There's a colab that uses ongo called "Latent Majesty Diffusion" which gets pretty close but I haven't gotten anything near as good as what comes out of replicate. |
@wes-kay @neurofuzzy I've added instructions for this btw |
Trying to get similar results but can't tune them enough to get them.
python sample.py --init_image imgName --skip_timesteps 10 --model_path finetune.pt --batch_size 8 --num_batches 8 --text text
The text was updated successfully, but these errors were encountered: