-
Notifications
You must be signed in to change notification settings - Fork 301
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
Add TencentARC PhotoMaker support #179
Commits on Feb 2, 2024
-
first efforts at implementing photomaker; lots more to do
bssrdf committedFeb 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 5dbbea0 - Browse repository at this point
Copy the full SHA 5dbbea0View commit details
Commits on Feb 4, 2024
-
added PhotoMakerIDEncoder model in SD
bssrdf committedFeb 4, 2024 Configuration menu - View commit details
-
Copy full SHA for cbfa702 - Browse repository at this point
Copy the full SHA cbfa702View commit details -
fixed soem bugs; now photomaker model weights can be loaded into thei…
…r tensor buffers
bssrdf committedFeb 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 78651f2 - Browse repository at this point
Copy the full SHA 78651f2View commit details
Commits on Feb 5, 2024
-
bssrdf committed
Feb 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 7da51ad - Browse repository at this point
Copy the full SHA 7da51adView commit details -
added preprocessing inpit id images
bssrdf committedFeb 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 702a732 - Browse repository at this point
Copy the full SHA 702a732View commit details -
bssrdf committed
Feb 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 7a7baef - Browse repository at this point
Copy the full SHA 7a7baefView commit details
Commits on Feb 6, 2024
-
fixed a bug in remove_duplicates
bssrdf committedFeb 6, 2024 Configuration menu - View commit details
-
Copy full SHA for f16b4da - Browse repository at this point
Copy the full SHA f16b4daView commit details -
add a get_learned_condition_with_trigger function to do photomaker stuff
bssrdf committedFeb 6, 2024 Configuration menu - View commit details
-
Copy full SHA for df7f642 - Browse repository at this point
Copy the full SHA df7f642View commit details -
add a convert_token_to_id function for photomaker to extract trigger …
…word's token id
bssrdf committedFeb 6, 2024 Configuration menu - View commit details
-
Copy full SHA for ad7ec45 - Browse repository at this point
Copy the full SHA ad7ec45View commit details
Commits on Feb 7, 2024
-
making progress; need to implement tokenizer decoder
bssrdf committedFeb 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 87fcee0 - Browse repository at this point
Copy the full SHA 87fcee0View commit details -
making more progress; finishing vision model forward
bssrdf committedFeb 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 7f5f580 - Browse repository at this point
Copy the full SHA 7f5f580View commit details
Commits on Feb 8, 2024
-
debugging vision_model outputs
bssrdf committedFeb 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 0a38d84 - Browse repository at this point
Copy the full SHA 0a38d84View commit details
Commits on Feb 9, 2024
-
corrected clip vision model output
bssrdf committedFeb 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 304704f - Browse repository at this point
Copy the full SHA 304704fView commit details -
continue making progress in id fusion process
bssrdf committedFeb 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 184e4b8 - Browse repository at this point
Copy the full SHA 184e4b8View commit details -
finished stacked id embedding; to be tested
bssrdf committedFeb 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 024c187 - Browse repository at this point
Copy the full SHA 024c187View commit details -
bssrdf committed
Feb 9, 2024 Configuration menu - View commit details
-
Copy full SHA for a584147 - Browse repository at this point
Copy the full SHA a584147View commit details
Commits on Feb 10, 2024
-
bssrdf committed
Feb 10, 2024 Configuration menu - View commit details
-
Copy full SHA for d939514 - Browse repository at this point
Copy the full SHA d939514View commit details
Commits on Feb 11, 2024
-
more progress; now alloc buffer failed
bssrdf committedFeb 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 807c340 - Browse repository at this point
Copy the full SHA 807c340View commit details -
fixed wtype issue; input images can only be 1 because issue with tran…
…sformer when batch size > 1 (to be investigated)
bssrdf committedFeb 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 5a13b48 - Browse repository at this point
Copy the full SHA 5a13b48View commit details -
added delayed subject conditioning; now photomaker runs and generates…
… images
bssrdf committedFeb 11, 2024 Configuration menu - View commit details
-
Copy full SHA for f4bf8e0 - Browse repository at this point
Copy the full SHA f4bf8e0View commit details
Commits on Feb 12, 2024
-
bssrdf committed
Feb 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 857af48 - Browse repository at this point
Copy the full SHA 857af48View commit details -
added photomaker lora model (to be tested)
bssrdf committedFeb 12, 2024 Configuration menu - View commit details
-
Copy full SHA for b0579ec - Browse repository at this point
Copy the full SHA b0579ecView commit details -
bssrdf committed
Feb 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 753231a - Browse repository at this point
Copy the full SHA 753231aView commit details
Commits on Feb 13, 2024
-
finished applying pmid lora; to be tested
bssrdf committedFeb 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 44052e1 - Browse repository at this point
Copy the full SHA 44052e1View commit details -
bssrdf committed
Feb 13, 2024 Configuration menu - View commit details
-
Copy full SHA for c122507 - Browse repository at this point
Copy the full SHA c122507View commit details
Commits on Feb 14, 2024
-
add a few print tensor; tweak in sample again
bssrdf committedFeb 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 539a94a - Browse repository at this point
Copy the full SHA 539a94aView commit details
Commits on Feb 15, 2024
-
small tweak; still not getting ID faces
bssrdf committedFeb 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 26c5cca - Browse repository at this point
Copy the full SHA 26c5ccaView commit details -
fixed a bug in FuseBlock forward; also remove diag_mask op in for vis…
…ion transformer; getting better results
bssrdf committedFeb 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 191c5ec - Browse repository at this point
Copy the full SHA 191c5ecView commit details
Commits on Feb 16, 2024
-
disable pmid lora apply for now; 1 input image seems working; > 1 not…
… working
bssrdf committedFeb 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 26f591d - Browse repository at this point
Copy the full SHA 26f591dView commit details -
bssrdf committed
Feb 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 62b0a9b - Browse repository at this point
Copy the full SHA 62b0a9bView commit details -
bssrdf committed
Feb 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 6064b0e - Browse repository at this point
Copy the full SHA 6064b0eView commit details
Commits on Feb 19, 2024
-
fixed a bug in ggml's conv_2d, and now > 1 input images working
bssrdf committedFeb 19, 2024 Configuration menu - View commit details
-
Copy full SHA for d38b85d - Browse repository at this point
Copy the full SHA d38b85dView commit details -
add style_ratio as a cli param; reworked encode with trigger for atte…
…ntion weights
bssrdf committedFeb 19, 2024 Configuration menu - View commit details
-
Copy full SHA for a6a676b - Browse repository at this point
Copy the full SHA a6a676bView commit details -
merge commit fixing lora free param buffer error
bssrdf committedFeb 19, 2024 Configuration menu - View commit details
-
Copy full SHA for aa21577 - Browse repository at this point
Copy the full SHA aa21577View commit details -
change default style ratio to 10%
bssrdf committedFeb 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 78ec6f7 - Browse repository at this point
Copy the full SHA 78ec6f7View commit details
Commits on Feb 21, 2024
-
added an option to offload vae decoder to CPU for mem-limited gpus
bssrdf committedFeb 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 8053aef - Browse repository at this point
Copy the full SHA 8053aefView commit details
Commits on Feb 23, 2024
-
removing image normalization step seems making ID fidelity much higher
bssrdf committedFeb 23, 2024 Configuration menu - View commit details
-
Copy full SHA for dbe74df - Browse repository at this point
Copy the full SHA dbe74dfView commit details -
revert default style ratio back ro 20%
bssrdf committedFeb 23, 2024 Configuration menu - View commit details
-
Copy full SHA for e32462d - Browse repository at this point
Copy the full SHA e32462dView commit details -
added an option for normalizing input ID images; cleaned up debugging…
… code
bssrdf committedFeb 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 8b89e0e - Browse repository at this point
Copy the full SHA 8b89e0eView commit details -
bssrdf committed
Feb 23, 2024 Configuration menu - View commit details
-
Copy full SHA for b7a4540 - Browse repository at this point
Copy the full SHA b7a4540View commit details
Commits on Feb 25, 2024
-
merged with master and resolved conflicts; adapted to GGMLBlock API
bssrdf committedFeb 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 53beb92 - Browse repository at this point
Copy the full SHA 53beb92View commit details
Commits on Feb 26, 2024
-
merge with a master again; build ok
bssrdf committedFeb 26, 2024 Configuration menu - View commit details
-
Copy full SHA for d35861b - Browse repository at this point
Copy the full SHA d35861bView commit details -
fixed bugs; now failed with cuda error; likely out-of-mem on GPU
bssrdf committedFeb 26, 2024 Configuration menu - View commit details
-
Copy full SHA for b556d44 - Browse repository at this point
Copy the full SHA b556d44View commit details -
free pmid model params when required
bssrdf committedFeb 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 4ac3df1 - Browse repository at this point
Copy the full SHA 4ac3df1View commit details -
photomaker working properly now after merging and adapting to GGMLBlo…
…ck API
bssrdf committedFeb 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 77b6a42 - Browse repository at this point
Copy the full SHA 77b6a42View commit details -
remove tensor renaming; fixing names in the photomaker model file
bssrdf committedFeb 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 464f1f8 - Browse repository at this point
Copy the full SHA 464f1f8View commit details -
updated README.md to include instructions and notes for running Photo…
…Maker
bssrdf committedFeb 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 4b31b75 - Browse repository at this point
Copy the full SHA 4b31b75View commit details -
bssrdf committed
Feb 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 7b72e17 - Browse repository at this point
Copy the full SHA 7b72e17View commit details
Commits on Feb 27, 2024
-
remove -DGGML_CUDA_FORCE_MMQ; more clean up and README update
bssrdf committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for adbb9a1 - Browse repository at this point
Copy the full SHA adbb9a1View commit details -
add input image requirement in README
bssrdf committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 6079615 - Browse repository at this point
Copy the full SHA 6079615View commit details -
bring back freeing pmid lora params buffer; simply pooled output of C…
…LIPvision
bssrdf committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for fd098af - Browse repository at this point
Copy the full SHA fd098afView commit details
Commits on Feb 28, 2024
-
remove MultiheadAttention2; customized MultiheadAttention
bssrdf committedFeb 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 70c3397 - Browse repository at this point
Copy the full SHA 70c3397View commit details -
added a WIN32 get_files_from_dir; turn off Photomakder if receiving n…
…o input images
bssrdf committedFeb 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 16c9da0 - Browse repository at this point
Copy the full SHA 16c9da0View commit details
Commits on Mar 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 41f20e6 - Browse repository at this point
Copy the full SHA 41f20e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27887b6 - Browse repository at this point
Copy the full SHA 27887b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 983e552 - Browse repository at this point
Copy the full SHA 983e552View commit details -
make stable-diffusion.h a pure c header file
This reverts commit 27887b6.
Configuration menu - View commit details
-
Copy full SHA for b0940f0 - Browse repository at this point
Copy the full SHA b0940f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8c0831 - Browse repository at this point
Copy the full SHA f8c0831View commit details -
Configuration menu - View commit details
-
Copy full SHA for 745ed8f - Browse repository at this point
Copy the full SHA 745ed8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bb87cf - Browse repository at this point
Copy the full SHA 6bb87cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e2c796 - Browse repository at this point
Copy the full SHA 7e2c796View commit details
Commits on Mar 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9b3c8d8 - Browse repository at this point
Copy the full SHA 9b3c8d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for df28af9 - Browse repository at this point
Copy the full SHA df28af9View commit details
Commits on Mar 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6727d1c - Browse repository at this point
Copy the full SHA 6727d1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for df2afd8 - Browse repository at this point
Copy the full SHA df2afd8View commit details