Prgckwb's picture
:tada: safetensors checkpoint
c8e7ecb

A newer version of the Gradio SDK is available: 4.37.2

Upgrade
metadata
title: Stable Diffusion Demo
emoji: 🌖
colorFrom: pink
colorTo: yellow
sdk: gradio
sdk_version: 4.36.1
app_file: app.py
pinned: true

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

How to convert checkpoints from AUTOMATIC1111 to diffusers

rye run python scripts/convert_original_stable_diffusion_to_diffusers.py.py \
    --checkpoint_path checkpoints/original/Beautiful\ Realistic\ Asians\ v7.safetensors \
    --dump_path "checkpoints/diffusers/Beautiful\ Realistic\ Asians\ v7" \
    --from_safetensors --to_safetensors