-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Cannot generate in Latent + Prompt mode #329
Comments
I also got this problem. My log:
Environment |
+1 |
Any change of a fix? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using Prompt mode, an image is generated with Attention, but with Latent, the following error occurs after the final step and the image is not generated. This is the same for both base prompts and common prompts.
RuntimeError: Input type (c10::Half) and bias type (float) should be the same.
However, if delete all LoRA (18 items) from the prompt field, generation will be successful even with Latent.
The launch options are as follows
Commandline arguments for webui.py, for example: export COMMANDLINE_ARGS="--medvram --opt-split-attention"
export COMMANDLINE_ARGS="--skip-torch-cuda-test --upcast-sampling --no-half-vae
I'm a non-technical end user.
Please let me know if you have any solution.
Environment
Web-UI version:A1111: v1.7.0
SD Version:1.5
Regional Prompter: 59d68e6
M2 Mac
The text was updated successfully, but these errors were encountered: