-
Notifications
You must be signed in to change notification settings - Fork 377
Photomaker error: "GGML_ASSERT(cgraph->n_nodes < cgraph->size) failed" #688
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
Comments
Photomaker includes a LoRA, and SDXL LoRAs are kinda broken right now. The workaround is to increase LORA_GRAPH_SIZE to a bigger value (see #658).
No. this is a known bug.
I think this is pretty much the only place
No(t yet). |
Thanks! |
Small problemIf you use just one image, you can't put it directly, like this: --input-id-images-dir reference_id.png I did thatn and didn't work, because
You need to put the reference image(s) in a folder, like this: tree
.
├─ ID_images
│ ├─ reference_id.png And just put the folder in the command: --input-id-images-dir ID_images/ I didn't get that from the example here, but now is working as expected. Preparation
Command./sd -m realDream_sdxl6-q8_0.gguf -p "man img, man with futuristic clothes" --cfg-scale 5.0 --stacked-id-embd-dir ../pm/photomaker-v1-q8_0.gguf --input-id-images-dir ID_images/ --steps 10 -b 3 --style-ratio 10 --vae-on-cpu --diffusion-fa Reference image:Generated images:
|
When trying to use Photomaker, sd fails and abort.
Steps to reproduce
ip adapter
with sd.cpp?System:
The text was updated successfully, but these errors were encountered: