alfredplpl commited on
Commit
74f9732
1 Parent(s): f0aff57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ auth_token=os.environ["ACCESS_TOKEN"]
18
  #adapter_id = "latent-consistency/lcm-lora-sdxl"
19
  #adapter_id_2 = "manual.safetensors"
20
 
21
- scheduler=EulerAncestralDiscreteScheduler(model_id, subfolder="scheduler",use_auth_token=auth_token)
22
 
23
  pipe = StableDiffusionXLPipeline.from_pretrained(
24
  model_id,
 
18
  #adapter_id = "latent-consistency/lcm-lora-sdxl"
19
  #adapter_id_2 = "manual.safetensors"
20
 
21
+ scheduler=EulerAncestralDiscreteScheduler.from_pretrained(model_id, subfolder="scheduler",use_auth_token=auth_token)
22
 
23
  pipe = StableDiffusionXLPipeline.from_pretrained(
24
  model_id,