Skip to content

Custom implementation of iterative image diffusion process

Notifications You must be signed in to change notification settings

nerlfield/diffusion-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diffusion-study

Custom implementation of iterative image diffusion process

Build & Run docker

  • docker build -t sdiffusion . - to build docker
  • To run a container, use:
docker run -d -it --init \
--gpus=all \
--ipc=host \
--volume="$PWD:/app" \
--volume="/home/:/hhome" \
--volume="/usr/local/cuda:/usr/local/cuda" \
--publish="5555:5555" \
--publish="5556:5556" \
sdiffusion bash

Run jupyter server

  • jupyter lab --no-browser --ip 0.0.0.0 --port 5555 --allow-root

Useful materials:


Datasets

About

Custom implementation of iterative image diffusion process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages