-
Supposed I have done the Lora training, but the result wasn't as expected, a bit of under-fitting. My question is how can I continue the training basing on current Lora result without starting it over…
-
Simplifier, rajouter des cartes...
-
```
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
diff_model,ts_model,vocoder,diffuser = load_models('Smolie-en',device)
print('Using:',device)
speaker_num = 0 # @param […
-
i tried to create a api for it using the already built app.py file but i didn't found a way to control the file name or file path parameters, is there any kind of api for fastsd? if not how can i give…
-
Hi,
Thanks for your good work!
I visualize the RLBench training set (https://huggingface.co/katefgroup/3d_diffuser_actor/blob/main/Peract_packaged.zip) and find that there is a significant differenc…
-
please add scale parameter in the filament setting preset (like orca slicer) for shrinkage compensation of some materials (ASA or ABS for exemple).
It would be really convenient and useful.
thanks
-
Can't install in comfy ui .
Even if I practice all the guides on the git page, it’s useless and still marked in red. Repeating pip install -r requirements.txt is also useless. I would like to ask fo…
ikly updated
5 months ago
-
Thank you for sharing your experimental code. I am currently trying to replicate the experiment locally. However, I noticed that the requirements.txt file does not specify the versions for the depende…
-
### Issue Description
My problem is I cant run any generation 2 times bigger than base model native resolution: 1024 for SD1.5 (928 for example too) and 2048 for SDXL. Upscalers works, but I dont …
-
**LocalAI version:**
docker image localai:v2.11.0-cublas-cuda12-ffmpeg
**Environment, CPU architecture, OS, and Version:**
Linux 8e93d0f1c2a5 5.15.0-101-generic #111-Ubuntu SMP Tue Mar 5 …