Skip to content

Instantly share code, notes, and snippets.

View adhikjoshi's full-sized avatar
🚀
Making AI

Adhik Joshi adhikjoshi

🚀
Making AI
View GitHub Profile
@adhikjoshi
adhikjoshi / app.py
Last active July 29, 2023 20:17
Lycoris Inference
import lycoris_inference
import lora
from diffusers import DiffusionPipeline
import torch
from safetensors import safe_open
from safetensors.torch import load_file
import time
import json
# load SDXL pipeline
@adhikjoshi
adhikjoshi / git.php
Created September 7, 2022 03:01
PHP auto deploy code from GitHub to web-server
Step 1
create git repo in your hosting using below command
git init
Step 2
Get personal access token from git user profile settings