ai-simple-engine-runtime-diffusers 0.0.3__py3-none-any.whl → 0.0.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ai_simple_engine_runtime_diffusers/models/scheduler/diffusers_scheduler.py +11 -6
- {ai_simple_engine_runtime_diffusers-0.0.3.dist-info → ai_simple_engine_runtime_diffusers-0.0.4.dist-info}/METADATA +3 -3
- {ai_simple_engine_runtime_diffusers-0.0.3.dist-info → ai_simple_engine_runtime_diffusers-0.0.4.dist-info}/RECORD +5 -5
- {ai_simple_engine_runtime_diffusers-0.0.3.dist-info → ai_simple_engine_runtime_diffusers-0.0.4.dist-info}/WHEEL +0 -0
- {ai_simple_engine_runtime_diffusers-0.0.3.dist-info → ai_simple_engine_runtime_diffusers-0.0.4.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
class DiffusersScheduler(
|
|
5
|
-
Scheduler
|
|
6
|
-
):
|
|
1
|
+
class DiffusersScheduler:
|
|
7
2
|
|
|
8
3
|
def __init__(
|
|
9
4
|
self,
|
|
@@ -11,6 +6,16 @@ class DiffusersScheduler(
|
|
|
11
6
|
):
|
|
12
7
|
self._scheduler = scheduler
|
|
13
8
|
|
|
9
|
+
@property
|
|
10
|
+
def init_noise_sigma(
|
|
11
|
+
self
|
|
12
|
+
):
|
|
13
|
+
"""
|
|
14
|
+
The `gamma` that must be used when starting
|
|
15
|
+
to create the noise.
|
|
16
|
+
"""
|
|
17
|
+
return self._scheduler.init_noise_sigma
|
|
18
|
+
|
|
14
19
|
@property
|
|
15
20
|
def timesteps(
|
|
16
21
|
self
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ai-simple-engine-runtime-diffusers
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.4
|
|
4
4
|
Summary: AI Simple Engine Runtime Diffusers Module
|
|
5
5
|
License-File: LICENSE
|
|
6
6
|
Author: danialcala94
|
|
@@ -9,9 +9,9 @@ Requires-Python: >=3.10,<3.12
|
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
|
10
10
|
Classifier: Programming Language :: Python :: 3.10
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.11
|
|
12
|
-
Requires-Dist: ai-simple-engine (>=0.2.
|
|
12
|
+
Requires-Dist: ai-simple-engine (>=0.2.9,<1.0.0)
|
|
13
13
|
Requires-Dist: ai-simple-engine-common (>=0.0.3,<1.0.0)
|
|
14
|
-
Requires-Dist: ai-simple-engine-diffusion (>=0.0.
|
|
14
|
+
Requires-Dist: ai-simple-engine-diffusion (>=0.0.4,<1.0.0)
|
|
15
15
|
Requires-Dist: diffusers (>=0.38.0,<9999.0.0)
|
|
16
16
|
Requires-Dist: transformers (>=5.13.0,<9999.0.0)
|
|
17
17
|
Description-Content-Type: text/markdown
|
|
@@ -15,12 +15,12 @@ ai_simple_engine_runtime_diffusers/models/runtime/__init__.py,sha256=47DEQpj8HBS
|
|
|
15
15
|
ai_simple_engine_runtime_diffusers/models/runtime/diffusers_latent_diffusion_model.py,sha256=UTgR2mWW3rDtJXyRATpR_lfcWS6wMugeKHlvKneXTbw,478
|
|
16
16
|
ai_simple_engine_runtime_diffusers/models/runtime/utils.py,sha256=niSrKW6RdZwtRPQVEFCArTyYdGgWWk-rlFSd2ledSPo,347
|
|
17
17
|
ai_simple_engine_runtime_diffusers/models/scheduler/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
18
|
-
ai_simple_engine_runtime_diffusers/models/scheduler/diffusers_scheduler.py,sha256=
|
|
18
|
+
ai_simple_engine_runtime_diffusers/models/scheduler/diffusers_scheduler.py,sha256=1DbW7GmRcYDWFZ-zvTCUszMSAb04Mle7YWYP7RAF4ic,1028
|
|
19
19
|
ai_simple_engine_runtime_diffusers/models/scheduler/registry/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
20
20
|
ai_simple_engine_runtime_diffusers/models/scheduler/registry/diffusers_scheduler_registry.py,sha256=FOuIAAwNmi3_jB25ICOlCPbD7U1WlOcGFZT3rhql5cY,565
|
|
21
21
|
ai_simple_engine_runtime_diffusers/models/scheduler/utils.py,sha256=tIzwp7fy0Y1pE7XcLJU0dEp4XH2TMxBzY7SnvyfwITM,554
|
|
22
22
|
ai_simple_engine_runtime_diffusers/plugin.py,sha256=o_5OJSwHj_4Qy1LW-Y_JRIP3-LotSOEUVgB3LdnK3mU,2205
|
|
23
|
-
ai_simple_engine_runtime_diffusers-0.0.
|
|
24
|
-
ai_simple_engine_runtime_diffusers-0.0.
|
|
25
|
-
ai_simple_engine_runtime_diffusers-0.0.
|
|
26
|
-
ai_simple_engine_runtime_diffusers-0.0.
|
|
23
|
+
ai_simple_engine_runtime_diffusers-0.0.4.dist-info/licenses/LICENSE,sha256=6kbiFSfobTZ7beWiKnHpN902HgBx-Jzgcme0SvKqhKY,1091
|
|
24
|
+
ai_simple_engine_runtime_diffusers-0.0.4.dist-info/METADATA,sha256=BI4tzPK8BpyBX-IFB-ZZZ-sSnSVxXgGiVwhSYhGQxbs,841
|
|
25
|
+
ai_simple_engine_runtime_diffusers-0.0.4.dist-info/WHEEL,sha256=M5asmiAlL6HEcOq52Yi5mmk9KmTVjY2RDPtO4p9DMrc,88
|
|
26
|
+
ai_simple_engine_runtime_diffusers-0.0.4.dist-info/RECORD,,
|
|
File without changes
|