-
On your tost, [Text to Image] Flux.1 Dev + Loras, I use Xlabs Anime lora, and this prompt:
"Portrait of a beautiful Asian woman with fox ears and long white hair, cosplaying as Ahri from League of L…
-
```python
# SDXL Turbo model is used, but LoRA LCM was also fast
import bpy
import json
import requests
import random
# ComfyUI server address
comfyui_address = "http://127.0.0.1:8188"
d…
-
To make scripts work better, we need to propperly trigger the missing Lua event types:
The dependencies and work needed for each event are different, some are easier to implement, some are harder bec…
-
How de we maintain images post launch? Some examples:
- Re-name a misidentified image
- Add a new image
- Delete an image
- Create a thumbnail
- Find all photos taken by an user
- Change a copyright
-…
-
Hi, how can i update Loqui IM on my Firefox OS since they closed the Marketplace? I am new at GitHub. I have an Alcatel One Touch device, and i'm still running v0.5.9a of Loqui!
-
For me this seemed to stop working with the LCDs latest firmware. All the options disappear when I open the plugin,except for the Auto-brightness button (which now has no effect.) I'm using the 7" H…
-
Can the value of "sensor.foxess_solar" be rounded to 2 decimal places? Most of the other figures come in to 1 or 2 decimal places.
Other sensors that also show long decimal places are:
sensor.fo…
-
* version beta01
crash on HorizontalPager change page
```
fun PlayPageContain(
rememberHorizontalPagerState: PagerState
) {
HorizontalPager(state = rememberHorizontalPagerState) { p…
Caij updated
6 months ago
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Summary 💡
@siriwatknp @danilo-leal
So standard Material UI doe…
-
ESP32 S3 wifi version
After boot I can connect to the console using ttyACM1 with baud rate 115200.
However the connection is dropped after 2.5 minute.
The shell is not closed; If I start this…