2kpr / ComfyUI-UltraPixel

GNU Affero General Public License v3.0
210 stars 11 forks source link

Weird outpus #4

Closed zhenyuanzhou closed 1 month ago

zhenyuanzhou commented 1 month ago

Sorry, this may be strange, but what image I got is extraordinary. A close-up portrait of a young woman with flawless skin, vibrant red lipstick, and wavy brown hair, wearing a vintage floral dress and standing in front of a blooming garden. 屏幕截图 2024-07-17 015206 Do you have any idea why I got an image like this? Thank you

2kpr commented 1 month ago

Sorry, this may be strange, but what image I got is extraordinary. A close-up portrait of a young woman with flawless skin, vibrant red lipstick, and wavy brown hair, wearing a vintage floral dress and standing in front of a blooming garden. Do you have any idea why I got an image like this? Thank you

ss

I used the same inputs as you and I got this.

Maybe one of the downloaded files got corrupted slightly in transit? What GPU are you using?

Here are the sha256sums:

ComfyUI/models/ultrapixel$ sha256sum * e23c1fe17ba8cdd6c49a5b292d72502bd4cf729e7de9f2060bb4dcc26737c0a0 effnet_encoder.safetensors 7d66285b840aaaf69abe809727f0b02657c513dd9376f2f07f3c3ba4fe87f250 previewer.safetensors 0a3f5a0b618494f81964dc719dbaaa9bd52f207d464d5fbf45442d363e1c0b5a stage_a.safetensors fe92687deefcfb33bb3ec181254b55fe4e434c5084ce9d38815eaa32487ad376 stage_b_lite_bf16.safetensors dfe24009fc881011f350d08d9d13be13a1a3b3cbfed667435efe0fd419aca099 stage_c_bf16.safetensors bef96cabf1621405cd6fdc4ee51b3613e68dd593a4bda3306a021e085e73ee60 ultrapixel_t2i.safetensors

zhenyuanzhou commented 1 month ago

Thank you for the prompting response. I'm using 3080ti laptop. The downloads do being interrupted several times. I'll check my files again to make sure they are complete.

2kpr commented 1 month ago

Thank you for the prompting response. I'm using 3080ti laptop. The downloads do being interrupted several times. I'll check my files again to make sure they are complete.

Many of these generations easily get into the 16GB+ range, so not sure in the current setup that this UltraPixel will work well on that gpu, 12GB right?

ss

zhenyuanzhou commented 1 month ago

My VRAM is 16GB, should be enough, I have checked all the files, the sha are the same as what you provided. Just don't know what happened.

zhenyuanzhou commented 1 month ago

ComfyUI_00004_

Em... Why...

zhenyuanzhou commented 1 month ago

May I ask where I need to put this model? The program is trying to download it but is not successful. Maybe my issue is due to this laion/CLIP-ViT-bigG-14-laion2B-39B-b160k

2kpr commented 1 month ago

May I ask where I need to put this model? The program is trying to download it but is not successful. Maybe my issue is due to this laion/CLIP-ViT-bigG-14-laion2B-39B-b160k

Yes it downloads these too: https://github.com/2kpr/ComfyUI-UltraPixel/blob/main/train/train_t2i.py#L143-L144 (And even though that says 'train' that is how they have their code setup, for inference to ref classes in the train files, eventually I can work through their code and switch it up, but that is how they had it.)

I'm not sure where to put it on say Windows, but on Linux mine just automatically downloaded and put them here: /home/USERNAME/.cache/huggingface/hub/models--laion--CLIP-ViT-bigG-14-laion2B-39B-b160k /home/USERNAME/.cache/huggingface/hub/models--openai--clip-vit-large-patch14

But they are not in standard format, they have sub folders like blobs, refs, snapshots, hence in the huggingface hub storage format

zhenyuanzhou commented 1 month ago

image Fixed after re-download the two model