smthemex / ComfyUI_InstantIR_Wrapper

You can InstantIR to upsacel image in ComfyUI ,InstantIR,Blind Image Restoration with Instant Generative Reference
Apache License 2.0
167 stars 2 forks source link

exceptions must derive from BaseException #9

Closed Amazon90 closed 1 week ago

Amazon90 commented 1 week ago

1

ComfyUI Error Report

Error Details


## System Information
- **ComfyUI Version:** v0.2.7-13-g8a52810
- **Arguments:** D:\ComfyUI\main.py --auto-launch --preview-method auto --disable-cuda-malloc --fast
- **OS:** nt
- **Python Version:** 3.10.11 (tags/v3.10.11:7d4cc5a, Apr  5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
- **Embedded Python:** false
- **PyTorch Version:** 2.5.1+cu124
## Devices

- **Name:** cuda:0 NVIDIA GeForce RTX 4070 Ti : cudaMallocAsync
  - **Type:** cuda
  - **VRAM Total:** 12878086144
  - **VRAM Free:** 6538381024
  - **Torch VRAM Total:** 5033164800
  - **Torch VRAM Free:** 60278496
smthemex commented 1 week ago

image

Amazon90 commented 1 week ago

image

1 Why are the results of image generation so blurry?

smthemex commented 1 week ago

more step and turn off use_clip_encoder

Amazon90 commented 1 week ago

more step and turn off use_clip_encoder

The result based on your suggestion is still blurry. 2

Amazon90 commented 1 week ago

any SDXL checkpoint ── sdxl_lightning_8step.safetensors

├── ComfyUI/models/InstantIR/models | ├── adapter.pt | ├── aggregator.pt | ├── previewer_lora_weights.bin ├── ComfyUI\models\InstantIR\dino | ├── config.json | ├── model.safetensors | ├── preprocessor_config.json ├── ComfyUI\models\loras | ├── lcm-lora-sdxl.safetensors

Are these models being used incorrectly?

smthemex commented 1 week ago

yeah, it's correct. you can try add ' a man image' in prompt

Amazon90 commented 1 week ago

yeah, it's correct. you can try add ' a man image' in prompt

2 Following your suggestion, but the result is still blurry. I‘m downloading SDXL base 1.0, it might be an issue with the lightning model.

Amazon90 commented 1 week ago

1 examples_input ComfyUI_temp_bfnpf_00001_

I doubt whether it is really effective. If that's the case, it can't compare to the Flux ControlNet upscaler at all.

smthemex commented 1 week ago

Yes, this image restoration method does have a problem of sometimes good and sometimes bad

Amazon90 commented 1 week ago

Yes, this image restoration method does have a problem of sometimes good and sometimes bad

Thank you. Thank you for your efforts.