Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -61,7 +61,6 @@ def init_predictor():
|
|
| 61 |
text_encoder=text_encoder,
|
| 62 |
torch_dtype=torch.bfloat16,
|
| 63 |
).to("cpu")
|
| 64 |
-
pipe.clip_skip=None
|
| 65 |
pipe.to(device)
|
| 66 |
|
| 67 |
negative_prompt = "Aerial view, aerial view, overexposed, low quality, deformation, a poor composition, bad hands, bad teeth, bad eyes, bad limbs, distortion"
|
|
|
|
| 61 |
text_encoder=text_encoder,
|
| 62 |
torch_dtype=torch.bfloat16,
|
| 63 |
).to("cpu")
|
|
|
|
| 64 |
pipe.to(device)
|
| 65 |
|
| 66 |
negative_prompt = "Aerial view, aerial view, overexposed, low quality, deformation, a poor composition, bad hands, bad teeth, bad eyes, bad limbs, distortion"
|