Cognomen commited on
Commit
1f33b3d
Β·
1 Parent(s): 26eb517

thought I changed that

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ pipe, params = FlaxStableDiffusionControlNetPipeline.from_pretrained(
35
  revision="flax",
36
  dtype=jnp.bfloat16,
37
  )
38
- pipe.scheduler = UniPCMultistepScheduler.from_config(pipe.scheduler.config)
39
  #pipe.enable_model_cpu_offload()
40
  #pipe.enable_xformers_memory_efficient_attention()
41
 
 
35
  revision="flax",
36
  dtype=jnp.bfloat16,
37
  )
38
+ pipe.scheduler = FlaxScoreSdeVeScheduler.from_config(pipe.scheduler.config)
39
  #pipe.enable_model_cpu_offload()
40
  #pipe.enable_xformers_memory_efficient_attention()
41