PhotoMaker icon indicating copy to clipboard operation
PhotoMaker copied to clipboard

PhotoMaker

Results 174 PhotoMaker issues
Sort by recently updated
recently updated
newest added

Hello, I am getting noisy generations and the likeness is not there. Here is my code: ```python import torch import os import sys sys.path.append('../photomaker') from diffusers import EulerDiscreteScheduler, DPMSolverMultistepScheduler, AutoencoderKL...

load other LoRA model based SDXL 1.0 but not work, the error as follow code: pipe.load_lora_weights(os.path.dirname(lora_path), weight_name=lora_model_name, adapter_name=adapter_name) pipe.set_adapters(["photomaker",adapter_name], adapter_weights=[1.0,1.0]) pipe.fuse_lora() Traceback (most recent call last): File "/data/apps/anaconda3/envs/photomaker/lib/python3.10/site-packages/gradio/queueing.py", line 495,...

i runned the demo by notebook, but I got the noise like this ![image](https://github.com/TencentARC/PhotoMaker/assets/38061896/69d9ea7b-eb10-455d-a971-14f2974e0228) infer code is ``` python import torch import os from diffusers.utils import load_image from diffusers import...

Whenever I am running gui.bat i am getting this error: Pipelines loaded with `dtype=torch.float16` cannot run with `cpu` device. It is not recommended to move them to `cpu` as running...

Hello. First of all, I want to say congrats to the dev. What an AI. I try the demo on HF, it's 🤯 I want to try running this locally,...

Not sure why, I have tried all the fixes recommended on this page, including upgrading transformers etc. I have enough memory free, so don't think that is the issue either....

Traceback (most recent call last): File "/Users/zhengxilin01/Desktop/PhotoMaker-main2/test.py", line 53, in images = pipe( File "/Users/zhengxilin01/miniconda3/envs/PhotoMaker-main/lib/python3.8/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context return func(*args, **kwargs) File "/Users/zhengxilin01/Desktop/PhotoMaker-main2/photomaker/pipeline.py", line 338, in __call__ ) =...

Error occurred when executing PhotoMakerAdapter_Loader_local: _get_model_file() got an unexpected keyword argument 'token' File "C:\ComfyUI\ComfyUI\execution.py", line 155, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\ComfyUI\ComfyUI\execution.py", line 85, in get_output_data...

Clicking the image upload button opens the folder by default instead of the album library. Unable to recognize image formats in the folder directory, and also unable to click to...

I failed to run photomaker_demo.ipynb, and the error message is as follows. What is the reason? RuntimeError Traceback (most recent call last) Cell In[8], line 13 10 if start_merge_step >...