nickyreinert-vml commited on
Commit
a265c47
·
1 Parent(s): 1e547fd

adding troubleshooting notes for black image

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -81,5 +81,10 @@ Update the file ```appConfig.json``` to add more models. Some models need you to
81
  ## Result is a black image
82
  Some parameters lead to black images, deactivate them, one by one, and re-run the whole process:
83
  - safety checker
84
- - attention slicing
85
- - a or the wrong auto encoder
 
 
 
 
 
 
81
  ## Result is a black image
82
  Some parameters lead to black images, deactivate them, one by one, and re-run the whole process:
83
  - safety checker
84
+ - a or the wrong auto encoder
85
+ - the wrong schedulder/solver (e.g. DPMMultiStep seems to be incompatible with SD15, better use DDPMScheduler)
86
+
87
+ Also I faced a couple of bugs when using the attention_slicing method (see https://discuss.huggingface.co/t/activating-attention-slicing-leads-to-black-images-when-running-diffusion-more-than-once/68623):
88
+
89
+ - you cannot re-run the inferencing process when using attention_slicing
90
+ - don't pass cross_attention_kwargs or guidance_scale to the pipeline