Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dockerfile template #326

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Add Dockerfile template #326

wants to merge 5 commits into from

Conversation

GeoDerp
Copy link

@GeoDerp GeoDerp commented Sep 19, 2023

Stable Diffusion NVIDIA Dockerfile template.

This is far from perfect. However, this may be a good start into developing a Docker sandbox for Stability-AI stable diffusion.
Texted on windows, through WSL

Known Issues:

  • Gradio scripts generate UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte error (need to work out how to pass arguments in correctly via python cli)
    • add option to run Gradio scripts without WebUI
  • text-to-image script takes longer then expected to generate an image?
  • not all arguments, scripts, are supported as docker environment variables
  • lack of a proper ReadMe

@GeoDerp GeoDerp changed the title Add Dockerfile templare Add Dockerfile template Sep 19, 2023
- Added more txt-to-image arguments
- Added reference for Cuda compile fix
…dio WebUI support

- Added start script argument for use with negative prompts (based on AUTOMATIC1111's wiki and cc87568)
- Fixed some start script argument errors (based on being too tired)
- Removed Gradio script arguments
- open Gradio webui port
- fixed small errors
@GeoDerp
Copy link
Author

GeoDerp commented Sep 20, 2023

Commits:

Added negative prompt support based on Wiki: https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Negative-prompt from @AUTOMATIC1111

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant