Skip to content

Commit

Permalink
fix 🐛: Remove image storage functionality from txt2img.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffery10 committed Sep 8, 2024
1 parent 64ce0ea commit eee69b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txt2img.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from io import BytesIO
from dotenv import load_dotenv
import json
from file_management import store_image, parseImage
from file_management import parseImage
from models.EmbedBuilder import EmbedBuilder
from models.ImageRequest import ImageRequest
from models.RequestTypes import RequestTypes
Expand Down

0 comments on commit eee69b2

Please sign in to comment.