flowchart TD
modA(Module A)
modB(Module B)
engine-tests
engine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import tempfile | |
from contextlib import contextmanager | |
from dataclasses import dataclass | |
import OpenImageIO as oiio | |
import einops | |
DTYPE_TO_OIIO = { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# syntax=docker/dockerfile:1.4 | |
# Docker image for InvokeAI development. | |
# | |
# Design choices: | |
# - Do not use cache-mounts for uv and pnpm. Developers may want to update packages and they're faster | |
# if they stay on the same filesystem. Also less hassle to deal with mount permissions. | |
# - Do not use multiple build stages, as we want all the build tools to remain available in the end. | |
FROM library/ubuntu:24.04 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Style: Enhance | |
Positive: breathtaking {prompt} . award-winning, professional, highly detailed | |
Negative: ugly, deformed, noisy, blurry, distorted, grainy | |
Style: Anime | |
Positive: anime artwork {prompt} . anime style, key visual, vibrant, studio anime, highly detailed | |
Negative: photo, deformed, black and white, realism, disfigured, low contrast | |
Style: Photographic | |
Positive: cinematic photo {prompt} . 35mm photograph, film, bokeh, professional, 4k, highly detailed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
linewid = 5 | |
thickness = 5px | |
// See https://www.royalroad.com/fiction/26116/the-eighth-warden/chapter/928636/book-4-epilogue | |
A: [ | |
// Three parallel lines close together. | |
line right | |
line from 1 below previous.start | |
line from 1 below previous.start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import com.google.common.base.Throwables; | |
import java.lang.invoke.MethodHandle; | |
import java.lang.invoke.MethodHandleInfo; | |
import java.lang.invoke.MethodHandles; | |
import java.lang.invoke.MethodType; | |
import java.lang.invoke.SerializedLambda; | |
import java.security.AccessController; | |
import java.security.PrivilegedActionException; | |
import java.security.PrivilegedExceptionAction; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.ByteArrayOutputStream; | |
import java.io.IOException; | |
import java.io.ObjectOutputStream; | |
import java.io.OutputStream; | |
import java.io.Serializable; | |
import java.lang.invoke.MethodType; | |
import java.lang.invoke.SerializedLambda; | |
import java.lang.reflect.Method; | |
import java.security.AccessController; | |
import java.security.PrivilegedActionException; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<migrationMap> | |
<name value="Terasology Engine Package" /> | |
<description value="Move the `:engine` project entirely inside `org.terasology.engine` reflection, persistence, and protobuf are left out due to being mixed up with other sources https://github.com/MovingBlocks/Terasology/pull/4560" /> | |
<entry oldName="org.terasology.engine.module" newName="org.terasology.engine.core.module" type="package" recursive="true" /> | |
<entry oldName="org.terasology.audio" newName="org.terasology.engine.audio" type="package" recursive="true" /> | |
<entry oldName="org.terasology.config" newName="org.terasology.engine.config" type="package" recursive="true" /> | |
<entry oldName="org.terasology.context" newName="org.terasology.engine.context" type="package" recursive="true" /> | |
<entry oldName="org.terasology.entitySystem" newName="org.terasology.engine.entitySystem" type="package" recursive="true" /> | |
<entry oldName="org.terasology.game" newName="org.terasology.engine. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Aaron | |
Abby | |
Adam Strand | |
Agor | |
Akelion | |
Aki | |
Albert | |
Alex | |
Aliana | |
Alice Forkspear |
NewerOlder