michaelj commited on
Commit
7de84f4
1 Parent(s): 774699c

Lykon/dreamshaper-xl-v2-turbo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from diffusers.utils import load_image
10
  import math
11
 
12
  device = "cuda" if torch.cuda.is_available() else "cpu"
13
- pipe = AutoPipelineForImage2Image.from_pretrained("dataautogpt3/ProteusV0.4-Lightning", torch_dtype=torch.float16) if torch.cuda.is_available() else AutoPipelineForImage2Image.from_pretrained("stabilityai/sdxl-turbo")
14
  pipe = pipe.to(device)
15
 
16
  def resize(value,img):
 
10
  import math
11
 
12
  device = "cuda" if torch.cuda.is_available() else "cpu"
13
+ pipe = AutoPipelineForImage2Image.from_pretrained("Lykon/dreamshaper-xl-v2-turbo", torch_dtype=torch.float16) if torch.cuda.is_available() else AutoPipelineForImage2Image.from_pretrained("stabilityai/sdxl-turbo")
14
  pipe = pipe.to(device)
15
 
16
  def resize(value,img):