We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685ad1b commit 53c2038Copy full SHA for 53c2038
examples/community/pipeline_stable_diffusion_xl_t5.py
@@ -12,6 +12,15 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
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
+
24
25
from typing import Optional
26
0 commit comments