ucaslx commited on
Commit
c569529
·
1 Parent(s): 656ccf9
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -30,6 +30,7 @@ unet = UNet2DConditionModel.from_pretrained(f"{ckpt_dir}/unet", revision=None).h
30
  clip_image_encoder = CLIPVisionModelWithProjection.from_pretrained(f'{ckpt_dir_faceid}/clip-vit-large-patch14-336', ignore_mismatched_sizes=True)
31
  clip_image_encoder.to(device)
32
  clip_image_processor = CLIPImageProcessor(size = 336, crop_size = 336)
 
33
 
34
  pipe = StableDiffusionXLPipeline(
35
  vae = vae,
 
30
  clip_image_encoder = CLIPVisionModelWithProjection.from_pretrained(f'{ckpt_dir_faceid}/clip-vit-large-patch14-336', ignore_mismatched_sizes=True)
31
  clip_image_encoder.to(device)
32
  clip_image_processor = CLIPImageProcessor(size = 336, crop_size = 336)
33
+ print(os.environ['test'])
34
 
35
  pipe = StableDiffusionXLPipeline(
36
  vae = vae,