Spaces:
Sleeping
Sleeping
Raumkommander
commited on
Commit
·
2b288f7
1
Parent(s):
cd4927a
inital deployment1
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ 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)
|
14 |
-
model_id = "
|
15 |
|
16 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
17 |
|
|
|
11 |
##realtime_pipe = StableDiffusionPipeline.from_pretrained("radames/Real-Time-Latent-Consistency-Model").to(device)
|
12 |
|
13 |
# Load the model (optimized for inference)
|
14 |
+
model_id = "radames/Real-Time-Latent-Consistency-Model"
|
15 |
|
16 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
17 |
|