laksjdjf / IPAdapter-ComfyUI

experimental
GNU General Public License v3.0
214 stars 13 forks source link

Black image is generated. #6

Open laksjdjf opened 1 year ago

laksjdjf commented 1 year ago

Several reports of black images being produced have been received.

3 #4 #5

I have implemented the ability to specify the type when inferring, so if you encounter it, try fp32.

za-wa-n-go commented 1 year ago

Thanks for the quick response. The output was successful.

Is this OK if I always set it to 32 if I do not want to encounter black images?

Also, if it is possible for you to tell us about the disadvantages that occur when 32 is used, please do so.

laksjdjf commented 1 year ago

Thanks for the quick response. The output was successful.

Is this OK if I always set it to 32 if I do not want to encounter black images?

Also, if it is possible for you to tell us about the disadvantages that occur when 32 is used, please do so.

Thanks for the report!

  1. For fp32, the generation time may increase slightly.
  2. The results generated are also slightly different. However, fp32 should be more accurate.
za-wa-n-go commented 1 year ago

The results were indeed very accurate! I liked T2I's Style and used it often, but it seems to give better results than that. Thank you very much.