-
Notifications
You must be signed in to change notification settings - Fork 505
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
How to run this #143
Comments
Did you even read the README? |
I recently downloaded both the 64x64 diffusion model and the corresponding classifier model. I've written interface code to call and integrate these two models, but I'm not getting any output. |
running this command from the README should generate a .npz file including the sampled images. You can modify the python scripts/image_sample.py --model_path /path/to/model.pt $MODEL_FLAGS $DIFFUSION_FLAGS |
To clarify, I need to download the ZIP file, extract it, and run the code in an IDE (such as PyCharm or VS Code). After setting everything up, I can execute the command to generate the images. Is that correct? |
You should:
|
Any one have idea how to run this ??
The text was updated successfully, but these errors were encountered: