How to use amd-shark/sdxl-quant-int8 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("amd-shark/sdxl-quant-int8", dtype="auto")
No model card