artificialguy

Results 18 comments of artificialguy

I want this too

That would be a good thing. A 'universal' version that could also run on GPU Rent.

https://github.com/TheLastBen/fast-stable-diffusion/discussions/427 At first the answer to my question is here. As I understand it, it is the same thing, right?

> you can caption each image if you want, you don't even have to use "_" to separate the words, you can name the files in the format : >...

When I tried to put the caption on the images, it ended up recognizing each image as a different instance. Examples a_dolphin_made_of_ wood_madeistily.png a_dog_made_of_wood_madeistily.png a_hippopotamus_made_of_wood_madeistily.png I made something wrong?

> make sure you use the correct model link/path @TheLastBen I won't create another issue and ask something right here ... I believe Dreambooth's Colab needs to be updated to...

I tried embedding train and got this error: `File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/textual_inversion/textual_inversion.py", line 328, in train_embedding loss = shared.sd_model(x, c)[0] / gradient_step File "/usr/local/lib/python3.8/dist-packages/torch/nn/modules/module.py", line 1190, in _call_impl return forward_call(*input, **kwargs) File...

And this error with hypernetworks `Traceback (most recent call last): File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/call_queue.py", line 45, in f res = list(func(*args, **kwargs)) File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/call_queue.py", line 28, in f res = func(*args, **kwargs)...

@TheLastBen I was able to fix Hypernetworks and Embedding using this fix. https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/5523#issuecomment-1343041303 `I've added self.logvar = self.logvar.to(self.device) in ddpm.py above line 903 before starting anything.` However, when it goes...

> > > > > > > > > @mediocreatmybest: > > I haven't messed with LORA yet so I don't know why you are getting the error message. I...