mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-04-27 01:39:20 +00:00
Initial support for RamTorch. Still a WIP
This commit is contained in:
@@ -70,7 +70,6 @@ from typing import TYPE_CHECKING
|
||||
from toolkit.print import print_acc
|
||||
from diffusers import FluxFillPipeline
|
||||
from transformers import AutoModel, AutoTokenizer, Gemma2Model, Qwen2Model, LlamaModel
|
||||
from toolkit.memory_management import MemoryManager
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from toolkit.lora_special import LoRASpecialNetwork
|
||||
@@ -225,8 +224,6 @@ class StableDiffusion:
|
||||
# do not resize control images
|
||||
self.use_raw_control_images = False
|
||||
|
||||
self.memory_manager = MemoryManager(self)
|
||||
|
||||
# properties for old arch for backwards compatibility
|
||||
@property
|
||||
def is_xl(self):
|
||||
|
||||
Reference in New Issue
Block a user