Skip to content

Commit

Permalink
Update examples/stable-diffusion/text_to_image_generation.py
Browse files Browse the repository at this point in the history
Co-authored-by: Iman Gohari <s.m.iman.gohari@intel.com>
  • Loading branch information
dsocek and imangohari1 authored Nov 27, 2024
1 parent 1c027cf commit f8f9ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/stable-diffusion/text_to_image_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def main():

raise ValueError("Flux+ControlNet pipeline is not currenly supported")
elif inpainting:
# Import FLux Inpainting pipeline

raise ValueError("Flux Inpainting pipeline is not currenly supported")
else:
# Import Flux pipeline
Expand Down

0 comments on commit f8f9ea3

Please sign in to comment.