-
Notifications
You must be signed in to change notification settings - Fork 205
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
The result? #164
Comments
What console output did you get? In some environments some patient is required after starting the application - as it will download a lot of data (e.g. from huggingface); there will be console output showing the progress of what and how much will be downloaded (and cached locally; running the app again won't download but use the local data, if, and only if it was downloaded completely and successfully; you might need to clear the local huggingface cache when trying the app again). You might want to use the command line parameter |
Thanks |
The first start can take very long (depending on environment, network speed, huggingface server, etc) |
Hello
I test
python demo.py --prompt "Street-art painting of Emilia Clarke in style of Banksy, photorealism"
But where the result image is saved? i don't find it
The text was updated successfully, but these errors were encountered: