Skip to content

Commit

Permalink
docs: fix outdated config params
Browse files Browse the repository at this point in the history
  • Loading branch information
jaketae committed Jan 13, 2023
1 parent c13340b commit f5400f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ For more advanced use cases, you can also directly interface with Story Teller i
```python
from storyteller import StoryTeller

story_teller = StoryTeller.from_defaults()
story_teller = StoryTeller.from_default()
story_teller.generate(...)
```

Expand All @@ -101,7 +101,6 @@ config = StoryTellerConfig(
writer="gpt2-large",
painter="CompVis/stable-diffusion-v1-4",
max_new_tokens=100,
diffusion_prompt_prefix="Van Gogh style",
)

story_teller = StoryTeller(config)
Expand Down

0 comments on commit f5400f3

Please sign in to comment.