Fix unet config in Diffusers (sample_size=64)

This commit is contained in:
Kohya S
2023-01-29 20:43:58 +09:00
parent 7817e95a86
commit 6bbb4d426e
2 changed files with 1 additions and 5 deletions

View File

@@ -1,8 +1,4 @@
# convert Diffusers v1.x/v2.0 model to original Stable Diffusion
# v1: initial version
# v2: support safetensors
# v3: fix to support another format
# v4: support safetensors in Diffusers
import argparse
import os