Muhammadreza Haghiri
Muhammadreza Haghiri
I think the project is dormant, I was just curious about how it works, and then I decided to sign up. I got error 500. I think something in server-side...
When I added a node, for example : ``` ruby node = Rosemary::Node.new(:lat => x, :lon => y , :tags => "amenity=restaurant") ``` is this correct? and if it's not,...
Greetings. I've been using dalai for Alpaca model, but I also discovered [tloen/alpaca-lora](https://github.com/tloen/alpaca-lora) which is Alpaca's instructional version. Is it possible to use this through Dalai? If yes, how?
Greetings. I created this serializer: ```python from djoser.serializers import TokenCreateSerializer from rest_framework.exceptions import ValidationError from django.contrib.auth import authenticate from djoser.conf import settings class CustomTokenCreateSerializer(TokenCreateSerializer): password = serializers.CharField(required=False, style={"input_type": "password"}) default_error_messages...
I find this project cool and useful, but I have a question in mind. Is it possible to use it like `pyttsx3` as a TTS engine in code? If yes,...
Greetings. Is it possible to use [tloen/alpaca-lora](https://github.com/tloen/alpaca-lora) with this tool? If yes, how is it possible?
Greetings. I implemented devise's email confirmation on my app, which is an _api only_ app and I also use `devise-api` in order to bring it to life. The problem is...
Consider I have an image hosted on `example.com/image.png` and I have `myminipaint.com` on another server. What I have in mind is that using it like this: `myminipaint.com/#image=example.com/image.png` Somehow like what...
Hi, I'm a little confused about the parameters. For example, how can I make a 9:16 or 2:3 image using models such as `flux` or `flux-schnell` (Although I have to...