mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2026-01-05 23:34:25 +01:00
move set_options to class, improve print messages, colored print messages
This commit is contained in:
@@ -99,7 +99,7 @@ class ImageGenerationMLX(DVMTaskInterface):
|
||||
try:
|
||||
import mlx.core as mx
|
||||
from nostr_dvm.backends.mlx.modules.stable_diffusion import StableDiffusion
|
||||
options = DVMTaskInterface.set_options(request_form)
|
||||
options = self.set_options(request_form)
|
||||
|
||||
sd = StableDiffusion()
|
||||
cfg_weight = 7.5
|
||||
|
||||
Reference in New Issue
Block a user