s9anus98a

Results 11 issues of s9anus98a

this is comfy workflow ![GQQC1T-aUAAXRDI](https://github.com/huggingface/diffusers/assets/151509142/15e3c420-3e14-4476-8a1a-4001934af158) how can i do in diffusers colab workflow?

I saw you made changes yesterday involving ODEs, and I'd love to try them out in a simple Diffusers Colab notebook. Is that possible? Does this change involve taking the...

kittychan is a beautiful female acoustic violin player with long brown hair which holds a violin, in the style of romantic riverscapes, yuumei, gil elvgren, hannah flowers, uhd image, album...

``` ~/Python/j0lt-ddos-tool$ ./j0lt -t 195.1.5.10 -p 80 -n 1337 -d ========================================================= Usage: sudo ./j0lt -t -p -n [OPTION]... -t : target IPv4 (spoof) -p : target port -n : nthreads...

i want to change generation size from 512 x 512 to 768x768 which one should i change on latent_diffusion.py??

need colab demo example that can change model checkpoint for sd3

how to train in google colab free tier?

enhancement

this line make memory crashed. can't run on google colab free: ``` teacher_checkpoint = torch.load( teacher_checkpoint, map_location='cpu') ```