LPX55 commited on
Commit
1014999
·
verified ·
1 Parent(s): 36dbd9a

Update raw.py

Browse files
Files changed (1) hide show
  1. raw.py +1 -1
raw.py CHANGED
@@ -63,7 +63,7 @@ except:
63
  # save to the Hub
64
  # pipe.push_to_hub("FLUX.1M-8step_upscaler-cnet")
65
 
66
- @spaces.GPU
67
  def generate_image(prompt, scale, steps, control_image, controlnet_conditioning_scale, guidance_scale, seed, guidance_end):
68
  generator = torch.Generator().manual_seed(seed)
69
 
 
63
  # save to the Hub
64
  # pipe.push_to_hub("FLUX.1M-8step_upscaler-cnet")
65
 
66
+ @spaces.GPU()
67
  def generate_image(prompt, scale, steps, control_image, controlnet_conditioning_scale, guidance_scale, seed, guidance_end):
68
  generator = torch.Generator().manual_seed(seed)
69