Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Image Studio

A fast, multi-file Streamlit toolkit for generating AI images (including a dedicated "This 3D Model Does Not Exist" mode). The project uses the Latent Consistency Model (LCM) for very fast generation (4–8 steps recommended).

Quick links

Getting started (Colab)

  1. Upload RUN_IN_COLAB.ipynb to Colab.
  2. When prompted, upload either app_colab.py (recommended) or app_enhanced.py.
  3. Enable GPU in Runtime → Change runtime type → GPU.
  4. Run the notebook; the public URL will be printed.

Running locally

  1. Create a virtualenv, install dependencies:
pip install -r requirements.txt
  1. Add your HuggingFace token to .env as HF_TOKEN=your_token (example in .env.example).
  2. Run:
streamlit run app_enhanced.py

For a tiny demo use: streamlit run app_demo.py or run run_demo.bat on Windows.

Notes & tips

Troubleshooting

  • "ScriptRunContext" warnings: harmless (use app_colab.py to avoid them). See START_HERE.md.
  • Out-of-memory: reduce image size, enable GPU, or use smaller batch sizes.

License

Include your preferred license or "All rights reserved" as needed.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages