AI FILMS
community
AI & ML interests
A central place for all AI creators wanting to use the different AI Tools that provides HuggingFace for their film creations
Recent Activity
View all activity
AIFILMS's activity
prithivMLmodsΒ
posted
an
update
3 days ago
prithivMLmodsΒ
posted
an
update
6 days ago
Post
2031
Qwen2VL Models: Vision and Language Processing π
πFT; [ Latex OCR, Math Parsing, Text Analogy OCRTest ]
βοΈDemo : prithivMLmods/Qwen2-VL-2B . The demo includes the Qwen2VL 2B Base Model.
π―The space handles documenting content from the input image along with standardized plain text. It includes adjustment tools with over 30 font styles, file formatting support for PDF and DOCX, textual alignments, font size adjustments, and line spacing modifications.
πPDFs are rendered using the ReportLab software library toolkit.
π§΅Models :
+ prithivMLmods/Qwen2-VL-OCR-2B-Instruct
+ prithivMLmods/Qwen2-VL-Ocrtest-2B-Instruct
+ prithivMLmods/Qwen2-VL-Math-Prase-2B-Instruct
πSample Document :
+ https://drive.google.com/file/d/1Hfqqzq4Xc-3eTjbz-jcQY84V5E1YM71E/view?usp=sharing
π¦Collection :
+ prithivMLmods/vision-language-models-67639f790e806e1f9799979f
.
.
.
@prithivMLmods π€
πFT; [ Latex OCR, Math Parsing, Text Analogy OCRTest ]
βοΈDemo : prithivMLmods/Qwen2-VL-2B . The demo includes the Qwen2VL 2B Base Model.
π―The space handles documenting content from the input image along with standardized plain text. It includes adjustment tools with over 30 font styles, file formatting support for PDF and DOCX, textual alignments, font size adjustments, and line spacing modifications.
πPDFs are rendered using the ReportLab software library toolkit.
π§΅Models :
+ prithivMLmods/Qwen2-VL-OCR-2B-Instruct
+ prithivMLmods/Qwen2-VL-Ocrtest-2B-Instruct
+ prithivMLmods/Qwen2-VL-Math-Prase-2B-Instruct
πSample Document :
+ https://drive.google.com/file/d/1Hfqqzq4Xc-3eTjbz-jcQY84V5E1YM71E/view?usp=sharing
π¦Collection :
+ prithivMLmods/vision-language-models-67639f790e806e1f9799979f
.
.
.
@prithivMLmods π€
prithivMLmodsΒ
posted
an
update
7 days ago
Post
3165
π Here Before - Xmasπ
β¨
π§π»βπModels
+ [ Xmas 2D Illustration ] : strangerzonehf/Flux-Xmas-Illustration-LoRA
+ [ Xmas 3D Art ] : strangerzonehf/Flux-Xmas-3D-LoRA
+ [ Xmas Chocolate ] : strangerzonehf/Flux-Xmas-Chocolate-LoRA
+ [ Xmas Isometric Kit ] : strangerzonehf/Flux-Xmas-Isometric-Kit-LoRA
+ [ Xmas Realpix ] : strangerzonehf/Flux-Xmas-Realpix-LoRA
+ [ Xmas Anime ] : strangerzonehf/Flux-Anime-Xmas-LoRA
βοΈCollections
+ [ Xmas Art ] : strangerzonehf/christmas-pack-6758b199487adafaddb68f82
+ [ Stranger Zone Collection ] : prithivMLmods/stranger-zone-collections-org-6737118adcf2cb40d66d0c7e
π₯ΆPage
+ [ Stranger Zone ] : https://huggingface.co/strangerzonehf
.
.
.
@prithivMLmods π€
π§π»βπModels
+ [ Xmas 2D Illustration ] : strangerzonehf/Flux-Xmas-Illustration-LoRA
+ [ Xmas 3D Art ] : strangerzonehf/Flux-Xmas-3D-LoRA
+ [ Xmas Chocolate ] : strangerzonehf/Flux-Xmas-Chocolate-LoRA
+ [ Xmas Isometric Kit ] : strangerzonehf/Flux-Xmas-Isometric-Kit-LoRA
+ [ Xmas Realpix ] : strangerzonehf/Flux-Xmas-Realpix-LoRA
+ [ Xmas Anime ] : strangerzonehf/Flux-Anime-Xmas-LoRA
βοΈCollections
+ [ Xmas Art ] : strangerzonehf/christmas-pack-6758b199487adafaddb68f82
+ [ Stranger Zone Collection ] : prithivMLmods/stranger-zone-collections-org-6737118adcf2cb40d66d0c7e
π₯ΆPage
+ [ Stranger Zone ] : https://huggingface.co/strangerzonehf
.
.
.
@prithivMLmods π€
prithivMLmodsΒ
posted
an
update
11 days ago
eienmojikiΒ
posted
an
update
13 days ago
Post
1389
π Introducing 2048 Game API: A RESTful API for the Classic Puzzle Game π§©
I'm excited to share my latest project, 2048 Game API, a RESTful API that allows you to create, manage, and play games of 2048, a popular puzzle game where players slide numbered tiles to combine them and reach the goal of getting a tile with the value of 2048.
β Features
Create new games with customizable board sizes (3-8)
Make moves (up, down, left, right) and get the updated game state
Get the current game state, including the board, score, and game over status
Delete games
Generate images of the game board with customizable themes (light and dark)
π API Endpoints
𧩠Example Use Cases
- Create a new game with a 4x4 board:
- Make a move up:
- Get the current game state:
π Try it out!
- Demo: eienmojiki/2048
- Source: https://github.com/kogakisaki/koga-2048
- You can try out the API by running the server locally or using a tool like Postman to send requests to the API. I hope you enjoy playing 2048 with this API!
Let me know if you have any questions or feedback!
π§ Mouse1 is our friendπ§
I'm excited to share my latest project, 2048 Game API, a RESTful API that allows you to create, manage, and play games of 2048, a popular puzzle game where players slide numbered tiles to combine them and reach the goal of getting a tile with the value of 2048.
β Features
Create new games with customizable board sizes (3-8)
Make moves (up, down, left, right) and get the updated game state
Get the current game state, including the board, score, and game over status
Delete games
Generate images of the game board with customizable themes (light and dark)
π API Endpoints
POST /api/games
- Create a new gameGET /api/games/:gameId
- Get the current game statePOST /api/games/:gameId/move
- Make a move (up, down, left, right)DELETE /api/games/:gameId
- Delete a gameGET /api/games/:gameId/image
- Generate an image of the game board𧩠Example Use Cases
- Create a new game with a 4x4 board:
curl -X POST -H "Content-Type: application/json" -d '{"size": 4}' http://localhost:3000/api/games
- Make a move up:
curl -X POST -H "Content-Type: application/json" -d '{"direction": "up"}' http://localhost:3000/api/games/:gameId/move
- Get the current game state:
curl -X GET http://localhost:3000/api/games/:gameId
π Try it out!
- Demo: eienmojiki/2048
- Source: https://github.com/kogakisaki/koga-2048
- You can try out the API by running the server locally or using a tool like Postman to send requests to the API. I hope you enjoy playing 2048 with this API!
Let me know if you have any questions or feedback!
π§ Mouse1 is our friendπ§
prithivMLmodsΒ
posted
an
update
19 days ago
Post
3816
Near 3:2 { 1280*832 } Adapters π₯
π§ͺThe datasets were prepared for a 3:2 aspect ratio by processing images of any dimension (width Γ height) in alignment with the adapter's concept. This involved using techniques such as magic expand, magic fill, or outpainting to adjust the remaining parts of the image to achieve the 3:2 ratio & posts training. This approach enhanced the desired image quality to up to 2 MB for detailed prompts and reduced artifacts in images sized at 1280 Γ 832.
πThis approach was used instead of cropping down the 2x or 3x zoomed positions in the actual image. It generative filling to adjust the image's aspect ratio proportionally within the dataset.
π§I used Canva's Magic Expand, Firefly's Generative Fill, and Flux's Outpaint for aspect ratio adjustments.
β¬οΈModel DLC :
+ [ Microworld Nft ] : strangerzonehf/Flux-Microworld-NFT-LoRA
+ [ Creative Stocks ] : strangerzonehf/Flux-Creative-Stocks-LoRA
+ [ Icon-Kit ] : strangerzonehf/Flux-Icon-Kit-LoRA
+ [ Claymation ] : strangerzonehf/Flux-Claymation-XC-LoRA
+ [ Super Portrait ] : strangerzonehf/Flux-Super-Portrait-LoRA
+ [ Ghibli Art ] : strangerzonehf/Flux-Ghibli-Art-LoRA
+ [ Isometric Site ] : strangerzonehf/Flux-Isometric-Site-LoRA
π§¨Page :
1] Stranger Zone: https://huggingface.co/strangerzonehf
π£Space :
1] Flux LoRA DLC: prithivMLmods/FLUX-LoRA-DLC
π¦Collections :
1] strangerzonehf/flux-3dxl-engine-674833c14a001d5b1fdb5139
2] prithivMLmods/flux-lora-collections-66dd5908be2206cfaa8519be
3] strangerzonehf/animaker-engine-673714956dec98c400c30cf6
4] strangerzonehf/mixer-engine-673582c9c5939d8aa5bf9533
.
.
.
@prithivMLmods
π§ͺThe datasets were prepared for a 3:2 aspect ratio by processing images of any dimension (width Γ height) in alignment with the adapter's concept. This involved using techniques such as magic expand, magic fill, or outpainting to adjust the remaining parts of the image to achieve the 3:2 ratio & posts training. This approach enhanced the desired image quality to up to 2 MB for detailed prompts and reduced artifacts in images sized at 1280 Γ 832.
πThis approach was used instead of cropping down the 2x or 3x zoomed positions in the actual image. It generative filling to adjust the image's aspect ratio proportionally within the dataset.
π§I used Canva's Magic Expand, Firefly's Generative Fill, and Flux's Outpaint for aspect ratio adjustments.
β¬οΈModel DLC :
+ [ Microworld Nft ] : strangerzonehf/Flux-Microworld-NFT-LoRA
+ [ Creative Stocks ] : strangerzonehf/Flux-Creative-Stocks-LoRA
+ [ Icon-Kit ] : strangerzonehf/Flux-Icon-Kit-LoRA
+ [ Claymation ] : strangerzonehf/Flux-Claymation-XC-LoRA
+ [ Super Portrait ] : strangerzonehf/Flux-Super-Portrait-LoRA
+ [ Ghibli Art ] : strangerzonehf/Flux-Ghibli-Art-LoRA
+ [ Isometric Site ] : strangerzonehf/Flux-Isometric-Site-LoRA
π§¨Page :
1] Stranger Zone: https://huggingface.co/strangerzonehf
π£Space :
1] Flux LoRA DLC: prithivMLmods/FLUX-LoRA-DLC
π¦Collections :
1] strangerzonehf/flux-3dxl-engine-674833c14a001d5b1fdb5139
2] prithivMLmods/flux-lora-collections-66dd5908be2206cfaa8519be
3] strangerzonehf/animaker-engine-673714956dec98c400c30cf6
4] strangerzonehf/mixer-engine-673582c9c5939d8aa5bf9533
.
.
.
@prithivMLmods
prithivMLmodsΒ
posted
an
update
22 days ago
Post
2626
Milestone for Flux.1 Dev π₯
π’The Flux.1 Dev model has crossed 1οΈβ£0οΈβ£,0οΈβ£0οΈβ£0οΈβ£ creative public adapters! π
π https://huggingface.co/models?other=base_model:adapter:black-forest-labs/FLUX.1-dev
π’This includes:
- 266 Finetunes
- 19 Quants
- 4 Merges
π’ Hereβs the 10,000th public adapter : π
+ strangerzonehf/Flux-3DXL-Partfile-0006
π’ Page :
+ https://huggingface.co/strangerzonehf
π’ Collection :
+ prithivMLmods/flux-lora-collections-66dd5908be2206cfaa8519be
π’The Flux.1 Dev model has crossed 1οΈβ£0οΈβ£,0οΈβ£0οΈβ£0οΈβ£ creative public adapters! π
π https://huggingface.co/models?other=base_model:adapter:black-forest-labs/FLUX.1-dev
π’This includes:
- 266 Finetunes
- 19 Quants
- 4 Merges
π’ Hereβs the 10,000th public adapter : π
+ strangerzonehf/Flux-3DXL-Partfile-0006
π’ Page :
+ https://huggingface.co/strangerzonehf
π’ Collection :
+ prithivMLmods/flux-lora-collections-66dd5908be2206cfaa8519be
prithivMLmodsΒ
posted
an
update
26 days ago
Post
2725
Fine-Textured [Polygon] Character 3D Design Renders π
Adapters capable of providing better lighting control (Bn+, Bn-) and richer textures compared to previous sets require more contextual prompts for optimal performance.
The ideal settings are achieved at inference steps around 30β35, with the best dimensions being 1280 x 832 [ 3:2 ]. However, it also performs well with the default settings of 1024 x 1024 [ 1:1 ].
π’Models DLC :
+ strangerzonehf/Flux-3DXL-Partfile-0001
+ strangerzonehf/Flux-3DXL-Partfile-0002
+ strangerzonehf/Flux-3DXL-Partfile-0003
+ strangerzonehf/Flux-3DXL-Partfile-0004
+ strangerzonehf/Flux-3DXL-Partfile-C0001
π’Collections :
1] strangerzonehf/flux-3dxl-engine-674833c14a001d5b1fdb5139
2] prithivMLmods/flux-lora-collections-66dd5908be2206cfaa8519be
π’Space :
1] prithivMLmods/FLUX-LoRA-DLC
π’Page :
1] Stranger Zone: https://huggingface.co/strangerzonehf
.
.
.
@prithivMLmods π€
Adapters capable of providing better lighting control (Bn+, Bn-) and richer textures compared to previous sets require more contextual prompts for optimal performance.
The ideal settings are achieved at inference steps around 30β35, with the best dimensions being 1280 x 832 [ 3:2 ]. However, it also performs well with the default settings of 1024 x 1024 [ 1:1 ].
π’Models DLC :
+ strangerzonehf/Flux-3DXL-Partfile-0001
+ strangerzonehf/Flux-3DXL-Partfile-0002
+ strangerzonehf/Flux-3DXL-Partfile-0003
+ strangerzonehf/Flux-3DXL-Partfile-0004
+ strangerzonehf/Flux-3DXL-Partfile-C0001
π’Collections :
1] strangerzonehf/flux-3dxl-engine-674833c14a001d5b1fdb5139
2] prithivMLmods/flux-lora-collections-66dd5908be2206cfaa8519be
π’Space :
1] prithivMLmods/FLUX-LoRA-DLC
π’Page :
1] Stranger Zone: https://huggingface.co/strangerzonehf
.
.
.
@prithivMLmods π€
prithivMLmodsΒ
posted
an
update
30 days ago
Post
3271
HF Posts Receipts ππ
[ HF POSTS RECEIPT ] : prithivMLmods/HF-POSTS-RECEIPT
π₯ The one thing that needs to be remembered is the 'username'.
π₯ And yeah, thank you, @maxiw , for creating the awesome dataset and sharing them here! π
π₯ [ Dataset ] : maxiw/hf-posts
.
.
.
@prithivMLmods
[ HF POSTS RECEIPT ] : prithivMLmods/HF-POSTS-RECEIPT
π₯ The one thing that needs to be remembered is the 'username'.
π₯ And yeah, thank you, @maxiw , for creating the awesome dataset and sharing them here! π
π₯ [ Dataset ] : maxiw/hf-posts
.
.
.
@prithivMLmods
prithivMLmodsΒ
posted
an
update
about 1 month ago
Post
4100
CRISP π₯ [ Isometric-3D-Cinematography / Isometric-3D-Obj / 3D-Kawaii / Long Toons ]
[ Flux DLC ] : prithivMLmods/FLUX-LoRA-DLC
[ Stranger Zone ] : https://huggingface.co/strangerzonehf
π[ Isometric 3D Cinematography ] : strangerzonehf/Flux-Isometric-3D-Cinematography
π[ Isometric 3D ] : strangerzonehf/Flux-Isometric-3D-LoRA
π[ Cute 3D Kawaii ] : strangerzonehf/Flux-Cute-3D-Kawaii-LoRA
π[ Long Toon 3D ] : prithivMLmods/Flux-Long-Toon-LoRA
[ Stranger Zone Collection ] : https://huggingface.co/collections/prithivMLmods/stranger-zone-collections-6737118adcf2cb40d66d0c7e
[ Flux Collection ] : prithivMLmods/flux-lora-collections-66dd5908be2206cfaa8519be
[ Flux Mix ] : prithivMLmods/Midjourney-Flux
.
.
.
@prithivMLmods
[ Flux DLC ] : prithivMLmods/FLUX-LoRA-DLC
[ Stranger Zone ] : https://huggingface.co/strangerzonehf
π[ Isometric 3D Cinematography ] : strangerzonehf/Flux-Isometric-3D-Cinematography
π[ Isometric 3D ] : strangerzonehf/Flux-Isometric-3D-LoRA
π[ Cute 3D Kawaii ] : strangerzonehf/Flux-Cute-3D-Kawaii-LoRA
π[ Long Toon 3D ] : prithivMLmods/Flux-Long-Toon-LoRA
[ Stranger Zone Collection ] : https://huggingface.co/collections/prithivMLmods/stranger-zone-collections-6737118adcf2cb40d66d0c7e
[ Flux Collection ] : prithivMLmods/flux-lora-collections-66dd5908be2206cfaa8519be
[ Flux Mix ] : prithivMLmods/Midjourney-Flux
.
.
.
@prithivMLmods
prithivMLmodsΒ
posted
an
update
about 1 month ago
Post
2903
Weekend Dribble π¦πΊ
Adapters for Product Ad Backdrops, Smooth Polaroids, Minimalist Sketch cards, Super Blends!!
π€Demo on: prithivMLmods/FLUX-LoRA-DLC
Stranger Zones :
ππΌ{ Super Blend } : strangerzonehf/Flux-Super-Blend-LoRA
ππΌ{ Product Concept Ad } : prithivMLmods/Flux-Product-Ad-Backdrop
ππΌ{ Frosted Mock-ups } : prithivMLmods/Flux.1-Dev-Frosted-Container-LoRA
ππΌ{ Polaroid Plus } : prithivMLmods/Flux-Polaroid-Plus
ππΌ{Sketch Cards} : prithivMLmods/Flux.1-Dev-Sketch-Card-LoRA
πStranger Zone: https://huggingface.co/strangerzonehf
πFlux LoRA Collections: prithivMLmods/flux-lora-collections-66dd5908be2206cfaa8519be
.
.
.
@prithivMLmods π€
Adapters for Product Ad Backdrops, Smooth Polaroids, Minimalist Sketch cards, Super Blends!!
π€Demo on: prithivMLmods/FLUX-LoRA-DLC
Stranger Zones :
ππΌ{ Super Blend } : strangerzonehf/Flux-Super-Blend-LoRA
ππΌ{ Product Concept Ad } : prithivMLmods/Flux-Product-Ad-Backdrop
ππΌ{ Frosted Mock-ups } : prithivMLmods/Flux.1-Dev-Frosted-Container-LoRA
ππΌ{ Polaroid Plus } : prithivMLmods/Flux-Polaroid-Plus
ππΌ{Sketch Cards} : prithivMLmods/Flux.1-Dev-Sketch-Card-LoRA
πStranger Zone: https://huggingface.co/strangerzonehf
πFlux LoRA Collections: prithivMLmods/flux-lora-collections-66dd5908be2206cfaa8519be
.
.
.
@prithivMLmods π€
prithivMLmodsΒ
posted
an
update
about 1 month ago
Post
2028
π
Glif App's Remixes feature allows you to slap a logo onto anything, seamlessly integrating the input image (logo) into various contexts. The result is stunning remixes that blend the input logo with generated images (img2img logo mapping) for incredible outcomes.
Check out Any Logo Anywhere remixes on Glif: [Glif Remixes](https://glif.app/glifs/cm3o7dfsd002610z48sz89yih/remixes)
πThe browser extension enables thousands of Glif-based img2img workflows on any image you find online. Experience Glif Remix with WebAI: [Chrome Extension](https://chromewebstore.google.com/detail/glif-remix-the-web-with-a/abfbooehhdjcgmbmcpkcebcmpfnlingo)
.
.
.
π€Have fun with the cool stuff !!
@prithivMLmods
Check out Any Logo Anywhere remixes on Glif: [Glif Remixes](https://glif.app/glifs/cm3o7dfsd002610z48sz89yih/remixes)
πThe browser extension enables thousands of Glif-based img2img workflows on any image you find online. Experience Glif Remix with WebAI: [Chrome Extension](https://chromewebstore.google.com/detail/glif-remix-the-web-with-a/abfbooehhdjcgmbmcpkcebcmpfnlingo)
.
.
.
π€Have fun with the cool stuff !!
@prithivMLmods
prithivMLmodsΒ
posted
an
update
about 1 month ago
Post
3233
The (768 x 1024) mix of MidJourney and Flux's LoRA is nearly identical to the actual visual design. It hasnβt undergone much concept art development for now. In the meantime, try out the impressive visual designs on:
π₯Midjourney Flux Mix : prithivMLmods/Midjourney-Flux
π₯Adapter for FluxMix : strangerzonehf/Flux-Midjourney-Mix-LoRA
π₯Flux LoRA Collection: prithivMLmods/flux-lora-collections-66dd5908be2206cfaa8519be
.
.
.
@prithivMLmods π€
π₯Midjourney Flux Mix : prithivMLmods/Midjourney-Flux
π₯Adapter for FluxMix : strangerzonehf/Flux-Midjourney-Mix-LoRA
π₯Flux LoRA Collection: prithivMLmods/flux-lora-collections-66dd5908be2206cfaa8519be
.
.
.
@prithivMLmods π€
prithivMLmodsΒ
posted
an
update
about 1 month ago
Post
3932
Minimalistic Adapters π
πDemo Here:
prithivMLmods/FLUX-LoRA-DLC
πModel:
{ Quote Tuner } : prithivMLmods/Flux.1-Dev-Quote-LoRA
{ Stamp Art } : prithivMLmods/Flux.1-Dev-Stamp-Art-LoRA
{ Hand Sticky } : prithivMLmods/Flux.1-Dev-Hand-Sticky-LoRA
{ Poster HQ } : prithivMLmods/Flux.1-Dev-Poster-HQ-LoRA
{ Ctoon Min } : prithivMLmods/Flux.1-Dev-Ctoon-LoRA
πCollection:
{ Flux LoRA Collection} : prithivMLmods/flux-lora-collections-66dd5908be2206cfaa8519be
{ LoRA Space Collection } : prithivMLmods/lora-space-collections-6714b72e0d49e1c97fbd6a32
πFor More Visit
https://huggingface.co/strangerzonehf
.
.
.
π€@prithivMLmods
πDemo Here:
prithivMLmods/FLUX-LoRA-DLC
πModel:
{ Quote Tuner } : prithivMLmods/Flux.1-Dev-Quote-LoRA
{ Stamp Art } : prithivMLmods/Flux.1-Dev-Stamp-Art-LoRA
{ Hand Sticky } : prithivMLmods/Flux.1-Dev-Hand-Sticky-LoRA
{ Poster HQ } : prithivMLmods/Flux.1-Dev-Poster-HQ-LoRA
{ Ctoon Min } : prithivMLmods/Flux.1-Dev-Ctoon-LoRA
πCollection:
{ Flux LoRA Collection} : prithivMLmods/flux-lora-collections-66dd5908be2206cfaa8519be
{ LoRA Space Collection } : prithivMLmods/lora-space-collections-6714b72e0d49e1c97fbd6a32
πFor More Visit
https://huggingface.co/strangerzonehf
.
.
.
π€@prithivMLmods
prithivMLmodsΒ
posted
an
update
about 1 month ago
Post
1677
Animaker / Anime Engine : π€
Only onπ: https://huggingface.co/strangerzonehf
Demo: prithivMLmods/FLUX-LoRA-DLC
Adapters:
->Model 1: strangerzonehf/Flux-Animeo-v1-LoRA
->Model 2: strangerzonehf/Flux-Animex-v2-LoRA
Collections:
->Flux LoRA Collection: prithivMLmods/flux-lora-collections-66dd5908be2206cfaa8519be
->Stranger Zones: https://huggingface.co/collections/prithivMLmods/stranger-zone-collections-6737118adcf2cb40d66d0c7e
->LoRA Spaces: prithivMLmods/lora-space-collections-6714b72e0d49e1c97fbd6a32
.
.
.
@prithivMLmods
Only onπ: https://huggingface.co/strangerzonehf
Demo: prithivMLmods/FLUX-LoRA-DLC
Adapters:
->Model 1: strangerzonehf/Flux-Animeo-v1-LoRA
->Model 2: strangerzonehf/Flux-Animex-v2-LoRA
Collections:
->Flux LoRA Collection: prithivMLmods/flux-lora-collections-66dd5908be2206cfaa8519be
->Stranger Zones: https://huggingface.co/collections/prithivMLmods/stranger-zone-collections-6737118adcf2cb40d66d0c7e
->LoRA Spaces: prithivMLmods/lora-space-collections-6714b72e0d49e1c97fbd6a32
.
.
.
@prithivMLmods
Post
8016
DimensionX is out for you to try and duplicate π€
β> fffiloni/DimensionX
Discuss Paper: DimensionX: Create Any 3D and 4D Scenes from a Single Image with Controllable Video Diffusion (2411.04928)
Examples by the amazing William Lamkin @phanes
β> fffiloni/DimensionX
Discuss Paper: DimensionX: Create Any 3D and 4D Scenes from a Single Image with Controllable Video Diffusion (2411.04928)
Examples by the amazing William Lamkin @phanes
Post
1823
ever wondered how you can make an API call to a visual-question-answering model without sending an image url π
you can do that by converting your local image to base64 and sending it to the API.
recently I made some changes to my library "loadimg" that allows you to make converting images to base64 a breeze.
π https://github.com/not-lain/loadimg
API request example π οΈ:
you can do that by converting your local image to base64 and sending it to the API.
recently I made some changes to my library "loadimg" that allows you to make converting images to base64 a breeze.
π https://github.com/not-lain/loadimg
API request example π οΈ:
from loadimg import load_img
from huggingface_hub import InferenceClient
# or load a local image
my_b64_img = load_img(imgPath_url_pillow_or_numpy ,output_type="base64" )
client = InferenceClient(api_key="hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")
messages = [
{
"role": "user",
"content": [
{
"type": "text",
"text": "Describe this image in one sentence."
},
{
"type": "image_url",
"image_url": {
"url": my_b64_img # base64 allows using images without uploading them to the web
}
}
]
}
]
stream = client.chat.completions.create(
model="meta-llama/Llama-3.2-11B-Vision-Instruct",
messages=messages,
max_tokens=500,
stream=True
)
for chunk in stream:
print(chunk.choices[0].delta.content, end="")
prithivMLmodsΒ
posted
an
update
about 1 month ago
Post
3248
Funding realism back into the world. πΊ
π₯Stranger Zone's : Super Realism [ strangerzonehf/Flux-Super-Realism-LoRA ]
Demo1 : prithivMLmods/FLUX-LoRA-DLC
Demo2 : prithivMLmods/FLUX-REALISM
Other New adapt.s for dev π [ updated patch 2 ]
Hosted -> prithivMLmods/FLUX-LoRA-DLC
πDigital Chaos: prithivMLmods/Digital-Chaos-Flux-LoRA
πThreaded Knitted: prithivMLmods/Knitted-Character-Flux-LoRA
πFashion Hut: prithivMLmods/Fashion-Hut-Modeling-LoRA
πAura 9999: prithivMLmods/Aura-9999
πGreen Cartoon: prithivMLmods/Green-Cartoon-Flux-LoRA
πPastels: prithivMLmods/Pastel-BG-Flux-LoRA
πRetro Pixel: prithivMLmods/Retro-Pixel-Flux-LoRA
πCAnime: prithivMLmods/CAnime-LoRA
πPastels: prithivMLmods/Pastel-BG-Flux-LoRA
------------
πLoRA Collection: prithivMLmods/flux-lora-collections-66dd5908be2206cfaa8519be
πLoRA Spaces: prithivMLmods/lora-space-collections-6714b72e0d49e1c97fbd6a32
πCollection Zero:
prithivMLmods/collection-zero-and-demo-recently-updated-65e48a7dd8212873836ceca2
------------
.
.
.
@prithivMLmods π€
π₯Stranger Zone's : Super Realism [ strangerzonehf/Flux-Super-Realism-LoRA ]
Demo1 : prithivMLmods/FLUX-LoRA-DLC
Demo2 : prithivMLmods/FLUX-REALISM
Other New adapt.s for dev π [ updated patch 2 ]
Hosted -> prithivMLmods/FLUX-LoRA-DLC
πDigital Chaos: prithivMLmods/Digital-Chaos-Flux-LoRA
πThreaded Knitted: prithivMLmods/Knitted-Character-Flux-LoRA
πFashion Hut: prithivMLmods/Fashion-Hut-Modeling-LoRA
πAura 9999: prithivMLmods/Aura-9999
πGreen Cartoon: prithivMLmods/Green-Cartoon-Flux-LoRA
πPastels: prithivMLmods/Pastel-BG-Flux-LoRA
πRetro Pixel: prithivMLmods/Retro-Pixel-Flux-LoRA
πCAnime: prithivMLmods/CAnime-LoRA
πPastels: prithivMLmods/Pastel-BG-Flux-LoRA
------------
πLoRA Collection: prithivMLmods/flux-lora-collections-66dd5908be2206cfaa8519be
πLoRA Spaces: prithivMLmods/lora-space-collections-6714b72e0d49e1c97fbd6a32
πCollection Zero:
prithivMLmods/collection-zero-and-demo-recently-updated-65e48a7dd8212873836ceca2
------------
.
.
.
@prithivMLmods π€
prithivMLmodsΒ
posted
an
update
about 1 month ago
Post
3462
New adapt.s for dev π
Hosted -> prithivMLmods/FLUX-LoRA-DLC
β¨Teen Outfit: prithivMLmods/Teen-Outfit
β¨Dark Pink: prithivMLmods/Dark-Thing-Flux-LoRA
β¨Shadow Projection: prithivMLmods/Shadow-Projection-Flux-LoRA
β¨Abstract Cartoon: prithivMLmods/Abstract-Cartoon-Flux-LoRA
β¨Street Bokeh: prithivMLmods/Street-Bokeh-Flux-LoRA
β¨Fine Detailed: prithivMLmods/Flux-Realism-FineDetailed
β¨Bold Shadows: prithivMLmods/Bold-Shadows-Flux-LoRA
β¨Yellow Laser: prithivMLmods/Yellow-Laser-Flux-LoRA
------------
πLoRA Collection: prithivMLmods/flux-lora-collections-66dd5908be2206cfaa8519be
πLoRA Spaces: prithivMLmods/lora-space-collections-6714b72e0d49e1c97fbd6a32
------------
.
.
.@prithivMLmods π€
Hosted -> prithivMLmods/FLUX-LoRA-DLC
β¨Teen Outfit: prithivMLmods/Teen-Outfit
β¨Dark Pink: prithivMLmods/Dark-Thing-Flux-LoRA
β¨Shadow Projection: prithivMLmods/Shadow-Projection-Flux-LoRA
β¨Abstract Cartoon: prithivMLmods/Abstract-Cartoon-Flux-LoRA
β¨Street Bokeh: prithivMLmods/Street-Bokeh-Flux-LoRA
β¨Fine Detailed: prithivMLmods/Flux-Realism-FineDetailed
β¨Bold Shadows: prithivMLmods/Bold-Shadows-Flux-LoRA
β¨Yellow Laser: prithivMLmods/Yellow-Laser-Flux-LoRA
------------
πLoRA Collection: prithivMLmods/flux-lora-collections-66dd5908be2206cfaa8519be
πLoRA Spaces: prithivMLmods/lora-space-collections-6714b72e0d49e1c97fbd6a32
------------
.
.
.@prithivMLmods π€
prithivMLmodsΒ
posted
an
update
about 1 month ago
Post
4029
GRID-6X : Layout for Seamless Image Assembly π₯
πͺ¨Demo: https://huggingface.co/spaces/prithivMLmods/GRID-6X
πͺ¨Doc / Blog: https://huggingface.co/blog/prithivMLmods/grid-6x
In the
1. **Image Initialization**:
2. **Image Placement**: Images are pasted onto the canvas using a loop:
- **Horizontal Position**:
- **Vertical Position**:
1. **Grid Size Selection**: The user selects the grid size from options like "2x1", "1x2", "2x2", "2x3", "3x2", and "1x1". Each option corresponds to the arrangement of images:
- **2x1**: 2 images in a single row
- **1x2**: 1 image in two rows (column layout)
- **2x2**: 2 rows with 2 images each
- **2x3**: 2 rows with 3 images each
- **3x2**: 3 rows with 2 images each
- **1x1**: A single image (default)
2. **Image Generation**: Based on the grid size selection, the app calculates the number of images to generate. For example:
- If the grid size is "2x2", the app generates 4 images.
- For "3x2", it generates 6 images.
-> Each option arranges images accordingly, providing flexibility in viewing multiple images in one output.
-> Added both of these spaces that support the GRID functionality Layout for Seamless Image Assembly :
----------
π₯IMAGINEO-4K: prithivMLmods/IMAGINEO-4K
π₯GRID-6X: https://huggingface.co/spaces/prithivMLmods/GRID-6X
----------
.
.
.@prithivMLmods π€
πͺ¨Demo: https://huggingface.co/spaces/prithivMLmods/GRID-6X
πͺ¨Doc / Blog: https://huggingface.co/blog/prithivMLmods/grid-6x
In the
infer
function:grid_img = Image.new('RGB', (width * grid_size_x, height * grid_size_y))
for i, img in enumerate(result.images[:num_images]):
grid_img.paste(img, (i % grid_size_x * width, i // grid_size_x * height))
1. **Image Initialization**:
grid_img
is a blank canvas that will hold the images in a grid format.2. **Image Placement**: Images are pasted onto the canvas using a loop:
- **Horizontal Position**:
(i % grid_size_x) * width
calculates the x-coordinate.- **Vertical Position**:
(i // grid_size_x) * height
calculates the y-coordinate.1. **Grid Size Selection**: The user selects the grid size from options like "2x1", "1x2", "2x2", "2x3", "3x2", and "1x1". Each option corresponds to the arrangement of images:
- **2x1**: 2 images in a single row
- **1x2**: 1 image in two rows (column layout)
- **2x2**: 2 rows with 2 images each
- **2x3**: 2 rows with 3 images each
- **3x2**: 3 rows with 2 images each
- **1x1**: A single image (default)
2. **Image Generation**: Based on the grid size selection, the app calculates the number of images to generate. For example:
- If the grid size is "2x2", the app generates 4 images.
- For "3x2", it generates 6 images.
-> Each option arranges images accordingly, providing flexibility in viewing multiple images in one output.
-> Added both of these spaces that support the GRID functionality Layout for Seamless Image Assembly :
----------
π₯IMAGINEO-4K: prithivMLmods/IMAGINEO-4K
π₯GRID-6X: https://huggingface.co/spaces/prithivMLmods/GRID-6X
----------
.
.
.@prithivMLmods π€