a1111-mini-paint
Image editor for the AUTOMATIC1111 stable-diffusion-webui
File Explorer
Download Latest Version (.zip)- config.json
- img1.png
- img2.png
- img3.png
- main.js
- bundle.js
- bundle.js.LICENSE.txt
- bundle.js.map
- add-edit-imgData.html
- open-edit-save.html
- zoom.html
- animation.svg
- arrow-down.svg
- blur.svg
- bold.svg
- brush.svg
- bulge_pinch.svg
- clone.svg
- crop.svg
- delete.svg
- desaturate.svg
- erase.svg
- external.png
- fill.svg
- gradient.png
- grid.png
- italic.svg
- magic_erase.svg
- media.svg
- menu.svg
- pan.svg
- pencil.svg
- pick_color.svg
- refresh.svg
- select.svg
- selection.svg
- shape.svg
- sharpen.svg
- strikethrough.svg
- text.svg
- underline.svg
- undo.svg
- view.svg
- 144x144.png
- 168x168.png
- 192x192.png
- 48x48.png
- 72x72.png
- 96x96.png
- favicon.png
- favicon.svg
- logo-colors.png
- logo.svg
- preview.gif
- preview.jpg
- test-collection.json
- component.css
- layout.css
- menu.css
- popup.css
- print.css
- reset.css
- utility.css
- image-store.js
- _README.md
- activate-tool.js
- add-layer-filter.js
- autoresize-canvas.js
- base.js
- bundle.js
- clear-layer.js
- delete-layer-filter.js
- delete-layer-settings.js
- delete-layer.js
- index.js
- init-canvas-zoom.js
- insert-layer.js
- prepare-canvas.js
- refresh-action-attributes.js
- refresh-layers-gui.js
- reorder-layer.js
- reset-layers.js
- reset-selection.js
- select-layer.js
- select-next-layer.js
- select-previous-layer.js
- set-object-property.js
- set-selection.js
- stop-animation.js
- toggle-layer-visibility.js
- update-config.js
- update-layer-image.js
- update-layer.js
- color-input.js
- color-picker-gradient.js
- index.js
- number-input.js
- range.js
- swatches.js
- gui-colors.js
- gui-details.js
- gui-information.js
- gui-layers.js
- gui-menu.js
- gui-preview.js
- gui-tools.js
- base-gui.js
- base-layers.js
- base-search.js
- base-selection.js
- base-state.js
- base-tools.js
- ar.json
- credits.js
- de.json
- el.json
- empty.json
- es.json
- fr.json
- it.json
- ja.json
- ko.json
- lt.json
- pt.json
- ru.json
- tr.json
- uk.json
- zh.json
- gif.js
- gif.worker.js
- canvastotiff.js
- clipboard.js
- color-matrix.js
- color-thief.js
- glfx.js
- helpers.js
- imagefilters.js
- jquery.translate.js
- popup.js
- vintage.js
- zoomView.js
- copy.js
- paste.js
- redo.js
- selection.js
- undo.js
- css.js
- blur.js
- brightness.js
- contrast.js
- grayscale.js
- hue-rotate.js
- invert.js
- saturate.js
- sepia.js
- shadow.js
- 1977.js
- aden.js
- clarendon.js
- gingham.js
- inkwell.js
- lofi.js
- toaster.js
- valencia.js
- xpro2.js
- black_and_white.js
- blueprint.js
- borders.js
- box_blur.js
- browser.js
- denoise.js
- dither.js
- dot_screen.js
- edge.js
- emboss.js
- enrich.js
- grains.js
- heatmap.js
- mosaic.js
- night_vision.js
- oil.js
- pencil.js
- sharpen.js
- solarize.js
- tilt_shift.js
- vibrance.js
- vignette.js
- vintage.js
- zoom_blur.js
- new.js
- open.js
- print.js
- quickload.js
- quicksave.js
- save.js
- send.js
- about.js
- shortcuts.js
- auto_adjust.js
- color_corrections.js
- decrease_colors.js
- flip.js
- histogram.js
- information.js
- opacity.js
- palette.js
- resize.js
- rotate.js
- size.js
- translate.js
- trim.js
- clear.js
- composition.js
- delete.js
- differences.js
- duplicate.js
- flatten.js
- merge.js
- move.js
- new.js
- raster.js
- rename.js
- visibility.js
- color_to_alpha.js
- color_zoom.js
- content_fill.js
- keypoints.js
- replace_color.js
- restore_alpha.js
- search.js
- settings.js
- sprites.js
- translate.js
- full_screen.js
- grid.js
- guides.js
- ruler.js
- zoom.js
- arrow.js
- bezier_curve.js
- callout.js
- cog.js
- cylinder.js
- ellipse.js
- heart.js
- hexagon.js
- human.js
- line.js
- moon.js
- parallelogram.js
- pentagon.js
- plus.js
- polygon.js
- rectangle.js
- right_triangle.js
- romb.js
- star.js
- tear.js
- trapezoid.js
- triangle.js
- animation.js
- blur.js
- brush.js
- bulge_pinch.js
- clone.js
- crop.js
- desaturate.js
- erase.js
- fill.js
- gradient.js
- magic_erase.js
- media.js
- pan.js
- pencil.js
- pick_color.js
- select.js
- selection.js
- shape.js
- sharpen.js
- text.js
- app.js
- config-menu.js
- config.js
- main.js
- GoogleTranslate.php
- translator.php
- config.php
- index.php
- .babelrc
- .gitignore
- index.html
- manifest-disabled.json
- MIT-LICENSE.txt
- package-lock.json
- package.json
- README.md
- SECURITY.md
- service-worker.js
- webpack.config.js
- mini_paint.py
- .gitignore
- LICENSE
- README.md
- style.css
# Installation Guide
1. Get the code
git clone https://github.com/0Tick/a1111-mini-paint
Downloads the entire project code from GitHub to your computer.
cd a1111-mini-paint
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd miniPaint
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
