1inkusFace commited on
Commit
c90fc8c
·
verified ·
1 Parent(s): 375f07d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.0_BF64'
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)