SunderAli17 commited on
Commit
7f0282c
·
verified ·
1 Parent(s): 7778272

Update toonmage/pipeline.py

Browse files
Files changed (1) hide show
  1. toonmage/pipeline.py +1 -1
toonmage/pipeline.py CHANGED
@@ -4,7 +4,7 @@ import cv2
4
  import insightface
5
  import torch
6
  import torch.nn as nn
7
- from basicsr.utils import img2tensor, tensor2img
8
  from diffusers import (
9
  DPMSolverMultistepScheduler,
10
  StableDiffusionXLPipeline,
 
4
  import insightface
5
  import torch
6
  import torch.nn as nn
7
+ from toonmage.utils import img2tensor, tensor2img
8
  from diffusers import (
9
  DPMSolverMultistepScheduler,
10
  StableDiffusionXLPipeline,