Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ models =[
|
|
52 |
"digiplay/PotoPhotoRealism_v1",
|
53 |
]
|
54 |
|
55 |
-
def plex(prompt,goof,modil):
|
56 |
pipe = accelerator.prepare(AutoPipelineForText2Image.from_pretrained(""+modil+"", torch_dtype=torch.float32))
|
57 |
pipe = accelerator.prepare(pipe.to("cpu"))
|
58 |
# prompt = "A fantasy landscape, Cinematic lighting"
|
|
|
52 |
"digiplay/PotoPhotoRealism_v1",
|
53 |
]
|
54 |
|
55 |
+
def plex(prompt,goof,str(modil)):
|
56 |
pipe = accelerator.prepare(AutoPipelineForText2Image.from_pretrained(""+modil+"", torch_dtype=torch.float32))
|
57 |
pipe = accelerator.prepare(pipe.to("cpu"))
|
58 |
# prompt = "A fantasy landscape, Cinematic lighting"
|