Skip to content

Commit

Permalink
🚧 feat: add tool.paint_mask and tool.image_metadata functions
Browse files Browse the repository at this point in the history
- Implement tool.paint_mask and tool.image_metadata functions
- Update README to include new functions and playground directory note
  • Loading branch information
sudoskys committed Mar 16, 2024
1 parent e94849b commit 3fc79de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ The goal of this repository is to use Pydantic to build legitimate requests to a
### Roadmap 🚧

- [x] tool.random_prompt
- [x] tool.paint_mask
- [x] tool.image_metadata
- [x] /ai/generate-image
- [x] /user/subscription
- [x] /user/login
Expand All @@ -31,7 +33,7 @@ pip install novelai-python
```

More examples can be found in the [playground](https://github.com/LlmKira/novelai-python/tree/main/playground)
directory.
directory, read code as documentation.

```python
import asyncio
Expand Down

0 comments on commit 3fc79de

Please sign in to comment.