Spaces:
Running
on
Zero
Running
on
Zero
SunderAli17
commited on
Commit
•
f05464b
1
Parent(s):
d36e4bb
Update pipelines/sdxl_SAKBIR.py
Browse files- pipelines/sdxl_SAKBIR.py +2 -2
pipelines/sdxl_SAKBIR.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
#
|
3 |
# Licensed under the Apache License, Version 2.0 (the "License");
|
4 |
# you may not use this file except in compliance with the License.
|
@@ -228,7 +228,7 @@ def retrieve_timesteps(
|
|
228 |
return timesteps, num_inference_steps
|
229 |
|
230 |
|
231 |
-
class
|
232 |
DiffusionPipeline,
|
233 |
StableDiffusionMixin,
|
234 |
TextualInversionLoaderMixin,
|
|
|
1 |
+
|
2 |
#
|
3 |
# Licensed under the Apache License, Version 2.0 (the "License");
|
4 |
# you may not use this file except in compliance with the License.
|
|
|
228 |
return timesteps, num_inference_steps
|
229 |
|
230 |
|
231 |
+
class SAKBIRPipeline(
|
232 |
DiffusionPipeline,
|
233 |
StableDiffusionMixin,
|
234 |
TextualInversionLoaderMixin,
|