Prithiv Sakthi PRO

prithivMLmods

AI & ML interests

Computer Vision - AL/ML

Articles

Organizations

Posts 11

view post
Post
2286
I’m recently experimenting with the Flux-Ultra Realism and Real Anime LoRA models, using the Flux.1-dev model as the base. The model and its demo example are provided in the Flux LoRA DLC collections.πŸ“ƒ

πŸ₯³Demo : πŸ”— prithivMLmods/FLUX-LoRA-DLC

πŸ₯³Model:
- prithivMLmods/Canopus-LoRA-Flux-UltraRealism-2.0
- prithivMLmods/Flux-Dev-Real-Anime-LoRA

πŸ₯³For more details, please visit the README.md of the Flux LoRA DLC Space & prithivMLmods/lora-space-collections-6714b72e0d49e1c97fbd6a32
view post
Post
2129
SambaNova ☁️
⚑ Inference API with cURL Demo: prithivMLmods/sambanova-inference-api

πŸ”—Sambanova API Documentation : (grab your APIs here) https://cloud.sambanova.ai/apis

export SAMBANOVA_API_KEY=<your token>

Sambanova's Inference API.

pip install sambanova-gradio

SambaNova X Gradio

import gradio as gr
import sambanova_gradio

gr.load(
    name='Meta-Llama-3.1-405B-Instruct',
    src=sambanova_gradio.registry,
).launch()

πŸ“ƒ Documentation: https://community.sambanova.ai/docs