jaketae / storyteller

Multimodal AI Story Teller, built with Stable Diffusion, GPT, and neural text-to-speech
MIT License
482 stars 64 forks source link

TypeError: 'staticmethod' object is not callable #19

Closed Brblol closed 6 months ago

Brblol commented 10 months ago

_$storyteller --writerprompt "The ravenous cat, driven by an insatiable craving for tuna, devised a daring plan to break into the local fish market's coveted tuna reserve." Traceback (most recent call last): File "/home/m/.local/bin/storyteller", line 5, in from storyteller.cli import main File "/home/m/.local/lib/python3.8/site-packages/storyteller/init.py", line 3, in from storyteller.config import StoryTellerConfig File "/home/m/.local/lib/python3.8/site-packages/storyteller/config.py", line 46, in class StoryTellerConfigArgparseHelpText: File "/home/m/.local/lib/python3.8/site-packages/storyteller/config.py", line 53, in StoryTellerConfigArgparseHelpText _get_dataclass_var_name_from_f_string_eq( TypeError: 'staticmethod' object is not callable

My system: No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.6 LTS Release: 20.04 Codename: focal

Python 3.8.10

jaketae commented 8 months ago

Hi, thanks for the issue, and apologies for the delay in response.

Is this on the latest main branch or through pip install? I will take a look at it in the new couple of weeks, as soon as I have bandwidth. Thanks!

stale[bot] commented 6 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.