web UI에서는 스크립트와 extension을 통해 다양한 기능들을 추가로 사용할 수 있다.
- https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Extensions
- https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Custom-Scripts
위 두 글에 현재 사용 가능한 스크립트와 extension이 정리되어 있는데, 읽어보고 이해하는 대로 간단하게 정리할 예정. 스크립트와 extension 모두 web UI에서 사용할 수 있는 부가 기능들이다. 스크립트는 scripts 경로 안에 넣어두고 세팅에서 Reload custom script를 누르면 아래 쪽 드롭 다운 메뉴에서 사용할 수 있다. 반면 extension은 스크립트의 더 발전된 형태이며, extensions 폴더 안에 넣어두어야 한다.
유용해 보이는 기능에는 굵은 글씨체로 표시하였다.
Web UI Scripts
- txt2img2img
- txt2mask
- Mask drawing UI
- Img2img Video
- Advanced Seed Blending
- Prompt Blending
- Animator
- Parameter Sequencer
- Alternate Noise Schedules
- Vid2Vid
- Txt2VectorGraphics
- Loopback and Superimpose
- Interpolate
- Run n times
- Advanced Loopback
- prompt-morph: 한 프롬프트에서 다른 프롬프트로 변화하는 모습 확인 가능
- prompt interpolation: 한 프롬프트에서 다른 프롬프트로 변화하는 모습 확인 가능
- Asymmetric Tiling
- Force Symmetry
- txt2palette
- XYZ Plot Script
- Expanded-XY-grid
- Embedding to PNG
- Alpha Canvas
- Random grid
- Random
- Stable Diffusion Aesthetic Scorer
- img2tiles
- img2mosiac
- Test my prompt
- Pixel Art
- Scripts by FartyPants
- Hallucinate
- Mr. Negativity
- gif2gif
- Post-Face-Restore-Again
- Infinite Zoom
- ImageReward Scorer
- Saving steps of the sampling process
Web UI extensions
- MultiDiffusion with Tiled VAE
- MultiDiffusion
- Tiled Vae
- VRAM Estimator
- Dump U-Net
- posex
- LLuL
- CFG-Schedule-for-Automatic1111-SD
- a1111-sd-webui-locon
- ebsynth_utility
- Lora Block Weight
- Kitchen Theme
- Bilingual Localization
- Composable Lora
- Clip Interrogator
- Latent-Couple: 특정 구역 별로 서로 다른 프롬프트를 적용하여 이미지를 생성할 수 있게 해줌.
- OpenPose Editor: 포즈를 편집하여 ControlNet으로 보낼 수 있는 기능.
- SuperMerger
- Prompt Translator
- Video Loopback
- Mine Diffusion
- anti-burn
- Embedding Merge
- gif2gif
- cafe-aesthetic
- Catppuccin themes
- Dynamic Thresholding
- Custom Diffusion
- Fusion
- Pixelization: 이미지 픽셀화 가능.
- Instruct-pix2pix
- System Info
- Steps Animation
- Aesthetic Scorer
- Discord Rich Presence
- Promptgen
- haku-img
- Merge Block Weighted
- Stable Horde Worker
- Stable Horde
- Multiple hypernetworks
- Hypernetwork-Monkeypatch-Extension
- Ultimate SD Upscaler
- Model Converter
- Kohya-ss Additional Networks
- Add image number to grid
- quick-css
- Prompt Generator
- model-keyword
- sd-model-preview: 여러 모델의 결과를 간단히 확인해볼 수 있는 기능.
- Enhanced-img2img
- openOutpaint extension
- Save Intermediate Images: 이미지 생성의 중간 과정 이미지 저장 기능.
- Riffusion
- DH Patch
- Preset Utilities
- Config-Presets
- Diffusion Defender
- NSFW checker: NSFW 이미지를 검게 표시.
- Infinity Grid Generator
- embedding-inspector
- Prompt Gallery
- DAAM
- Visualize Cross-Attention
- ABG_extension
- depthmap2mask
- multi-subject-render
- Depth Maps
- Merge Board
- gelbooru-prompt
- booru2prompt
- WD 1.4 Tagger
- DreamArtist
- Auto TLS-HTTPS
- Randomize
- conditioning-highres-fix
- Detection Detailer: 얼굴을 자동으로 인식하여 추가 보정 가능.
- Sonar
- prompt travel
- shift-attention: 토큰에 대한 weight가 달라졌을 때 이미지가 어떻게 바뀌는지 확인할 수 있는 기능.
- seed travel: Seed가 달라졌을 때 이미지가 어떻게 바뀌는지 확인할 수 있는 기능.
- Embeddings editor
- Latent Mirroring
- StylePile
- Push to 🤗 Hugging Face
- Tokenizer: CLIP 모델이 프롬프트를 어떻게 tokenize하는지 확인할 수 있는 기능.
- novelai-2-local-prompt: NovelAI에서 사용되는 프롬프트를 WebUI에서 사용할 수 있도록 변환해주는 기능.
- Booru tag autocompletion: image booru에서 자주 사용되는 tag 힌트를 보여주는 기능.
- Unprompted
- training-picker
- auto-sd-paint-ext
- Dataset Tag Editor
- Aesthetic Image Scorer
- Artists to study
- Deforum
- Inspiration
- Image Browser
- Smart Process
- Dreambooth
- Dynamic Prompts
- Wildcards
- Aesthetic Gradients
- 3D Model&Pose Loader
- Canvas Editor
참조
- https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Extensions
- https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Custom-Scripts
- https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Developing-extensions
- https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Developing-custom-scripts
유튜브 채널도 놀러오세요 😊 좋아요·구독 감사합니다 🥹
반응형
'AI Image > News & Tips' 카테고리의 다른 글
[Stable Diffusion] 자주 사용되는 프롬프트 태그 및 설정 리스트 (0) | 2023.04.11 |
---|---|
[Stable Diffusion] Web UI의 기본 정보가 담긴 위키 (0) | 2023.04.03 |
[Stable Diffusion] Web UI의 기능들 정리 (0) | 2023.04.03 |
[Stable Diffusion] LoopWave script와 FILM을 통한 영상 생성 (0) | 2023.04.03 |
[Stable Diffusion] 동영상을 애니메이션 느낌으로 변환 (관련 자료들) (0) | 2023.04.01 |