Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unexpected inference results for blur controlnets #23

Open
Eric-Hao opened this issue Nov 28, 2024 · 0 comments
Open

unexpected inference results for blur controlnets #23

Eric-Hao opened this issue Nov 28, 2024 · 0 comments

Comments

@Eric-Hao
Copy link

Eric-Hao commented Nov 28, 2024

Thank you for your excellent work!

I’ve run into an issue with the inference results and I’m hoping you can shed some light on it. When I follow the blur controlnet inference instructions in README.md:

python sd3_infer.py --model models/sd3.5_large.safetensors --controlnet_ckpt models/sd3.5_large_controlnet_blur.safetensors --controlnet_cond_image inputs/blur.png --prompt "generated ai art, a tiny, lost rubber ducky in an action shot close-up, surfing the humongous waves, inside the tube, in the style of Kelly Slater"

I’m noticing some odd white grid points in the output:
gen1

The issue persists even without the prompt, indicating that the text encoder might not be the culprit.
gen2

Additionally, I’ve noticed that the code defaults to using fp32 precision for t5xxl.safetensors, whereas the Huggingface checkpoint only provides fp16 and fp8 versions.

Any advice or tips on how to address this would be greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant