IdeoImageCreator
About High quality image generation by ideogram. Reverse engineered API.
Install / Use
/learn @yihong0618/IdeoImageCreatorREADME
IdeoImageCreator
About High quality image generation by ideogram. Reverse engineered API.
How to
- Login to https://ideogram.ai and generate some images.
- Use
Chromeor other browsers to inspect the network requests (F12 -> XHR). - Clone this REPO ->
git clone https://github.com/yihong0618/IdeoImageCreator.git - Copy the cookie.
- Copy the Bearer token.
- Copy your user name.
- Export IDEO_COOKIE='xxxxx'.
- Export IDEO_AUTH_TOKEN='xxxxx' (found after
Bearerin the HEADERS of the requests). - Export IDEO_USER_ID='xxxxx'.
Usage
python -m ideo --prompt 'a big red cat'
or
pip install -U ideo
from ideo import ImageGen
i = ImageGen('cookie', 'user_id', 'auth_token') # Replace 'cookie', 'user_id', and 'auth_token' with your own values
print(i.get_limit_left())
i.save_images("a blue cyber dream", './output')
Customization
Customization params:
- aspect_ratio - default "1:1"
- model_version - default "V_0_3" ("V_1_0" and lower take 1 credit)
- style - default "AUTO"
- is_auto_prompt - default "AUTO"
Example:
i.save_images(prompt = "woman with son turned away walking in a park",
aspect_ratio="16:10",
model_version="V_1_5",
style="PHOTO",
output_dir='./output',)
Thanks
Related Skills
qqbot-channel
350.8kQQ 频道管理技能。查询频道列表、子频道、成员、发帖、公告、日程等操作。使用 qqbot_channel_api 工具代理 QQ 开放平台 HTTP 接口,自动处理 Token 鉴权。当用户需要查看频道、管理子频道、查询成员、发布帖子/公告/日程时使用。
docs-writer
100.5k`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie
model-usage
350.8kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
ddd
Guía de Principios DDD para el Proyecto > 📚 Documento Complementario : Este documento define los principios y reglas de DDD. Para ver templates de código, ejemplos detallados y guías paso
