Georgia

Results 7 comments of Georgia

> I met the same problem. Hello there! To run it without sampling (all nodes) change the sample_rate to 1. The problem I mentioned a month ago, was in the...

> > > The reason for the error has been found. It's because I used the wrong dataset file. I should have used "samples_with_embeddings_file_dataset.py", and of course, made some minor...

> The issue might be as mentioned here: [#182 (comment)](https://github.com/TencentARC/PhotoMaker/issues/182#issuecomment-2357733365) You could add the following line in the `load_photomaker_adapter()` in photomaker/pipeline.py: `self.num_tokens =2 if pm_version =='v2'else 1 ## this seems...

> > > The issue might be as mentioned here: [#182 (comment)](https://github.com/TencentARC/PhotoMaker/issues/182#issuecomment-2357733365) You could add the following line in the `load_photomaker_adapter()` in photomaker/pipeline.py: `self.num_tokens =2 if pm_version =='v2'else 1 ##...

> @gebaltso there is regression with some libraries. I fixed it by using older versions: > > * add the following lines to "requirements.txt" > > ``` > pydantic==2.8.2 >...

> maybe this? > > []https://www.youtube.com/watch?v=3arVILMLbHw Thanks but I didn't mention that I'm using the SDXL version not FLUX.

> We just release the [PuLID v1.1 for SDXL](https://github.com/ToTheBeginning/PuLID/blob/main/docs/pulid_v1.1.md), you can try the new model to see if it is helpful. Thanks a lot! What should I do to use...