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

Can you provide support for flux1.dev-fp8? #63

Open
JohnsonXi opened this issue Sep 13, 2024 · 7 comments
Open

Can you provide support for flux1.dev-fp8? #63

JohnsonXi opened this issue Sep 13, 2024 · 7 comments

Comments

@JohnsonXi
Copy link

image
@ToTheBeginning
Copy link
Owner

Provided now.

@NeoAnthropocene
Copy link

Does this fp8 implementation drop the VRAM usage under 16 Gigs? The consumer grade GPUs have a maximum of 24 gigs, but not everyone got it for sure.

Do you have any plans to support GGUF models?

@JohnsonXi
Copy link
Author

Provided now.

This is a much better job compared to sdxl, thanks for your efforts

@ToTheBeginning
Copy link
Owner

@NeoAnthropocene We have further optimized the codes, now it supports 16GB cards!

@DrakenZA
Copy link

DrakenZA commented Sep 14, 2024

File "/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py", line 558, in _unknown_type_schema
raise PydanticSchemaGenerationError(
pydantic.errors.PydanticSchemaGenerationError: Unable to generate pydantic-core schema for <class 'starlette.requests.Request'>. Set arbitrary_types_allowed=True in the model_config to ignore this error or implement __get_pydantic_core_schema__ on your type to fully support it.

If you got this error by calling handler() within __get_pydantic_core_schema__ then you likely need to call handler.generate_schema(<some type>) since we do not call __get_pydantic_core_schema__ on <some type> otherwise to avoid infinite recursion.

For further information visit https://errors.pydantic.dev/2.9/u/schema-for-unknown-type

I get this error when following the instructions on google colab, it gets all the way to loading up the gradio UI, but when pressing generate i get this.

@ToTheBeginning
Copy link
Owner

ToTheBeginning commented Sep 14, 2024

File "/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_generate_schema.py", line 558, in _unknown_type_schema raise PydanticSchemaGenerationError( pydantic.errors.PydanticSchemaGenerationError: Unable to generate pydantic-core schema for <class 'starlette.requests.Request'>. Set arbitrary_types_allowed=True in the model_config to ignore this error or implement __get_pydantic_core_schema__ on your type to fully support it.

If you got this error by calling handler() within __get_pydantic_core_schema__ then you likely need to call handler.generate_schema(<some type>) since we do not call __get_pydantic_core_schema__ on <some type> otherwise to avoid infinite recursion.

For further information visit https://errors.pydantic.dev/2.9/u/schema-for-unknown-type

I get this error when following the instructions on google colab, it gets all the way to loading up the gradio UI, but when pressing generate i get this.

@DrakenZA Maybe you can refer to this issue #61

@NeoAnthropocene
Copy link

@NeoAnthropocene We have further optimized the codes, now it supports 16GB cards!

Thanks for letting me know!

I guess I will wait to test it on ConfyUI once it becomes really optimized. Waiting for the feedback from cubic and ZhoZhoZho 😀

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

4 participants