AI-Generator-Studio-Dashboard
Web Apps version 4.0
파일 탐색기
- acestep15.json
- boogu_image_turbo.json
- flux_faceswap.json
- gemma4.json
- Ideogram-4.json
- image_flux2_text_to_image_9b.json
- image_qwen_Image_2512.json
- image_z_image_turbo.json
- image_z_image_turbo_gguf.json
- KREA-2-CONTROLNET.json
- krea2_edit_single_ref.json
- krea2_edit_two_ref.json
- krea2_turbo.json
- llm_qwen3_5_text_gen.json
- LTX-2.3_I2V_gguf.json
- ltx23_lipsync.json
- ltx2_5_i2v.json
- ltx2_5_t2v.json
- MeinaMix_Anime.json
- minimax_h3_i2v_fp8.json
- minimax_h3_i2v_gguf.json
- minimax_h3_t2v_fp8.json
- minimax_h3_t2v_gguf.json
- pid_upscale_4k.json
- qwen_image_edit.json
- rtx_image_upscale.json
- rtx_video_upscale.json
- stable_audio3.json
- wan22_image.json
- z_image_turbo_to_pid_4K.json
- __init__.py
- app.py
- comfy_client.py
- config.json
- database.py
- lora_config.json
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- favicon.ico
- globals.css
- layout.tsx
- page.tsx
- theme-provider.tsx
- audio-controls.tsx
- coming-soon.tsx
- edit-controls.tsx
- gallery-filters.tsx
- gallery-item.tsx
- gallery-lightbox.tsx
- header.tsx
- image-controls.tsx
- loading-animation.tsx
- page-transition.tsx
- result-panel.tsx
- sidebar.tsx
- theme-toggle.tsx
- tools-controls.tsx
- update-modal.tsx
- upload-box.tsx
- version-badge.tsx
- video-controls.tsx
- button.tsx
- card.tsx
- input.tsx
- label.tsx
- select.tsx
- sheet.tsx
- textarea.tsx
- tooltip.tsx
- api.ts
- models.ts
- stream.ts
- types.ts
- utils.ts
- file.svg
- globe.svg
- next.svg
- vercel.svg
- window.svg
- .gitignore
- AGENTS.md
- CLAUDE.md
- components.json
- eslint.config.mjs
- next.config.ts
- package-lock.json
- package.json
- postcss.config.mjs
- README.md
- tsconfig.json
- Audio Model.txt
- Image Edit Model.txt
- Image Model.txt
- Loras Model.txt
- Tools Model.txt
- Video Model.txt
- .gitignore
- 0
- _blank_edit.png
- ex.png
- LICENSE
- lora.png
- README.md
- requirements.txt
- run_linux_only.sh
- run_windows_only.bat
- update_linux_only.sh
- update_windows_only.bat
- version.json
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
git clone
설명 보기 ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
// repository documentation
Was this content helpful?
(0 ratings)
