This repository was archived by the owner on Apr 12, 2026. It is now read-only.
Conversation
…pdate poetry.lock Updated the torch version to "^2.2.0" and specified the supplemental source where torch is hosted in the pyproject.toml file to ensure compatibility with specific environments.
I NEED to see errors while developing
… libraries to version 11 Updated the NVIDIA CUDA libraries to version 11, including cuBLAS, cuPTI, nvrtc, runtime, cuDNN, cufft, curand, cusolver, cusparse, nccl, and nvtx. This change aligns with the latest version of Torch (2.2.1+cu118) and torchvision (0.17.1).
- Added a new file "freestream/pages/2_🗺️_Image_Upscaler.py" to implement image upscaling functionality using HuggingFace and Torch. This includes the creation of a user interface for uploading images, organizing UI elements into columns, and displaying both the original and upscaled images. Additionally, a utility function "image_upscaler" has been added to upscale images using HuggingFace and Torch, providing users with an enhanced viewing experience.
…caler - Added an environment variable to set PYTORCH_CUDA_ALLOC_CONF to 'expandable_segments:True' for better memory management. - Implemented image resizing functionality in the image_upscaler function to downsize images larger than 1024x1024 before upscaling, preventing potential memory issues.
- Updated the Image Upscaler page in FreeStream, including UI changes, sidebar additions, and a note about ongoing development. Also adjusted the image downscaling logic to improve user experience and added a link to the current upscaler being used.
- Removed image object removal feature - Updated Streamlit application structure to multipage - Updated task list with completed and pending tasks
Add a footer to the pages using community-suggested styling. This commit introduces a consistent footer across different pages, enhancing the user experience and providing credit to the developer.
Bumped the project version from 3.1.2 to 3.2.0 in pyproject.toml to reflect recent changes and updates.
… code style) Reformatted import statements and code style for better readability and consistency. Also, added missing newline at the end of the file in "2_🗲Image_Upscaler.py".
…m 1024. added upscaling limitations section - Updated the image upscaler page to reflect new limitations on image dimensions for downscaling. Also, added a note about the current upscaler's issue with generating excess content around the edge of the image. The underlying upscale model is planned for replacement, so this is not a primary concern. Additionally, modified the utility function to downsample images if their width or height exceeds 512 pixels instead of 1024.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
utility_funcs.py