Raumkommander commited on
Commit
3f61ba7
·
1 Parent(s): 9b1ccc9

inital deployment1

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. app_new.py +0 -0
app.py CHANGED
@@ -7,7 +7,7 @@ from transformers import AutoProcessor, AutoModel, AutoTokenizer
7
  from PIL import Image
8
 
9
  # Load the Real-Time Latent Consistency Model
10
- device = "cuda" if torch.cuda.is_available() else "cpu"
11
  ##realtime_pipe = StableDiffusionPipeline.from_pretrained("radames/Real-Time-Latent-Consistency-Model").to(device)
12
 
13
  # Load the model (optimized for inference)#
 
7
  from PIL import Image
8
 
9
  # Load the Real-Time Latent Consistency Model
10
+ #device = "cuda" if torch.cuda.is_available() else "cpu"
11
  ##realtime_pipe = StableDiffusionPipeline.from_pretrained("radames/Real-Time-Latent-Consistency-Model").to(device)
12
 
13
  # Load the model (optimized for inference)#
app_new.py ADDED
File without changes