Skip to content

Commit 45c1b00

Browse files
authored
Merge pull request #62 from Comfy-Org/fix-load-3d-video-links
Update documentation links and improve video source paths across mult…
2 parents ec72231 + 29b6898 commit 45c1b00

File tree

48 files changed

+228
-229
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+228
-229
lines changed

.github/workflows/check-md-links.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/checkout@v3
1717
with:
1818
fetch-depth: 0 # Fetch all history for all branches and tags
19+
lfs: true # Enable Git LFS to checkout large files
1920
- name: Set up Python
2021
uses: actions/setup-python@v4
2122
with:

comfyui_embedded_docs/docs/EpsilonScaling/en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](<https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/Epsilon> Scaling/en.md)
1+
> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/EpsilonScaling/en.md)
22
33
Implements the Epsilon Scaling method from the research paper "Elucidating the Exposure Bias in Diffusion Models." This method improves sample quality by scaling the predicted noise during the sampling process. It uses a uniform schedule to mitigate exposure bias in diffusion models.
44

comfyui_embedded_docs/docs/EpsilonScaling/es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> Esta documentación fue generada por IA. Si encuentra algún error o tiene sugerencias de mejora, ¡no dude en contribuir! [Editar en GitHub](<https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/Epsilon> Scaling/es.md)
1+
> Esta documentación fue generada por IA. Si encuentra algún error o tiene sugerencias de mejora, ¡no dude en contribuir! [Editar en GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/EpsilonScaling/es.md)
22
33
Implementa el método Epsilon Scaling del artículo de investigación "Elucidating the Exposure Bias in Diffusion Models". Este método mejora la calidad de las muestras escalando el ruido predicho durante el proceso de muestreo. Utiliza un programa uniforme para mitigar el sesgo de exposición en los modelos de difusión.
44

comfyui_embedded_docs/docs/EpsilonScaling/fr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> Cette documentation a été générée par IA. Si vous trouvez des erreurs ou avez des suggestions d'amélioration, n'hésitez pas à contribuer ! [Modifier sur GitHub](<https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/Epsilon> Scaling/fr.md)
1+
> Cette documentation a été générée par IA. Si vous trouvez des erreurs ou avez des suggestions d'amélioration, n'hésitez pas à contribuer ! [Modifier sur GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/EpsilonScaling/fr.md)
22
33
Implémente la méthode Epsilon Scaling issue du document de recherche "Elucidating the Exposure Bias in Diffusion Models". Cette méthode améliore la qualité des échantillons en mettant à l'échelle le bruit prédit pendant le processus d'échantillonnage. Elle utilise un calendrier uniforme pour atténuer le biais d'exposition dans les modèles de diffusion.
44

comfyui_embedded_docs/docs/EpsilonScaling/ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> このドキュメントは AI によって生成されました。エラーを見つけた場合や改善のご提案がある場合は、ぜひ貢献してください! [GitHub で編集](<https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/Epsilon> Scaling/ja.md)
1+
> このドキュメントは AI によって生成されました。エラーを見つけた場合や改善のご提案がある場合は、ぜひ貢献してください! [GitHub で編集](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/EpsilonScaling/ja.md)
22
33
Epsilon Scalingメソッドを、研究論文「Elucidating the Exposure Bias in Diffusion Models」に基づいて実装します。このメソッドは、サンプリングプロセス中に予測されたノイズをスケーリングすることで、サンプルの品質を向上させます。拡散モデルにおけるエクスポージャーバイアスを軽減するために、均一なスケジュールを使用します。
44

comfyui_embedded_docs/docs/EpsilonScaling/ko.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> 이 문서는 AI에 의해 생성되었습니다. 오류를 발견하거나 개선 제안이 있으시면 기여해 주세요! [GitHub에서 편집](<https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/Epsilon> Scaling/ko.md)
1+
> 이 문서는 AI에 의해 생성되었습니다. 오류를 발견하거나 개선 제안이 있으시면 기여해 주세요! [GitHub에서 편집](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/EpsilonScaling/ko.md)
22
33
"Epsilon Scaling" 연구 논문에서 제안된 방법을 구현합니다. 이 방법은 샘플링 과정에서 예측된 노이즈를 스케일링하여 샘플 품질을 향상시킵니다. 확산 모델의 노출 편향을 완화하기 위해 균일한 스케줄을 사용합니다.
44

comfyui_embedded_docs/docs/EpsilonScaling/ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> Эта документация была создана с помощью ИИ. Если вы обнаружите ошибки или у вас есть предложения по улучшению, пожалуйста, внесите свой вклад! [Редактировать на GitHub](<https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/Epsilon> Scaling/ru.md)
1+
> Эта документация была создана с помощью ИИ. Если вы обнаружите ошибки или у вас есть предложения по улучшению, пожалуйста, внесите свой вклад! [Редактировать на GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/EpsilonScaling/ru.md)
22
33
Реализует метод масштабирования эпсилон из научной статьи "Elucidating the Exposure Bias in Diffusion Models". Этот метод улучшает качество сэмплов путём масштабирования предсказанного шума в процессе сэмплирования. Используется равномерный график для снижения bias экспозиции в диффузионных моделях.
44

comfyui_embedded_docs/docs/EpsilonScaling/zh.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
> 本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献! [在 GitHub 上编辑](<https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/Epsilon> Scaling/zh.md)
2-
3-
> 本文档由 AI 生成。如果您发现任何错误或有改进建议,请随时贡献![在 GitHub 上编辑](<https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/Epsilon> Scaling/en.md)
1+
> 本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献! [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/EpsilonScaling/zh.md)
42
53
实现了研究论文《阐明扩散模型中的曝光偏差》中的 Epsilon Scaling 方法。该方法通过在采样过程中缩放预测噪声来改善样本质量。它使用统一的调度策略来减轻扩散模型中的曝光偏差。
64

comfyui_embedded_docs/docs/Load3DAnimation/ar.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
### 1. عمليات العرض
6161

6262
<video controls width="640" height="360">
63-
<source src="../Load3D/asset/view_operations.mp4" type="video/mp4">
63+
<source src="https://raw.githubusercontent.com/Comfy-Org/embedded-docs/refs/heads/main/comfyui_embedded_docs/docs/Load3d/asset/view_operations.mp4" type="video/mp4">
6464
متصفحك لا يدعم تشغيل الفيديو.
6565
</video>
6666

@@ -73,7 +73,7 @@
7373

7474
### 2. وظائف القائمة اليسرى
7575

76-
![القائمة](../Load3D/asset/menu.webp)
76+
![القائمة](https://raw.githubusercontent.com/Comfy-Org/embedded-docs/refs/heads/main/comfyui_embedded_docs/docs/Load3d/asset/menu.webp)
7777

7878
في لوحة الرسم، بعض الإعدادات مخفية في القائمة. انقر على زر القائمة لتوسيع القوائم المختلفة
7979

@@ -85,7 +85,7 @@
8585

8686
#### المشهد
8787

88-
![قائمة المشهد](../Load3D/asset/menu_scene.webp)
88+
![قائمة المشهد](https://raw.githubusercontent.com/Comfy-Org/embedded-docs/refs/heads/main/comfyui_embedded_docs/docs/Load3d/asset/menu_scene.webp)
8989

9090
توفر قائمة المشهد بعض وظائف إعدادات المشهد الأساسية
9191

@@ -96,7 +96,7 @@
9696

9797
#### النموذج
9898

99-
![قائمة النموذج](../Load3D/asset/menu_model.webp)
99+
![قائمة النموذج](https://raw.githubusercontent.com/Comfy-Org/embedded-docs/refs/heads/main/comfyui_embedded_docs/docs/Load3d/asset/menu_model.webp)
100100

101101
توفر قائمة النموذج بعض الوظائف المتعلقة بالنموذج
102102

@@ -105,7 +105,7 @@
105105

106106
#### الكاميرا
107107

108-
![قائمة الكاميرا](../Load3D/asset/menu_camera.webp)
108+
![قائمة الكاميرا](https://raw.githubusercontent.com/Comfy-Org/embedded-docs/refs/heads/main/comfyui_embedded_docs/docs/Load3d/asset/menu_camera.webp)
109109

110110
توفر هذه القائمة إمكانية التبديل بين وضعي الرسم المساقط والمنظور، وإعدادات حجم زاوية المنظور
111111

@@ -114,13 +114,13 @@
114114

115115
#### الضوء
116116

117-
![قائمة الضوء](../Load3D/asset/menu_light.webp)
117+
![قائمة الضوء](https://raw.githubusercontent.com/Comfy-Org/embedded-docs/refs/heads/main/comfyui_embedded_docs/docs/Load3d/asset/menu_light.webp)
118118

119119
من خلال هذه القائمة، يمكنك ضبط شدة الإضاءة العالمية للمشهد بسرعة
120120

121121
#### التصدير
122122

123-
![قائمة التصدير](../Load3D/asset/menu_export.webp)
123+
![قائمة التصدير](https://raw.githubusercontent.com/Comfy-Org/embedded-docs/refs/heads/main/comfyui_embedded_docs/docs/Load3d/asset/menu_export.webp)
124124

125125
توفر هذه القائمة إمكانية تحويل وتصدير صيغ النماذج بسرعة
126126

comfyui_embedded_docs/docs/Load3DAnimation/en.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The Load3D node's Canvas area contains numerous view operations, including:
5858
### 1. View Operations
5959

6060
<video controls width="640" height="360">
61-
<source src="../Load3D/asset/view_operations.mp4" type="video/mp4">
61+
<source src="https://raw.githubusercontent.com/Comfy-Org/embedded-docs/refs/heads/main/comfyui_embedded_docs/docs/Load3d/asset/view_operations.mp4" type="video/mp4">
6262
Your browser does not support video playback.
6363
</video>
6464

@@ -71,7 +71,7 @@ View control operations:
7171

7272
### 2. Left Menu Functions
7373

74-
![Menu](../Load3D/asset/menu.webp)
74+
![Menu](https://raw.githubusercontent.com/Comfy-Org/embedded-docs/refs/heads/main/comfyui_embedded_docs/docs/Load3d/asset/menu.webp)
7575

7676
In the canvas, some settings are hidden in the menu. Click the menu button to expand different menus
7777

@@ -83,7 +83,7 @@ In the canvas, some settings are hidden in the menu. Click the menu button to ex
8383

8484
#### Scene
8585

86-
![scene menu](../Load3D/asset/menu_scene.webp)
86+
![scene menu](https://raw.githubusercontent.com/Comfy-Org/embedded-docs/refs/heads/main/comfyui_embedded_docs/docs/Load3d/asset/menu_scene.webp)
8787

8888
The Scene menu provides some basic scene setting functions
8989

@@ -94,7 +94,7 @@ The Scene menu provides some basic scene setting functions
9494

9595
#### Model
9696

97-
![Menu_Scene](../Load3D/asset/menu_model.webp)
97+
![Menu_Scene](https://raw.githubusercontent.com/Comfy-Org/embedded-docs/refs/heads/main/comfyui_embedded_docs/docs/Load3d/asset/menu_model.webp)
9898

9999
The Model menu provides some model-related functions
100100

@@ -103,7 +103,7 @@ The Model menu provides some model-related functions
103103

104104
#### Camera
105105

106-
![menu_modelmenu_camera](../Load3D/asset/menu_camera.webp)
106+
![menu_modelmenu_camera](https://raw.githubusercontent.com/Comfy-Org/embedded-docs/refs/heads/main/comfyui_embedded_docs/docs/Load3d/asset/menu_camera.webp)
107107

108108
This menu provides switching between orthographic and perspective views, and perspective angle size settings
109109

@@ -112,13 +112,13 @@ This menu provides switching between orthographic and perspective views, and per
112112

113113
#### Light
114114

115-
![menu_modelmenu_camera](../Load3D/asset/menu_light.webp)
115+
![menu_modelmenu_camera](https://raw.githubusercontent.com/Comfy-Org/embedded-docs/refs/heads/main/comfyui_embedded_docs/docs/Load3d/asset/menu_light.webp)
116116

117117
Through this menu, you can quickly adjust the scene's global illumination intensity
118118

119119
#### Export
120120

121-
![menu_export](../Load3D/asset/menu_export.webp)
121+
![menu_export](https://raw.githubusercontent.com/Comfy-Org/embedded-docs/refs/heads/main/comfyui_embedded_docs/docs/Load3d/asset/menu_export.webp)
122122

123123
This menu provides the ability to quickly convert and export model formats
124124

0 commit comments

Comments
 (0)