Skip to content

Commit 53c2038

Browse files
committed
Added comments to top of code
1 parent 685ad1b commit 53c2038

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

examples/community/pipeline_stable_diffusion_xl_t5.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
###########################################################################
16+
# This pipeline attempts to use a model that has SDXL vae, T5 text encoder,
17+
# and SDXL unet.
18+
# At the present time, there are no pretrained models that give pleasing
19+
# output. So as yet, (2025/06/10) this pipeline is somewhat of a tech
20+
# demo proving that the pieces can at least be put together.
21+
# Hopefully, it will encourage someone with the hardware available to
22+
# throw enough resources into training one up.
23+
1524

1625
from typing import Optional
1726

0 commit comments

Comments
 (0)