mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-10-10 23:12:30 +02:00
adding MLX backend and example for stable diffusion 2.1
from https://github.com/ml-explore/mlx-examples
This commit is contained in:
@@ -300,10 +300,6 @@ def get_price_per_sat(currency):
|
||||
|
||||
|
||||
def make_ln_address_nostdress(identifier, npub, pin, nostdressdomain):
|
||||
# env_path = Path('.env')
|
||||
# if env_path.is_file():
|
||||
# dotenv.load_dotenv(env_path, verbose=True, override=True)
|
||||
|
||||
print(os.getenv("LNBITS_INVOICE_KEY_" + identifier.upper()))
|
||||
data = {
|
||||
'name': identifier,
|
||||
|
Reference in New Issue
Block a user