brayevalerien
AI Engineer, specialised in image generation. Passionate about statistics and deep learning.
Paris
Pinned Repositories
AI-footprint
A small app that computes the CO2 emissions of your AI algorithm.
AOC-2023
My solutions for the Advent of Code 2023, solved in V
Blender-Camera-Bookmark
A QOL Blender add-on allowing the user to easily save camera positions and cycle through them.
ComfyUI-resynthesizer
A quick port of Resynthesizer (the Gimp plug-in for content aware fill) to ComfyUI.
DDPM-vs-BFN
Comparison of the diffusion models (state of the art image generating AI models) and Bayesian Flow Networks (a new approach proposed by Graves and al.)
Flux.1-Architecture-Diagram
A detailed diagram laying out the full Flux.1 architecture as shared by Black Forest Labs at https://github.com/black-forest-labs/flux.
Fooocus-Lite
A fork of Fooocus, designed to make the interface usable by anyone.
FR-LaTeX-templates
Ce repo contient les modèles LaTeX que je réutilise souvent (rapport, notes de cours, schémas...) en français.
StackScript
A python interpreter for a basic stack-based toy language, StackScript.
brayevalerien's Repositories
brayevalerien/Flux.1-Architecture-Diagram
A detailed diagram laying out the full Flux.1 architecture as shared by Black Forest Labs at https://github.com/black-forest-labs/flux.
brayevalerien/ComfyUI-resynthesizer
A quick port of Resynthesizer (the Gimp plug-in for content aware fill) to ComfyUI.
brayevalerien/AOC-2023
My solutions for the Advent of Code 2023, solved in V
brayevalerien/Blender-Camera-Bookmark
A QOL Blender add-on allowing the user to easily save camera positions and cycle through them.
brayevalerien/DDPM-vs-BFN
Comparison of the diffusion models (state of the art image generating AI models) and Bayesian Flow Networks (a new approach proposed by Graves and al.)
brayevalerien/Fooocus-Lite
A fork of Fooocus, designed to make the interface usable by anyone.
brayevalerien/AI-footprint
A small app that computes the CO2 emissions of your AI algorithm.
brayevalerien/FR-LaTeX-templates
Ce repo contient les modèles LaTeX que je réutilise souvent (rapport, notes de cours, schémas...) en français.
brayevalerien/kmeans-visualization
A visualization of the k-means algorithm written in V.
brayevalerien/StackScript
A python interpreter for a basic stack-based toy language, StackScript.
brayevalerien/Suicide-rates
This project aims at modeling the suicide rates depending on economical variables such as GDP, HDI or gender wage gap.
brayevalerien/adventofcode-vlang
brayevalerien/ASCII-QR-Code-generator
Generate ASCII art of QR codes and choose the characters to use in the output.
brayevalerien/bayesian-flow-networks
This is a fork of the official code release for Bayesian Flow Networks.
brayevalerien/Bayesian-Flow-Networks-1
A simple implimentation of Bayesian Flow Networks (BFN)
brayevalerien/cpp_raytracer
[WIP] First iteration of a simplistic ray tracer render engine written in C++ and running on the CPU, following the book Computer graphics from scratch, available at: https://www.gabrielgambetta.com/computer-graphics-from-scratch/ .
brayevalerien/Diffusion-Models-pytorch
Pytorch implementation of Diffusion Models (https://arxiv.org/pdf/2006.11239.pdf)
brayevalerien/FasterCache
FasterCache: Training-Free Video Diffusion Model Acceleration with High Quality
brayevalerien/Kamisado
brayevalerien/Learning-Typst
Some examples used for learning Typst, just toying around with its features.
brayevalerien/MoneyChanger
This is a simple currency exchange utility program made in Python using custom tkinter. Feel free to give feedback or suggestions.
brayevalerien/Prompt-retreiver
Minimal tool to extract the generation metadata of an image produced by Automatic1111 or Fooocus, such as prompt, negative prompt and model name.
brayevalerien/pyxlet
brayevalerien/r4ds-ed2-exercise-solutions
Exercise solutions to R for Data Science - second edition as part of the NHS-R Community book club
brayevalerien/rm_empty
A handy tool to remove useless empty files and directories.
brayevalerien/stable-diffusion
A latent text-to-image diffusion model
brayevalerien/ui
A cross-platform UI library written in V
brayevalerien/utterly-unorganized-latex-code
latex code from first year of engineering of @dog-blood. I personally plan on reorganizing the notes to make an helpful PR :)
brayevalerien/vee
Small, experimental text editor engine written in V
brayevalerien/Vision-KAN
KAN for Vision Transformer