Andrei
Andrei
@ruanslv Thanks for the answer. It helped, the error does not occur. But I am getting strange text generation results. Example: ~~~ The technology world is reeling after Facebook ($FB)...
@mrTokar I think a better (temporary) solution is this: ```Python def switch_screen(*args): if len(self.manager._heroes_data) == 0: # waiting for the hero to appear Clock.schedule_once(self.switch_screen, 0.2) return self.scr_manager.current_heroes = [self.tag] scr_b.hero_to.tag...
Hello Mark. Here I use the Doctrine because it is used in the API Platform (https://api-platform.com/). There is no ready-made opportunity to use another ORM. In addition, I do not...
You need HTTPS. This is protection from browser developers.
RTX 4070 12G - Same problem. At first, something takes a long time to load, it takes up 9 GB GPU memory, then the message "Loading checkpoint" appears. Then this...
Можно писать в Телеграм https://t.me/andchir_t https://t.me/api2app
Добавлена возможность скачивания веб-приложения с возможностью последующего использования на своём сервере. Также добавлена возможность импорта приложения из JSON.
@Corbaci57 I use XTTS v2 for voice cloning, the quality is good.
Please change to: `numpy==1.23.0`
Solution: 1. Open files: "**photomaker/pipeline.py**", "**photomaker/pipeline_controlnet.py**", "**photomaker/pipeline_t2i_adapter.py**" 2. Find and replace: `self.num_tokens = 2` to: `self.num_tokens = 2 if pm_version == 'v2' else 1` This worked for me.