Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ model_repo='John6666/uber-realistic-porn-merge-xl-urpmxl-v6final-sdxl'
|
|
118 |
#'John6666/pornworks-real-porn-ponyv04-sdxl'
|
119 |
#'John6666/pornmaster-amateur-sdxlv1vae-sdxl'
|
120 |
|
121 |
-
rv='ford442/RealVisXL_V5.
|
122 |
|
123 |
text_encoder = CLIPTextModel.from_pretrained(rv, subfolder='text_encoder', token=True)#.to(device=device, dtype=torch.bfloat16)
|
124 |
text_encoder_2 = CLIPTextModelWithProjection.from_pretrained(model_repo, subfolder='text_encoder_2',token=True)#.to(device=device, dtype=torch.bfloat16)
|
|
|
118 |
#'John6666/pornworks-real-porn-ponyv04-sdxl'
|
119 |
#'John6666/pornmaster-amateur-sdxlv1vae-sdxl'
|
120 |
|
121 |
+
rv='ford442/RealVisXL_V5.0_FP64'
|
122 |
|
123 |
text_encoder = CLIPTextModel.from_pretrained(rv, subfolder='text_encoder', token=True)#.to(device=device, dtype=torch.bfloat16)
|
124 |
text_encoder_2 = CLIPTextModelWithProjection.from_pretrained(model_repo, subfolder='text_encoder_2',token=True)#.to(device=device, dtype=torch.bfloat16)
|