mvalssj commited on
Commit
1f83551
·
verified ·
1 Parent(s): 5b82304

atualização

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -6,7 +6,8 @@ from diffusers import DiffusionPipeline
6
  import torch
7
 
8
  device = "cuda" if torch.cuda.is_available() else "cpu"
9
- model_repo_id = "stabilityai/sdxl-turbo" #Replace to the model you would like to use
 
10
 
11
  if torch.cuda.is_available():
12
  torch_dtype = torch.float16
 
6
  import torch
7
 
8
  device = "cuda" if torch.cuda.is_available() else "cpu"
9
+ #model_repo_id = "stabilityai/sdxl-turbo" #Replace to the model you would like to use
10
+ model_repo_id = "unsloth/Llama-3.2-1B-Instruct" #Replace to the model you would like to use
11
 
12
  if torch.cuda.is_available():
13
  torch_dtype = torch.float16