kft334
kft334
Can anyone confirm that Text-To-Image works? I'm getting bad outputs that seem like normal Text-To-Image. Everything loads and there are no errors though. And could you also return the generated...
I see the issue now. Doesn't work with Euler apparently? Switched to DDIM and I'm getting proper results now. Edit: Just tried with DPM++ 2M and the output was bad...
It's case sensitive I think. Try using 'none' instead of 'None'
Try setting controlnet_threshold_a = 0 and controlnet_threshold_a = 0. I think that they are 64 by default which does result in a black image.
It uses threshold_a supposedly. I'm using that in my app and it does appear to work somewhat when using 'Balanced' mode but I can't say for sure since I've only...
There is no installation error. You should be able to run gradio_app.py. What you're seeing is a dependency error caused by gradio upgrading huggingface-hub. It runs normally on my machine...