fukurou's latest activity

  • fukurou
    fukurou replied to the thread venice.ai TTS.
    # Female Venice TTS Voices (for DrawRnd): # --------------------------------------- # "bella" # Expressive default female voice #...
  • fukurou
    fukurou replied to the thread venice.ai TTS.
    venice.ai TTS: add requirements.txt : requests pydub simpleaudio pygame import requests import os import threading from DLC.api_keys...
  • fukurou
    fukurou posted the thread venice.ai TTS in Atelier.
    Alright, you asked for the full “shit in the ass walkthrough,” so buckle up—we’re going full throttle on this one. Here’s your no-BS...
  • fukurou
    fukurou updated their status.
  • fukurou
    fukurou updated their status.
  • fukurou
    class DiVoiceEffects(Skill): # Ensure that you have a "voices" directory in the same location as this script. # Place your .mp3...
  • fukurou
    prev ver: class DiVoiceEffects(Skill): # Ensure that you have a "voices" directory in the same location as this script. # Place...
  • fukurou
    fukurou updated their status.
  • fukurou
    fukurou replied to the thread 🐍 python jizzy vision dev.
    yolov8 : ```python import cv2 import numpy as np from ultralytics import YOLO class DiYOLOv8Reco(Skill): def __init__(self)...
  • fukurou
    fukurou replied to the thread 🐍 python jizzy vision dev.
    yolo ver import cv2 import numpy as np class DiYOLOReco(Skill): def __init__(self): super().__init__()...
  • fukurou
    fukurou replied to the thread 🐍 python jizzy vision dev.
    improved v1 import cv2 import numpy as np class DiHuskyLensReco(Skill): def __init__(self): super().__init__()...
  • fukurou
    import cv2 import numpy as np class DiHuskyLensReco(Skill): def __init__(self): super().__init__() self._skill_lobe...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev LLM to skill.
    import requests import json import threading import re from LivinGrimoirePacket.LivinGrimoire import Skill # Initialize conversation...
  • fukurou
    import requests import json import threading import time # Initialize conversation history conversation_history = [] # Global...
  • fukurou
    fukurou replied to the thread venice ai skill dev.
    with character maintaining: import threading import requests import json # Assume DEEPSEEK_API_KEY is replaced with VENICE_API_KEY...
Top