Fractal-Apps

Results 8 issues of Fractal-Apps

I've applied your code exactly, I've run it and I get this error message: `TypeError: 'coroutine' object is not iterable` Do you know what is happening please?

I've installed the new environment with the yaml file but there is a problem with scann in windows 11. ``` python --version Python 3.8.5 pip install scann ERROR: Could not...

I am not able to use all the 20GB GPU memory to generate several images at the same time using img2img. It seems to be due to the sync behavior...

In the Tortoise ORM documentation, the default connect_timeout is set to None. See: https://tortoise.github.io/databases.html#id5 What is the actual default timeout before it cancels the request?

In img2img, if I change the image to float 16 using sd-v1-4.ckpt: `image = np.array(image).astype(np.float16) ` I get this error: ``` --> init_latent = model.get_first_stage_encoding(model.encode_first_stage(init_image) ... 449 if self.padding_mode !=...

The current version of TF Stable Diffusion needs the image width and height to load the model. `def get_models(img_height, img_width, download_weights=True):` Indeed, the graph is built again if there is...

The images generated with tomesd have lower quality with img2img, using a ratio of 0.6. Do you know why?

I am trying to install mmseg following the instructions: ``` !mim install "mmcv>=2.0.0" -t /local_folder/ !mim install mmengine -t /local_folder/ !git clone https://github.com/open-mmlab/mmsegmentation.git %cd mmsegmentation !git checkout main !pip install...