A demo of stable diffusion in napari
Project description
napari-stable-diffusion
A demo of stable diffusion in napari.
This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.
Installation
You can install napari-stable-diffusion
via pip:
pip install napari-stable-diffusion
To install latest development version :
pip install git+https://github.com/kephale/napari-stable-diffusion.git
You will also need to sign up with HuggingFace and generate an access token to get access to the Stable Diffusion model we use.
When you have generated your access token you can either permanently
set the HF_TOKEN_SD
environment variable in your .bashrc
or whichever file
your OS uses, or you can include it on the command line
HF_TOKEN_SD="hf_aaaAaaaasdadsadsaoaoaoasoidijo" napari
For more information on the Stable Diffusion model itself, please see https://huggingface.co/CompVis/stable-diffusion-v1-4.
Apple M1 specific instructions
To utilize the M1 GPU, the nightly version of PyTorch needs to be
installed. Consider using conda
or mamba
like this:
mamba create -c pytorch-nightly -n napari-stable-diffusion python=3.9 pip pyqt pytorch torchvision
pip install git+https://github.com/kephale/napari-stable-diffusion.git
Next steps
- Image 2 Image support
- Inpainting support
Contributing
Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.
License
Distributed under the terms of the BSD-3 license, "napari-stable-diffusion" is free and open source software
Issues
If you encounter any problems, please file an issue along with a detailed description.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for napari-stable-diffusion-0.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2070c624e43aad3185db1e3998a217df29b372be513c42a188d561def7468a6 |
|
MD5 | 2657ac3e5d2ebc5a2d449fd1b5a44ee7 |
|
BLAKE2b-256 | 7639cf02846fe6e994cf4833f61858c4aeeb4e61bf0bac813aec0ffd2719044c |
Hashes for napari_stable_diffusion-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b726ea58eadb3af000ffd76f8deb721610ae5d77e776d79605464673807fa91 |
|
MD5 | c0d9bd076a918a7de1f5cff72abd35c4 |
|
BLAKE2b-256 | b7ddde45d0307f9f70a9d4dbac80ce527ba89896e682f8d5ac17198962ea418b |