├── .github └── workflows │ └── publish.yml ├── README.md ├── __init__.py ├── clip_fp8_convert.py ├── comfyui_manager .json ├── exmaple_workflow └── exampleworkflow.json ├── model_fp8_converter.py ├── pyproject.toml └── refimage └── exampleworkflow.png /.github/workflows/publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter/HEAD/.github/workflows/publish.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter/HEAD/__init__.py -------------------------------------------------------------------------------- /clip_fp8_convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter/HEAD/clip_fp8_convert.py -------------------------------------------------------------------------------- /comfyui_manager .json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter/HEAD/comfyui_manager .json -------------------------------------------------------------------------------- /exmaple_workflow/exampleworkflow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter/HEAD/exmaple_workflow/exampleworkflow.json -------------------------------------------------------------------------------- /model_fp8_converter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter/HEAD/model_fp8_converter.py -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter/HEAD/pyproject.toml -------------------------------------------------------------------------------- /refimage/exampleworkflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter/HEAD/refimage/exampleworkflow.png --------------------------------------------------------------------------------