Spaces:
Running
Running
Rishi Desai
commited on
Commit
·
dcf6544
1
Parent(s):
6efa312
updated readme
Browse files
README.md
CHANGED
|
@@ -28,8 +28,8 @@ pinned: false
|
|
| 28 |
## Installation
|
| 29 |
|
| 30 |
### Prerequisites
|
| 31 |
-
- Python 3.
|
| 32 |
-
- [Together
|
| 33 |
|
| 34 |
### Setup
|
| 35 |
|
|
@@ -55,7 +55,7 @@ pinned: false
|
|
| 55 |
</details>
|
| 56 |
|
| 57 |
|
| 58 |
-
## Gradio
|
| 59 |
|
| 60 |
Launch a user-friendly web interface for captioning and prompt optimization:
|
| 61 |
```bash
|
|
@@ -72,7 +72,13 @@ python demo.py
|
|
| 72 |
- **API errors**: Ensure your Together API key is set and has funds
|
| 73 |
- **Image formats**: Only .png, .jpg, .jpeg, and .webp files are supported
|
| 74 |
|
| 75 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
|
| 77 |
|
| 78 |
**User Prompt:**
|
|
@@ -105,7 +111,7 @@ playing pick-up basketball on a sunny day
|
|
| 105 |
|
| 106 |
---
|
| 107 |
|
| 108 |
-
|
| 109 |
|
| 110 |
**User Prompt:**
|
| 111 |
riding a horse on a prairie during sunset
|
|
|
|
| 28 |
## Installation
|
| 29 |
|
| 30 |
### Prerequisites
|
| 31 |
+
- Python 3.10 or higher
|
| 32 |
+
- [Together AI](https://together.ai/) account and API key
|
| 33 |
|
| 34 |
### Setup
|
| 35 |
|
|
|
|
| 55 |
</details>
|
| 56 |
|
| 57 |
|
| 58 |
+
## Gradio Demo
|
| 59 |
|
| 60 |
Launch a user-friendly web interface for captioning and prompt optimization:
|
| 61 |
```bash
|
|
|
|
| 72 |
- **API errors**: Ensure your Together API key is set and has funds
|
| 73 |
- **Image formats**: Only .png, .jpg, .jpeg, and .webp files are supported
|
| 74 |
|
| 75 |
+
## Manual Captioning with ChatGPT
|
| 76 |
+
Follow the instructions in my [blog post](https://rishidesai.github.io/posts/character-lora/) and use `system_prompt.txt` as the system prompt.
|
| 77 |
+
|
| 78 |
+
|
| 79 |
+
## Examples
|
| 80 |
+
|
| 81 |
+
### Sukuna from Jujutsu Kaisen
|
| 82 |
|
| 83 |
|
| 84 |
**User Prompt:**
|
|
|
|
| 111 |
|
| 112 |
---
|
| 113 |
|
| 114 |
+
### A character generated by Flux.1-dev
|
| 115 |
|
| 116 |
**User Prompt:**
|
| 117 |
riding a horse on a prairie during sunset
|