From 676e6acfef4bfcc47797ce5da6bd4cab00ac41c9 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 8 Jun 2022 21:15:19 +0000 Subject: [PATCH] up --- .../txt2img-1p4B-multinode-clip-encoder-high-res-512.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/stable-diffusion/txt2img-1p4B-multinode-clip-encoder-high-res-512.yaml b/configs/stable-diffusion/txt2img-1p4B-multinode-clip-encoder-high-res-512.yaml index 0f03920..f97af3e 100644 --- a/configs/stable-diffusion/txt2img-1p4B-multinode-clip-encoder-high-res-512.yaml +++ b/configs/stable-diffusion/txt2img-1p4B-multinode-clip-encoder-high-res-512.yaml @@ -9,7 +9,7 @@ model: timesteps: 1000 first_stage_key: "jpg" cond_stage_key: "txt" - image_size: 32 + image_size: 64 channels: 4 cond_stage_trainable: false # Note: different from the one we trained before conditioning_key: crossattn @@ -28,7 +28,7 @@ model: unet_config: target: ldm.modules.diffusionmodules.openaimodel.UNetModel params: - image_size: 32 + image_size: 32 # unused in_channels: 4 out_channels: 4 model_channels: 320