AlekseyCalvin commited on
Commit
94d76a6
1 Parent(s): 46c579e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ with open('loras.json', 'r') as f:
38
 
39
  # Initialize the base model
40
  #base_model = "stabilityai/stable-diffusion-3.5-large"
41
- pipe = AutoPipelineForText2Image.from_pretrained("stabilityai/stable-diffusion-3.5-large-turbo", torch_dtype=torch.bfloat16)
42
 
43
  #clipmodel = 'norm'
44
  #if clipmodel == "long":
 
38
 
39
  # Initialize the base model
40
  #base_model = "stabilityai/stable-diffusion-3.5-large"
41
+ pipe = AutoPipelineForText2Image.from_pretrained("ariG23498/sd-3.5-merged", torch_dtype=torch.bfloat16)
42
 
43
  #clipmodel = 'norm'
44
  #if clipmodel == "long":