Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Mandic <[email protected]>
  • Loading branch information
vladmandic committed Oct 28, 2024
1 parent 3a2a639 commit 42fb716
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log for SD.Next

## Update for 2024-10-27
## Update for 2024-10-28

improvements:
- model selector:
Expand All @@ -26,6 +26,8 @@ improvements:
- ipadapter:
- list available adapters based on loaded model type
- add adapter `ostris consistency` for sd15/sdxl
- detailer:
- add `[prompt]` to refine/defailer prompts as placeholder referencing original prompt
- torch
- CUDA set device memory limit
in *settings -> compute settings -> torch memory limit*
Expand Down
6 changes: 6 additions & 0 deletions modules/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import sys
import time
from collections import namedtuple
from dataclasses import dataclass
import gradio as gr
from modules import paths, script_callbacks, extensions, script_loading, scripts_postprocessing, errors, timer

Expand All @@ -23,6 +24,11 @@ def __init__(self, images):
self.images = images


@dataclass
class OnComponent:
component: gr.blocks.Block


class Script:
parent = None
name = None
Expand Down
2 changes: 1 addition & 1 deletion wiki
Submodule wiki updated from 84d0a4 to 23cc41

0 comments on commit 42fb716

Please sign in to comment.