mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-29 02:31:16 +00:00
Expand head info in files
Previously before this commit, credits are already in entry and licenses are already in root. This commit will make info clearer.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
# 1st edit by https://github.com/CompVis/latent-diffusion
|
||||
# 2nd edit by https://github.com/Stability-AI/stablediffusion
|
||||
# 3rd edit by https://github.com/Stability-AI/generative-models
|
||||
# 4th edit by https://github.com/comfyanonymous/ComfyUI
|
||||
# 5th edit by Forge
|
||||
|
||||
|
||||
import torch
|
||||
# import pytorch_lightning as pl
|
||||
import torch.nn.functional as F
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
# 1st edit by https://github.com/CompVis/latent-diffusion
|
||||
# 2nd edit by https://github.com/Stability-AI/stablediffusion
|
||||
# 3rd edit by https://github.com/Stability-AI/generative-models
|
||||
# 4th edit by https://github.com/comfyanonymous/ComfyUI
|
||||
# 5th edit by Forge
|
||||
|
||||
|
||||
import math
|
||||
import torch
|
||||
import torch.nn.functional as F
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
# 1st edit by https://github.com/CompVis/latent-diffusion
|
||||
# 2nd edit by https://github.com/Stability-AI/stablediffusion
|
||||
# 3rd edit by https://github.com/Stability-AI/generative-models
|
||||
# 4th edit by https://github.com/comfyanonymous/ComfyUI
|
||||
# 5th edit by Forge
|
||||
|
||||
|
||||
# pytorch_diffusion + derived encoder decoder
|
||||
import math
|
||||
import torch
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
# 1st edit by https://github.com/CompVis/latent-diffusion
|
||||
# 2nd edit by https://github.com/Stability-AI/stablediffusion
|
||||
# 3rd edit by https://github.com/Stability-AI/generative-models
|
||||
# 4th edit by https://github.com/comfyanonymous/ComfyUI
|
||||
# 5th edit by Forge
|
||||
|
||||
|
||||
from abc import abstractmethod
|
||||
|
||||
import torch as th
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
# 1st edit by https://github.com/CompVis/latent-diffusion
|
||||
# 2nd edit by https://github.com/Stability-AI/stablediffusion
|
||||
# 3rd edit by https://github.com/Stability-AI/generative-models
|
||||
# 4th edit by https://github.com/comfyanonymous/ComfyUI
|
||||
|
||||
# This file is only for reference, and not used in the backend or runtime.
|
||||
|
||||
|
||||
import torch
|
||||
import torch.nn as nn
|
||||
import numpy as np
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
# 1st edit by https://github.com/CompVis/latent-diffusion
|
||||
# 2nd edit by https://github.com/Stability-AI/stablediffusion
|
||||
# 3rd edit by https://github.com/Stability-AI/generative-models
|
||||
|
||||
|
||||
# adopted from
|
||||
# https://github.com/openai/improved-diffusion/blob/main/improved_diffusion/gaussian_diffusion.py
|
||||
# and
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# 1st edit by https://github.com/CompVis/latent-diffusion
|
||||
# 2nd edit by https://github.com/Stability-AI/stablediffusion
|
||||
|
||||
|
||||
import torch
|
||||
import numpy as np
|
||||
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
# 1st edit by https://github.com/CompVis/latent-diffusion
|
||||
# 2nd edit by https://github.com/Stability-AI/stablediffusion
|
||||
# 3rd edit by https://github.com/Stability-AI/generative-models
|
||||
# 4th edit by https://github.com/comfyanonymous/ComfyUI
|
||||
|
||||
|
||||
# This file is not used in image diffusion backend.
|
||||
|
||||
|
||||
import torch
|
||||
from torch import nn
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Taken from https://github.com/comfyanonymous/ComfyUI
|
||||
# This file is only for reference, and not used in the backend or runtime.
|
||||
|
||||
|
||||
from ..diffusionmodules.upscaling import ImageConcatWithNoiseAugmentation
|
||||
from ..diffusionmodules.openaimodel import Timestep
|
||||
import torch
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
# 1st edit by https://github.com/Stability-AI/generative-models
|
||||
# 2nd edit by https://github.com/comfyanonymous/ComfyUI
|
||||
# 3rd edit by Forge
|
||||
|
||||
# This file is not used in image diffusion backend. (but used in SVD.)
|
||||
|
||||
|
||||
import functools
|
||||
from typing import Callable, Iterable, Union
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Taken from https://github.com/comfyanonymous/ComfyUI
|
||||
# This file is only for reference, and not used in the backend or runtime.
|
||||
|
||||
|
||||
import importlib
|
||||
|
||||
import torch
|
||||
|
||||
Reference in New Issue
Block a user